Skip to content

Console Output

Started by user Antonio Garcia-Dominguez
Running as Antonio Garcia-Dominguez
 > 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-ssh17450025262599215110.key
 > 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 39957deb216441c6bbcea61b61e030c5e6483987
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes hawk/hawk-master-345-bn4rd-p17ts-hnc7g
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][Scheduled] Successfully assigned hawk/hawk-master-345-bn4rd-p17ts-hnc7g to okdnode-15
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][AddedInterface] Add eth0 [10.40.33.197/23] from openshift-sdn
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][Pulled] Container image "maven:3-jdk-11" already present on machine
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][Created] Created container maven
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][Started] Started container maven
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][Created] Created container jnlp
[Normal][hawk/hawk-master-345-bn4rd-p17ts-hnc7g][Started] Started container jnlp
Still waiting to schedule task
‘hawk-master-345-bn4rd-p17ts-hnc7g’ is offline
Agent hawk-master-345-bn4rd-p17ts-hnc7g is provisioned from template hawk_master_345-bn4rd-p17ts
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/hawk/job/master/345/"
    runUrl: "job/hawk/job/master/345/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "8b1a21717509b7b8c9363164ceb32d5a6f64d4d0"
    jenkins/label: "hawk_master_345-bn4rd"
  name: "hawk-master-345-bn4rd-p17ts-hnc7g"
  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-345-bn4rd-p17ts-hnc7g"
    - name: "JENKINS_NAME"
      value: "hawk-master-345-bn4rd-p17ts-hnc7g"
    - 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"
    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-345-bn4rd-p17ts-hnc7g 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-ssh9335385754269937122.key
 > 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 39957deb216441c6bbcea61b61e030c5e6483987 (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 39957deb216441c6bbcea61b61e030c5e6483987 # timeout=10
Commit message: "Merge branch '24-missing-mismatched-license-descriptions-in-features' into 'master'"
 > git rev-list --no-walk 39957deb216441c6bbcea61b61e030c5e6483987 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Tycho)
[Pipeline] echo
Warning, empty changelog. Have you run checkout?
[Pipeline] echo
Warning, empty changelog. Have you run checkout?
[Pipeline] echo
Warning, empty changelog. Have you run checkout?
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mvn --version
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /usr/share/maven
Java version: 11.0.15, vendor: Oracle Corporation, runtime: /usr/local/openjdk-11
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.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/junit10278150550572862406
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/junit2507447617177901455
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/junit2960466377218880236
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/junit5276254435112453423
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/junit10664750181724239265
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/junit1908221675555325032
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/junit807410748131942392
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/junit15004512310046612636
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/junit16966694539722191232
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/junit2160562226564314302
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/junit831626389389573640
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/junit9058001734303361660
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/junit14601367089787435279
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/junit9316711731096302405
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/junit17300228984091387697
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/junit2840957317881315287
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/junit13847106903544695945
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/junit8733137666448719386
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/junit8971793472642748751
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/junit8708348841234203440
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/junit4161758134890888234
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/junit14446495436984902553
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/junit18134433905234960592
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/junit18109379745729968926
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/junit2610350478821327410
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/junit11914453845532393471
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/junit868733439690872338
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/junit11502077609846622425
set up properties for V_hawkIndexStore: []
Starting database plocal:/tmp/junit2773500956943809160
set up properties for V_hawkIndexStore: []
Starting database plocal:/tmp/junit2773500956943809160
Starting database plocal:/tmp/junit14165884903603622204
set up properties for V_hawkIndexStore: []
Starting database plocal:/tmp/junit15682714158188373285
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/junit3027003196029855697
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/junit9708143726077493642
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/junit1681127387305178106
set up properties for V_hawkIndexStore: []
set up properties for V_metamodel: []
Starting database plocal:/tmp/junit1882252360025472086
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/junit11657373506268731998
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/junit17460112047626610248
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/junit6694396319827134834
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/junit18015485528432264668
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/junit2010357838557853750
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/junit10068779624961143472
set up properties for V_hawkIndexStore: []
set up properties for V_metamodel: []
Starting database plocal:/tmp/junit11642013676273739628
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: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.565 s - in org.eclipse.hawk.backend.tests.BackendTestSuite
addThenReuseIterable[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 3.503 s
getMultipleMatches[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 1.298 s
invalidIndexNames[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 1.493 s
doubleExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.851 s
removeByFullKey[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.741 s
removeByNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.735 s
removeByFieldNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.782 s
indexNodeDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.742 s
integerRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.745 s
integerExact[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.802 s
indexKeyAdditionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.904 s
removeByNodeMultipleIndicesRemoveAll[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.797 s
removeByNodeMultipleIndicesRemoveOne[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.775 s
addPreservesPriorValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.765 s
addNullMap[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.762 s
query[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.784 s
removeByNode3Arg[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.759 s
removeByFullKeyInt[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.711 s
nodeDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.931 s
queryWithPipes[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.714 s
addNullValue[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.616 s
removeByValueNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.714 s
indexDeletionRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.818 s
deleteRecreate[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.703 s
floatingRanges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.693 s
removeByFullKeyDouble[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.718 s
indexKeyRemovalRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.IndexTest)  Time elapsed: 0.706 s
testStartTransaction[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.641 s
testStartDelete[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 1.375 s
testStartShutdown[Parameters are OrientDB](org.eclipse.hawk.backend.tests.DatabaseManagementTest)  Time elapsed: 0.8 s
twoNodesBatchRemoveRel[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.653 s
oneNode[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.653 s
oneNodeProperty[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.629 s
oneNodeRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.731 s
oneNodeRemoveRollback[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.824 s
escapeInvalidClassCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.714 s
escapeInvalidCharactersEdges[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.633 s
escapeInvalidFieldCharacters[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.77 s
twoNodesBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.612 s
oneNodeRemove[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.602 s
oneNodeBatch[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.617 s
threeNodesRemoveMiddle[Parameters are OrientDB](org.eclipse.hawk.backend.tests.GraphPopulationTest)  Time elapsed: 0.624 s

Results:

Tests run: 42, 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/junit1316625615933244893/test_set0[OrientDB]
Jun 15, 2022 10:56:50 AM com.orientechnologies.common.log.OLogManager log
INFO: Auto configuration of disk cache size.
Jun 15, 2022 10:56:50 AM com.orientechnologies.common.log.OLogManager log
INFO: Disk cache size is directly set by the user to the 300 mb
Jun 15, 2022 10:56:51 AM 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.
Jun 15, 2022 10:56:51 AM 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
Jun 15, 2022 10:56:51 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit1316625615933244893/test_set0[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:56:53.678 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:56:53.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:56:53.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:56:53.980 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:56:53.980 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:56:54.037 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:56:54.038 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:56:54.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:56:54.041 [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!
10:56:54.041 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:56:54.042 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:56:54.043 [pool-2-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
10:56:54.044 [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
10:56:54.354 [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]
10:56:54.354 [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]
10:56:54.354 [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
10:56:54.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:56:54.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:56:54.369 [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
10:56:54.544 [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)]
10:56:54.745 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
10:56:54.749 [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
10:56:54.755 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
10:56:54.853 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
10:56:54.855 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
10:56:54.945 [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
10:56:54.951 [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
10:56:54.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE
10:56:54.967 [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
10:56:55.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:56:55.153 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:56:55.155 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:56:55.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:56:55.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:56:55.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:56:55.157 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:56:55.158 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:56:55.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:56:55.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:56:55.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:56:55.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:56:55.160 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:56:55.161 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:56:55.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:56:55.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:56:55.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:56:55.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:56:55.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:56:55.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:56:55.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:56:55.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:56:55.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:56:55.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:56:55.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
10:56:55.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:56:55.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
10:56:55.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
10:56:55.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
10:56:55.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:56:55.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
10:56:55.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
10:56:55.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:56:55.238 [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
10:56:55.238 [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
10:56:55.238 [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
10:56:55.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~1 sec)
10:56:55.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:56:55.561 [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
10:56:55.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:56:55.564 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:56:55.971 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:56:55.973 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:56:55.973 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:56:57.967 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:56:57.970 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:56:57.971 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:56:57.971 [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)]
10:56:58.149 [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)]
10:56:58.750 [pool-2-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl
10:57:18.356 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 20 sec (20 sec total) to /set0.xmi
10:57:21.849 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 69680 M->MM REFERENCES! (took ~126922sec)
10:57:21.849 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:57:29.563 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 7 sec (7 sec total) to /set0.xmi
10:57:31.595 [pool-2-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~9 sec)
10:57:31.596 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi.
33s636ms [pure insertion]
marking any relevant derived attributes for update...10:57:31.596 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s2ms
10:57:31.598 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms
10:57:31.598 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:57:31.598 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:57:53.540 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:57:53.540 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~21.942s
attempting to resolve any uninitialized derived attributes...
10:57:53.541 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:57:53.541 [pool-2-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:57:53.541 [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...
10:57:53.541 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
21s948ms [proxy update]
10:57:53.546 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:57:53.546 [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		~57s
validating changes...
validating file UPDATED for /set0.xmi
changed resource size: 69680
relevant graph size: 69680
validated changes... true
10:58:07.964 [pool-2-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 72 s 400 ms
10:58:08.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:08.169 [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
10:58:08.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:08.172 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:08.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:08 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_set0[OrientDB]}} Storage 'plocal:/tmp/junit1316625615933244893/test_set0[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit13925526754339220178/test_tree[OrientDB]
Jun 15, 2022 10:58:08 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit13925526754339220178/test_tree[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:09.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:09.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:09.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:09.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:09.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:09.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:09.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:09.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:09.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
10:58:09.376 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:09.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:09.377 [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
10:58:09.378 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:58:09.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:09.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:09.388 [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
10:58:09.498 [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)]
10:58:09.641 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:58:09.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:09.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:09.645 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:09.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:09.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:09.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:09.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:09.646 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:09.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:09.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:09.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:09.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:09.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:09.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:09.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:09.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:09.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:09.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:09.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:09.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:09.650 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:09.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:09.651 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:09.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:09.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:09.652 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:09.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
10:58:09.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:09.864 [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
10:58:09.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:09.868 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:09.870 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:09.872 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:09.872 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:09.882 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:58:09.883 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:09.884 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:09.884 [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)]
10:58:10.002 [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)]
10:58:10.068 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:58:10.068 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:58:10.070 [pool-3-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:10.071 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s189ms [pure insertion]
marking any relevant derived attributes for update...10:58:10.071 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:10.071 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:10.071 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:10.071 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:10.074 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:10.074 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
10:58:10.074 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:10.074 [pool-3-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:10.075 [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...
10:58:10.075 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
10:58:10.075 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:10.075 [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
10:58:10.077 [pool-3-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 209 ms
10:58:10.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:10.095 [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
10:58:10.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:10.136 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:10.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:10 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_tree[OrientDB]}} Storage 'plocal:/tmp/junit13925526754339220178/test_tree[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit18236708388697724152/test_treeWithSpaces[OrientDB]
Jun 15, 2022 10:58:10 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit18236708388697724152/test_treeWithSpaces[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:11.068 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:11.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:11.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:11.071 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:11.071 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:11.071 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:11.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:11.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:11.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
10:58:11.072 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
10:58:11.072 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
10:58:11.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
10:58:11.073 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:58:11.082 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:11.082 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:11.084 [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
10:58:11.203 [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)]
10:58:11.248 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:58:11.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:11.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:11.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:11.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:11.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:11.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:11.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:11.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:11.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:11.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:11.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:11.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:11.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:11.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:11.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:11.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:11.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:11.269 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
10:58:11.270 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:11.379 [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
10:58:11.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:11.382 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:11.384 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:11.386 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:11.386 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:11.388 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model...
10:58:11.390 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:11.390 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:11.390 [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)]
10:58:11.489 [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)]
10:58:11.552 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:58:11.552 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model
10:58:11.553 [pool-4-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:11.553 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model.
0s165ms [pure insertion]
marking any relevant derived attributes for update...10:58:11.553 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:11.554 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:11.554 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:11.554 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:11.555 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:11.555 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:58:11.555 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:11.555 [pool-4-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:11.556 [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...
10:58:11.556 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
10:58:11.556 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:11.556 [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
10:58:11.557 [pool-4-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 175 ms
10:58:11.568 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:11.568 [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
10:58:11.570 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:11.570 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:11.640 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:11 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeWithSpaces[OrientDB]}} Storage 'plocal:/tmp/junit18236708388697724152/test_treeWithSpaces[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6727667152818120389/test_treeCrossResourceContainment[OrientDB]
Jun 15, 2022 10:58:11 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit6727667152818120389/test_treeCrossResourceContainment[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:12.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:12.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:12.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:12.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:12.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:12.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:12.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:12.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:12.354 [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!
10:58:12.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:12.354 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:12.355 [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
10:58:12.356 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:58:12.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:12.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:12.362 [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
10:58:12.474 [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)]
10:58:12.490 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:58:12.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:12.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:12.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
10:58:12.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:12.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:12.494 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:12.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
10:58:12.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:12.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:12.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:12.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:12.495 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:12.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
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:12.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
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:12.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
10:58:12.496 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:12.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:12.541 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
10:58:12.541 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:12.641 [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
10:58:12.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:12.644 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:12.646 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:12.648 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:12.648 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:12.649 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model...
10:58:12.650 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:12.650 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:12.650 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
10:58:12.762 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
10:58:12.784 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:58:12.784 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model
10:58:12.862 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:12.862 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model.
0s213ms [pure insertion]
marking any relevant derived attributes for update...10:58:12.862 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:12.862 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:12.863 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:12.864 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:12.864 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:12.864 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:12.864 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:12.912 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:58:12.912 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:12.916 [pool-5-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:12.916 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model.
0s53ms [pure insertion]
marking any relevant derived attributes for update...10:58:12.916 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:12.916 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:12.916 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:12.916 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:12.919 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total)
10:58:12.923 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs
10:58:12.923 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
10:58:12.923 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:12.923 [pool-5-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:12.924 [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...
10:58:12.924 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s8ms [proxy update]
10:58:12.924 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:12.924 [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 /child.model
validating file UPDATED for /root.model
changed resource size: 3
relevant graph size: 3
validated changes... true
10:58:12.938 [pool-5-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 294 ms
10:58:12.953 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:12.953 [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
10:58:12.955 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:12.956 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:13.048 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:13 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_treeCrossResourceContainment[OrientDB]}} Storage 'plocal:/tmp/junit6727667152818120389/test_treeCrossResourceContainment[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit2649128670396778958/test_derivedEdgeCollection[OrientDB]
Jun 15, 2022 10:58:13 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit2649128670396778958/test_derivedEdgeCollection[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:13.901 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:13.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:13.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:13.903 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:13.903 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:13.904 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:13.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:13.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:13.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:13.904 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:13.905 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:13.904 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:13.905 [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
10:58:13.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:13.941 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:13.942 [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
10:58:14.044 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:14.044 [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)]
10:58:14.060 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:14.061 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:14.062 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:14.063 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:14.064 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:14.066 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:58:14.072 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
10:58:14.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:14.166 [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
10:58:14.168 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:14.168 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:14.170 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:14.172 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:14.173 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:14.174 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:58:14.175 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:14.175 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:14.175 [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)]
10:58:14.301 [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)]
10:58:14.386 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
10:58:14.386 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:58:14.388 [pool-6-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:14.389 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s215ms [pure insertion]
marking any relevant derived attributes for update...10:58:14.389 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:14.389 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:14.389 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:14.389 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:14.390 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:14.390 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:58:14.390 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:14.390 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:14.390 [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...
10:58:14.390 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
10:58:14.391 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:14.391 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:14.391 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 223 ms
10:58:14.391 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants...
10:58:14.391 [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;
10:58:14.438 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants
10:58:14.438 [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: []
10:58:14.455 [pool-6-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten;
10:58:14.457 [pool-6-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper
10:58:14.603 [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)
10:58:14.603 [pool-6-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.165s
10:58:14.603 [pool-6-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants.
10:58:14.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:14.651 [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
10:58:14.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:14.654 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:14.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:14 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeCollection[OrientDB]}} Storage 'plocal:/tmp/junit2649128670396778958/test_derivedEdgeCollection[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8671643315037616617/test_deriveThenAdd[OrientDB]
Jun 15, 2022 10:58:14 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit8671643315037616617/test_deriveThenAdd[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:15.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:15.600 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:15.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:15.601 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:15.601 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:15.601 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:15.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:15.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:15.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:15.601 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:15.601 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:15.637 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:15.638 [pool-7-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
10:58:15.641 [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
10:58:15.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:15.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:15.642 [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
10:58:15.744 [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)]
10:58:15.761 [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
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:15.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
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:15.763 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:15.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
10:58:15.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
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:15.764 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:15.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:15.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:15.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:15.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:15.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:15.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:15.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:15.772 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:15.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:15.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs...
10:58:15.772 [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;
10:58:15.778 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs.
10:58:15.869 [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
10:58:15.871 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:15.871 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:15.874 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:15.876 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:15.876 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:15.878 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:15.879 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:15.879 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:15.879 [pool-7-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)]
10:58:15.996 [pool-7-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)]
set up properties for V_derivedattribute: []
10:58:16.195 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:16.195 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:16.246 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:16.246 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s368ms [pure insertion]
marking any relevant derived attributes for update...10:58:16.246 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:16.246 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:16.248 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:16.248 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:16.248 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:16.248 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
10:58:16.249 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
10:58:16.251 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:16.251 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:16.254 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:16.254 [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...10:58:16.254 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:16.254 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:16.256 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:16.256 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:16.256 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:16.256 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:16.257 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:16.259 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:16.259 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:16.261 [pool-7-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:16.261 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:16.261 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:16.262 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:16.262 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:16.262 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:16.264 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:16.278 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:16.278 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.016s
attempting to resolve any uninitialized derived attributes...
10:58:16.278 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:16.278 [pool-7-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:16.279 [pool-7-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size;
10:58:16.462 [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)
10:58:16.462 [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...
10:58:16.462 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s202ms [proxy update]
10:58:16.464 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:16.464 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:16.464 [pool-7-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 593 ms
10:58:16.473 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:16.473 [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
10:58:16.475 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:16.475 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:16.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:16 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_deriveThenAdd[OrientDB]}} Storage 'plocal:/tmp/junit8671643315037616617/test_deriveThenAdd[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit5124396699043421054/test_derivedEdgeSingle[OrientDB]
Jun 15, 2022 10:58:16 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit5124396699043421054/test_derivedEdgeSingle[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:17.407 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:17.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:17.408 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:17.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:17.408 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:17.409 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:17.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:17.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:17.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:17.409 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:17.409 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:17.437 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:17.437 [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
10:58:17.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:17.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:17.442 [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
10:58:17.547 [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)]
10:58:17.563 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:58:17.564 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:17.564 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:17.565 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:17.566 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:17.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:17.573 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
10:58:17.573 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:17.660 [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
10:58:17.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:17.663 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:17.665 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:17.667 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:17.667 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:17.668 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:58:17.669 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:17.669 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:17.669 [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)]
10:58:17.758 [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)]
10:58:17.942 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~0sec)
10:58:17.942 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:58:17.945 [pool-8-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:17.945 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s277ms [pure insertion]
marking any relevant derived attributes for update...10:58:17.945 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:17.945 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:17.945 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:17.945 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:17.946 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:17.946 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:58:17.946 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:17.946 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:17.946 [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...
10:58:17.946 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
10:58:17.947 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:17.947 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:17.947 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 284 ms
10:58:17.947 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant...
10:58:17.947 [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;
10:58:17.948 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant
10:58:17.948 [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: []
10:58:17.965 [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;
10:58:18.141 [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)
10:58:18.141 [pool-8-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.193s
10:58:18.141 [pool-8-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant.
10:58:18.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:18.153 [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
10:58:18.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:18.155 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:18.182 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:18 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_derivedEdgeSingle[OrientDB]}} Storage 'plocal:/tmp/junit5124396699043421054/test_derivedEdgeSingle[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8054683718315807694/test_addThenIndex[OrientDB]
Jun 15, 2022 10:58:18 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit8054683718315807694/test_addThenIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:19.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:19.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:19.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:19.019 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:19.019 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:19.019 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:19.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:19.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:19.019 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:19.020 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:19.020 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:19.020 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:19.021 [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
10:58:19.025 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:19.025 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:19.027 [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
10:58:19.100 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:19.100 [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)]
10:58:19.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:19.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:19.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:19.119 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:19.120 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:19.121 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:19.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:19.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:19.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:19.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:19.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:19.122 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:19.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:19.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:19.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:19.123 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:19.126 [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
10:58:19.134 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:19.134 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:19.174 [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
10:58:19.176 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:19.176 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
10:58:19.176 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
updating indexer: 
10:58:19.177 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
10:58:19.178 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
10:58:19.179 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:19.181 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:19.181 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:19.237 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:19.239 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:19.239 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:19.239 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
10:58:19.309 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
10:58:19.433 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:19.433 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:19.483 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:19.484 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s247ms [pure insertion]
marking any relevant derived attributes for update...10:58:19.484 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:19.484 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:19.485 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:19.485 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:19.485 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:19.485 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:19.485 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:19.487 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:19.487 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:19.488 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:19.488 [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...10:58:19.488 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:19.488 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:19.489 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:19.489 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:19.489 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:19.489 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
10:58:19.490 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
10:58:19.491 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:19.491 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:19.492 [pool-9-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:19.492 [pool-9-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...10:58:19.492 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:19.492 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:19.492 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:19.492 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:19.494 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:19.505 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:19.505 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.013s
attempting to resolve any uninitialized derived attributes...
10:58:19.505 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:19.505 [pool-9-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:19.505 [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...
10:58:19.505 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s13ms [proxy update]
10:58:19.506 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:19.506 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:19.506 [pool-9-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 330 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
10:58:19.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:19.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:19.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:19.536 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:19.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:19 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addThenIndex[OrientDB]}} Storage 'plocal:/tmp/junit8054683718315807694/test_addThenIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit10574217171480660486/test_lookupWithIndex[OrientDB]
Jun 15, 2022 10:58:19 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit10574217171480660486/test_lookupWithIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:20.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:20.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:20.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:20.303 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:20.303 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:20.303 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:20.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:20.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:20.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:20.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:20.303 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:20.304 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:20.304 [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
10:58:20.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:20.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:20.312 [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
10:58:20.391 [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)]
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:20.439 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:20.440 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:20.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:20.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:20.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:20.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:20.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:20.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:20.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:20.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:20.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:20.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:20.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:20.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:20.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:20.445 [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
10:58:20.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:20.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:20.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id...
10:58:20.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id
10:58:20.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id.
10:58:20.540 [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
10:58:20.542 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:20.542 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:20.546 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:20.548 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:20.548 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:20.550 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:20.551 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:20.551 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:20.551 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
10:58:20.659 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
10:58:20.795 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:20.795 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:20.885 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:20.885 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model.
0s335ms [pure insertion]
marking any relevant derived attributes for update...10:58:20.885 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:20.886 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:20.887 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:20.887 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:20.887 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:20.887 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
10:58:20.887 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
10:58:20.889 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:20.889 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:20.891 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:20.892 [pool-10-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...10:58:20.892 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:20.892 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:20.893 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:20.893 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:20.893 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:20.893 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
10:58:20.894 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
10:58:20.895 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:20.895 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:20.896 [pool-10-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:20.896 [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...10:58:20.897 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:20.897 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:20.897 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:20.897 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:20.900 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:20.951 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:20.951 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.054s
attempting to resolve any uninitialized derived attributes...
10:58:20.951 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:20.951 [pool-10-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:20.951 [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...
10:58:20.951 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s55ms [proxy update]
10:58:20.952 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:20.952 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:20.952 [pool-10-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 410 ms
indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer)
10:58:20.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:20.958 [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
10:58:20.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:20.960 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:21.055 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:21 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithIndex[OrientDB]}} Storage 'plocal:/tmp/junit10574217171480660486/test_lookupWithIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit10115357554400321772/test_lookupWithoutIndex[OrientDB]
Jun 15, 2022 10:58:21 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit10115357554400321772/test_lookupWithoutIndex[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:21.958 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:21.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:21.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:21.960 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:21.960 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:21.960 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:21.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:21.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:21.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:21.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:21.961 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:21.961 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:21.961 [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
10:58:21.966 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:21.966 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:21.967 [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
10:58:22.046 [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)]
10:58:22.064 [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
10:58:22.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:22.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:22.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:22.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:22.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:22.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:22.065 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:22.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:22.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:22.072 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:22.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:22.153 [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
10:58:22.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:22.155 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:22.158 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:22.160 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:22.160 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:22.161 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:22.162 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:22.162 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:22.162 [pool-11-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)]
10:58:22.250 [pool-11-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)]
10:58:22.313 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:22.313 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:22.363 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:22.363 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s202ms [pure insertion]
marking any relevant derived attributes for update...10:58:22.363 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:22.363 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:22.365 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:22.365 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:22.365 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:22.365 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
10:58:22.365 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
10:58:22.366 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:22.366 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:22.367 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:22.367 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:22.368 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:22.368 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:22.369 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:22.369 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:22.369 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:22.369 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:22.369 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:22.370 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:22.370 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:22.371 [pool-11-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:22.371 [pool-11-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...10:58:22.371 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:22.371 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:22.371 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:22.371 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:22.373 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:22.383 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:22.383 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.012s
attempting to resolve any uninitialized derived attributes...
10:58:22.383 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:22.383 [pool-11-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:22.383 [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...
10:58:22.383 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
10:58:22.383 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:22.384 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:22.384 [pool-11-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 229 ms
10:58:22.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:22.387 [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
10:58:22.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:22.437 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:22.483 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:22 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_lookupWithoutIndex[OrientDB]}} Storage 'plocal:/tmp/junit10115357554400321772/test_lookupWithoutIndex[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6217394564542516072/test_eContainersIsUpdatedRoot[OrientDB]
Jun 15, 2022 10:58:22 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit6217394564542516072/test_eContainersIsUpdatedRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:23.640 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:23.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:23.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:23.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:23.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:23.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:23.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:23.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
10:58:23.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:23.642 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:23.643 [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
10:58:23.644 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:23.644 [pool-12-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
10:58:23.649 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:23.649 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:23.651 [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
10:58:23.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
10:58:23.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:23.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:23.774 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:23.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
10:58:23.774 [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)]
10:58:23.802 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:23.803 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:23.804 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:23.809 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
10:58:23.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:23.809 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
10:58:23.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:23.812 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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[]
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [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
10:58:23.815 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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[]
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.816 [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
10:58:23.819 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
10:58:23.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:23.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:58:23.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:23.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:23.822 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:58:23.824 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
10:58:23.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:23.879 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1707034280237345012/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:23.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:23.882 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:23.884 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:23.886 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:23.886 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:23.898 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi...
10:58:23.899 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:23.899 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:23.899 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
10:58:24.063 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
10:58:24.094 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:58:24.095 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi
10:58:24.168 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:24.168 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi.
0s270ms [pure insertion]
marking any relevant derived attributes for update...10:58:24.168 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:24.168 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:24.178 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi...
10:58:24.179 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:24.179 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:24.179 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi...
10:58:24.179 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi
10:58:24.180 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:58:24.180 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi
10:58:24.180 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:24.180 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:24.180 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:24.180 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:24.238 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi...
10:58:24.238 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:24.238 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:24.238 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi...
10:58:24.239 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi
10:58:24.309 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:58:24.309 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi
10:58:24.315 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:24.315 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi.
0s77ms [pure insertion]
marking any relevant derived attributes for update...10:58:24.315 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:24.315 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:24.343 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi...
10:58:24.343 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:24.343 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:24.343 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi...
10:58:24.348 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi
10:58:24.348 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:58:24.348 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi
10:58:24.349 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:24.349 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:24.349 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:24.349 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:24.349 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:24.349 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:24.351 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total)
10:58:24.360 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs
10:58:24.360 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s
attempting to resolve any uninitialized derived attributes...
10:58:24.360 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:24.360 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:24.360 [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...
10:58:24.360 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s11ms [proxy update]
10:58:24.360 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:24.360 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	4
deleted		0
changed		4
loaded		4
c elems		4
d elems		0
time		~0s
validating changes...
validating file UPDATED for /childA.xmi
validating file UPDATED for /childB.xmi
validating file UPDATED for /root.xmi
validating file UPDATED for /childAA.xmi
changed resource size: 4
relevant graph size: 4
validated changes... true
10:58:24.362 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 480 ms
10:58:24.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers...
10:58:24.363 [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);
10:58:24.363 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers
10:58:24.363 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
10:58:24.380 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
10:58:24.595 [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)
10:58:24.595 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.232s
10:58:24.595 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers.
10:58:24.599 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:24.636 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:24.637 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:24.637 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:24.647 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi...
10:58:24.647 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:24.647 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store
10:58:24.647 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0
10:58:24.647 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
10:58:24.647 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi...
10:58:24.648 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi
10:58:24.651 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s
10:58:24.654 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi
10:58:24.781 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:58:24.781 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi
10:58:24.781 [pool-12-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:24.781 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi.
0s134ms [pure insertion]
marking any relevant derived attributes for update...10:58:24.782 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s3ms
10:58:24.784 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms
10:58:24.784 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:24.784 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:24.784 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
10:58:24.793 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs
10:58:24.793 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
10:58:24.793 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:24.793 [pool-12-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:24.793 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
10:58:24.796 [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)
10:58:24.796 [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...
10:58:24.796 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
10:58:24.797 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
10:58:24.799 [pool-12-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers
0s61ms [proxy update]
10:58:24.845 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:24.845 [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
10:58:24.846 [pool-12-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 247 ms
10:58:24.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:24.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit1707034280237345012/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:24.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:24.851 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:24.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:24 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainersIsUpdatedRoot[OrientDB]}} Storage 'plocal:/tmp/junit6217394564542516072/test_eContainersIsUpdatedRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8842181772185740032/test_queryEnumValues[OrientDB]
Jun 15, 2022 10:58:25 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit8842181772185740032/test_queryEnumValues[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:25.946 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:25.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:25.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:25.948 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:25.948 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:25.948 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:25.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:25.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:25.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:25.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:25.948 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:25.949 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:25.949 [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
10:58:25.953 [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
10:58:25.953 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:25.953 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:25.955 [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
10:58:26.072 [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)]
10:58:26.094 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore
10:58:26.094 [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
10:58:26.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:26.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:26.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:26.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:26.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:26.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
10:58:26.095 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:26.096 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:26.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:26.097 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:26.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:26.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec)
10:58:26.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:26.153 [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
10:58:26.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:26.155 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:26.156 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:26.158 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:26.158 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:26.159 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model...
10:58:26.160 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:26.160 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:26.160 [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)]
10:58:26.281 [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)]
10:58:26.394 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:26.394 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model
10:58:26.396 [pool-13-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:26.396 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model.
0s237ms [pure insertion]
marking any relevant derived attributes for update...10:58:26.396 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:26.397 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:26.397 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:26.397 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:26.401 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:26.401 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s
attempting to resolve any uninitialized derived attributes...
10:58:26.401 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:26.402 [pool-13-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:26.402 [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...
10:58:26.402 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
10:58:26.402 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:26.402 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:26.402 [pool-13-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 247 ms
10:58:26.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:26.405 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/enum-support/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:26.406 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:26.406 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:26.470 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:26 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_queryEnumValues[OrientDB]}} Storage 'plocal:/tmp/junit8842181772185740032/test_queryEnumValues[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit12128929215206829545/test_metamodels[OrientDB]
Jun 15, 2022 10:58:26 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit12128929215206829545/test_metamodels[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:27.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:27.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:27.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:27.380 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:27.380 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:27.380 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:27.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:27.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:27.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
10:58:27.381 [pool-14-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:27.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:27.382 [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
10:58:27.382 [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
10:58:27.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:27.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:27.438 [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
10:58:27.544 [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)]
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:27.567 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:27.568 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:27.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:27.571 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
10:58:27.571 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
10:58:27.574 [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
10:58:27.575 [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
10:58:27.576 [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
10:58:27.577 [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
10:58:27.588 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
10:58:27.589 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
10:58:27.589 [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
10:58:27.594 [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
10:58:27.595 [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
10:58:27.595 [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
10:58:27.652 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
10:58:27.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:27.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:27.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:27.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:27.662 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:27.759 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:27 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodels[OrientDB]}} Storage 'plocal:/tmp/junit12128929215206829545/test_metamodels[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4804486938573624653/test_elephantResolve[OrientDB]
Jun 15, 2022 10:58:27 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit4804486938573624653/test_elephantResolve[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:28.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:28.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:28.781 [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
10:58:28.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:28.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:28.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:28.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:28.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:28.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:28.782 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:28.782 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:28.783 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:28.783 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
10:58:29.252 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02)
10:58:29.252 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
10:58:29.252 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
10:58:29.252 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
10:58:29.252 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00)
10:58:29.252 [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
10:58:29.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:29.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:29.262 [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
10:58:29.447 [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)]
10:58:29.476 [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
10:58:29.476 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:29.476 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
10:58:29.490 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
10:58:29.538 [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
10:58:29.539 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:29.539 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
10:58:29.680 [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
10:58:29.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:29.680 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
10:58:29.974 [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
10:58:29.974 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
10:58:30.043 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec)
10:58:30.043 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:30.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit10824181712481555067/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:30.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:30.157 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:30.158 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:30.160 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:30.160 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:30.175 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml...
10:58:30.176 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:30.176 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:30.176 [pool-15-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)]
10:58:30.357 [pool-15-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)]
10:58:30.484 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
10:58:30.484 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
10:58:30.580 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:30.580 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml.
0s405ms [pure insertion]
marking any relevant derived attributes for update...10:58:30.580 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:30.580 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:30.580 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:30.580 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:30.582 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total)
10:58:30.587 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs
10:58:30.587 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s
attempting to resolve any uninitialized derived attributes...
10:58:30.587 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:30.587 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:30.587 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
10:58:30.587 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s7ms [proxy update]
10:58:30.587 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:30.588 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:30.588 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 431 ms
10:58:30.589 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:30.590 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:30.591 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:30.591 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:30.595 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
10:58:30.595 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:30.595 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:30.595 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml...
10:58:30.596 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
10:58:30.648 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
10:58:30.648 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
10:58:30.650 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:30.650 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml.
0s55ms [pure insertion]
marking any relevant derived attributes for update...10:58:30.650 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:30.650 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:30.652 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
10:58:30.652 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:30.652 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:30.652 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml...
10:58:30.653 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
10:58:30.661 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
10:58:30.662 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
10:58:30.667 [pool-15-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:30.667 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...10:58:30.667 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:30.667 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:30.667 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:30.667 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:30.737 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total)
10:58:30.751 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs
10:58:30.751 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.084s
attempting to resolve any uninitialized derived attributes...
10:58:30.751 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:30.751 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:30.752 [pool-15-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
10:58:30.752 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s85ms [proxy update]
10:58:30.752 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:30.752 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:30.752 [pool-15-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 163 ms
10:58:30.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:30.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit10824181712481555067/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:30.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:30.754 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:30.845 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:30 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_elephantResolve[OrientDB]}} Storage 'plocal:/tmp/junit4804486938573624653/test_elephantResolve[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit407844751612471839/test_zoo[OrientDB]
Jun 15, 2022 10:58:31 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit407844751612471839/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:31.897 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:31.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:31.899 [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
10:58:31.899 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:31.899 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:31.899 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:31.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:31.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:31.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:31.899 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:31.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:31.900 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:31.900 [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/metamodel_descriptor.xml to store
10:58:31.959 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:31.959 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:31.966 [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
10:58:32.182 [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)]
10:58:32.219 [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
10:58:32.219 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:32.219 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
10:58:32.232 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
10:58:32.235 [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
10:58:32.235 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:32.235 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
10:58:32.348 [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
10:58:32.348 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:32.348 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
10:58:32.547 [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
10:58:32.547 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
10:58:32.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec)
10:58:32.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:32.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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:32.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:32.663 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:32.853 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:32.857 [pool-16-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/
10:58:32.857 [pool-16-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/
10:58:32.857 [pool-16-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/
10:58:32.857 [pool-16-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/
10:58:32.858 [pool-16-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/
10:58:32.858 [pool-16-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/
10:58:32.858 [pool-16-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/
10:58:32.858 [pool-16-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/
10:58:32.859 [pool-16-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/
10:58:32.859 [pool-16-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/
10:58:32.859 [pool-16-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/
10:58:32.859 [pool-16-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/
10:58:32.860 [pool-16-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/
10:58:32.860 [pool-16-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/
10:58:32.860 [pool-16-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/
10:58:32.860 [pool-16-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/
10:58:32.861 [pool-16-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/
10:58:32.861 [pool-16-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/
10:58:32.861 [pool-16-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/
10:58:32.861 [pool-16-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/
10:58:32.862 [pool-16-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/
10:58:32.862 [pool-16-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/
10:58:32.862 [pool-16-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/
10:58:32.862 [pool-16-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/
10:58:32.863 [pool-16-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/
10:58:32.863 [pool-16-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/
10:58:32.863 [pool-16-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/
10:58:32.863 [pool-16-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/
10:58:32.863 [pool-16-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/
10:58:32.864 [pool-16-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/
10:58:32.864 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:32.864 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:32.864 [pool-16-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)
10:58:32.865 [pool-16-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...
10:58:32.866 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:32.866 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:32.866 [pool-16-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...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
10:58:33.002 [pool-16-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
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
10:58:33.118 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.119 [pool-16-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
10:58:33.188 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.188 [pool-16-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.
0s323ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.188 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.188 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.189 [pool-16-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...
10:58:33.189 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.189 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.189 [pool-16-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...
10:58:33.189 [pool-16-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
10:58:33.192 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:33.192 [pool-16-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
10:58:33.194 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:33.194 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.194 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.194 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.195 [pool-16-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...
10:58:33.195 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.195 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.195 [pool-16-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...
10:58:33.196 [pool-16-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
10:58:33.198 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
10:58:33.198 [pool-16-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
10:58:33.201 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
10:58:33.201 [pool-16-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...10:58:33.201 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.201 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.201 [pool-16-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...
10:58:33.201 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.201 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.201 [pool-16-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...
10:58:33.203 [pool-16-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
10:58:33.204 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.204 [pool-16-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
10:58:33.205 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.205 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.205 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.205 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.205 [pool-16-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...
10:58:33.205 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.205 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.205 [pool-16-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...
10:58:33.206 [pool-16-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
10:58:33.207 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.207 [pool-16-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
10:58:33.207 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.207 [pool-16-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...10:58:33.207 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.207 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.208 [pool-16-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...
10:58:33.208 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.208 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.208 [pool-16-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...
10:58:33.208 [pool-16-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
10:58:33.289 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:33.289 [pool-16-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
10:58:33.289 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.289 [pool-16-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.
0s81ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.289 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.289 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.290 [pool-16-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...
10:58:33.290 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.290 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.290 [pool-16-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...
10:58:33.291 [pool-16-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
10:58:33.293 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:33.293 [pool-16-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
10:58:33.295 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.295 [pool-16-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.295 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:33.296 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:33.296 [pool-16-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...
10:58:33.296 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.296 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.296 [pool-16-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...
10:58:33.297 [pool-16-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
10:58:33.298 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.298 [pool-16-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
10:58:33.298 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.299 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.299 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.299 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.299 [pool-16-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...
10:58:33.300 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.300 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.300 [pool-16-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...
10:58:33.300 [pool-16-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
10:58:33.301 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.301 [pool-16-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
10:58:33.301 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.301 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.301 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.301 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.302 [pool-16-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...
10:58:33.302 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.302 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.302 [pool-16-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...
10:58:33.302 [pool-16-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
10:58:33.304 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
10:58:33.304 [pool-16-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
10:58:33.305 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:33.305 [pool-16-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...10:58:33.305 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.305 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.305 [pool-16-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...
10:58:33.306 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.306 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.306 [pool-16-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...
10:58:33.306 [pool-16-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
10:58:33.337 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:33.337 [pool-16-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
10:58:33.338 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.338 [pool-16-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.
0s33ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.338 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.338 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.339 [pool-16-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...
10:58:33.339 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.339 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.339 [pool-16-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...
10:58:33.340 [pool-16-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
10:58:33.341 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.341 [pool-16-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
10:58:33.341 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.341 [pool-16-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...10:58:33.341 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.341 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.342 [pool-16-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...
10:58:33.343 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.343 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.343 [pool-16-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...
10:58:33.343 [pool-16-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
10:58:33.344 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.344 [pool-16-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
10:58:33.345 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.345 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.345 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.345 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.346 [pool-16-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...
10:58:33.346 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.346 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.346 [pool-16-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...
10:58:33.346 [pool-16-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
10:58:33.347 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.348 [pool-16-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
10:58:33.349 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.349 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.349 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.349 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.351 [pool-16-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...
10:58:33.351 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.351 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.351 [pool-16-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...
10:58:33.351 [pool-16-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
10:58:33.368 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
10:58:33.368 [pool-16-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
10:58:33.437 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
10:58:33.437 [pool-16-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.
0s86ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.437 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:33.438 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:33.438 [pool-16-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...
10:58:33.438 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.438 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.438 [pool-16-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...
10:58:33.439 [pool-16-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
10:58:33.440 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.440 [pool-16-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
10:58:33.440 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.440 [pool-16-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...10:58:33.440 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.440 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.441 [pool-16-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...
10:58:33.441 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.441 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.441 [pool-16-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...
10:58:33.441 [pool-16-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
10:58:33.442 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:33.442 [pool-16-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
10:58:33.443 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.443 [pool-16-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...10:58:33.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.443 [pool-16-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...
10:58:33.443 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.444 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.444 [pool-16-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...
10:58:33.444 [pool-16-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
10:58:33.445 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.445 [pool-16-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
10:58:33.445 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.446 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.446 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.446 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.446 [pool-16-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...
10:58:33.446 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.446 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.446 [pool-16-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...
10:58:33.447 [pool-16-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
10:58:33.448 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.448 [pool-16-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
10:58:33.448 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.448 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.448 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.448 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.449 [pool-16-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...
10:58:33.449 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.449 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.449 [pool-16-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...
10:58:33.449 [pool-16-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
10:58:33.450 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.450 [pool-16-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
10:58:33.451 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.451 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.451 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.451 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.451 [pool-16-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...
10:58:33.451 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.451 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.452 [pool-16-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...
10:58:33.452 [pool-16-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
10:58:33.453 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.453 [pool-16-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
10:58:33.453 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.453 [pool-16-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...10:58:33.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.454 [pool-16-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...
10:58:33.454 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.454 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.454 [pool-16-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...
10:58:33.454 [pool-16-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
10:58:33.455 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.455 [pool-16-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
10:58:33.457 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.457 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.457 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.457 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.457 [pool-16-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...
10:58:33.457 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.457 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.457 [pool-16-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...
10:58:33.458 [pool-16-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
10:58:33.459 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.459 [pool-16-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
10:58:33.459 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.460 [pool-16-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...
10:58:33.460 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.460 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.460 [pool-16-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...
10:58:33.461 [pool-16-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
10:58:33.466 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:33.466 [pool-16-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
10:58:33.467 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.467 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.467 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.467 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.467 [pool-16-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...
10:58:33.467 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.468 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.468 [pool-16-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...
10:58:33.468 [pool-16-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
10:58:33.469 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.469 [pool-16-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
10:58:33.469 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.469 [pool-16-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...10:58:33.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.470 [pool-16-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...
10:58:33.470 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.470 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.470 [pool-16-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...
10:58:33.470 [pool-16-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
10:58:33.471 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:33.471 [pool-16-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
10:58:33.472 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.472 [pool-16-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...10:58:33.472 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.472 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.472 [pool-16-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...
10:58:33.472 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.472 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.472 [pool-16-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...
10:58:33.473 [pool-16-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
10:58:33.473 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.473 [pool-16-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
10:58:33.474 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.474 [pool-16-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.474 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.474 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.474 [pool-16-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...
10:58:33.474 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.474 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.474 [pool-16-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...
10:58:33.474 [pool-16-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
10:58:33.539 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:33.539 [pool-16-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
10:58:33.539 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.539 [pool-16-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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.540 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.540 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.541 [pool-16-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...
10:58:33.541 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.541 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.541 [pool-16-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...
10:58:33.541 [pool-16-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
10:58:33.543 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:33.543 [pool-16-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
10:58:33.544 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:33.544 [pool-16-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...10:58:33.544 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.544 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.544 [pool-16-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...
10:58:33.544 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.544 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.544 [pool-16-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...
10:58:33.544 [pool-16-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
10:58:33.545 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.545 [pool-16-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
10:58:33.546 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.546 [pool-16-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...10:58:33.546 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.546 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.546 [pool-16-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...
10:58:33.546 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.546 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.546 [pool-16-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...
10:58:33.546 [pool-16-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
10:58:33.551 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.551 [pool-16-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
10:58:33.552 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.552 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.552 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.552 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.552 [pool-16-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...
10:58:33.552 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.552 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.552 [pool-16-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...
10:58:33.553 [pool-16-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
10:58:33.553 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.553 [pool-16-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
10:58:33.554 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.554 [pool-16-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...10:58:33.554 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.554 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.554 [pool-16-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...
10:58:33.554 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.554 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.554 [pool-16-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...
10:58:33.554 [pool-16-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
10:58:33.555 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.555 [pool-16-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
10:58:33.555 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.555 [pool-16-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...10:58:33.555 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.555 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.556 [pool-16-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...
10:58:33.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.556 [pool-16-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...
10:58:33.556 [pool-16-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
10:58:33.560 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
10:58:33.560 [pool-16-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
10:58:33.561 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.561 [pool-16-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.561 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.561 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.562 [pool-16-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...
10:58:33.562 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.562 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.562 [pool-16-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...
10:58:33.562 [pool-16-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
10:58:33.563 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.563 [pool-16-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
10:58:33.563 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.563 [pool-16-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...10:58:33.563 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.563 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.564 [pool-16-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...
10:58:33.564 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.564 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.564 [pool-16-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...
10:58:33.564 [pool-16-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
10:58:33.565 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.565 [pool-16-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
10:58:33.565 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.565 [pool-16-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...10:58:33.565 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.565 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.565 [pool-16-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...
10:58:33.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.566 [pool-16-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...
10:58:33.566 [pool-16-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
10:58:33.567 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.567 [pool-16-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
10:58:33.567 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.567 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.567 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.567 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.567 [pool-16-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...
10:58:33.568 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.568 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.568 [pool-16-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...
10:58:33.568 [pool-16-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
10:58:33.569 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.569 [pool-16-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
10:58:33.569 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.569 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.569 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.569 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.570 [pool-16-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...
10:58:33.570 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.570 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.570 [pool-16-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...
10:58:33.570 [pool-16-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
10:58:33.571 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.571 [pool-16-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
10:58:33.571 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.571 [pool-16-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...10:58:33.571 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.571 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.572 [pool-16-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...
10:58:33.572 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.572 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.572 [pool-16-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...
10:58:33.572 [pool-16-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
10:58:33.574 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
10:58:33.574 [pool-16-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
10:58:33.575 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:33.575 [pool-16-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...10:58:33.575 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.575 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.575 [pool-16-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...
10:58:33.575 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.575 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.575 [pool-16-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...
10:58:33.576 [pool-16-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
10:58:33.576 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.576 [pool-16-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
10:58:33.577 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.577 [pool-16-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...
10:58:33.577 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.577 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.577 [pool-16-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...
10:58:33.577 [pool-16-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
10:58:33.586 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:33.586 [pool-16-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
10:58:33.586 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.586 [pool-16-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.586 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.586 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.587 [pool-16-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...
10:58:33.587 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.587 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.587 [pool-16-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...
10:58:33.587 [pool-16-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
10:58:33.637 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.637 [pool-16-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
10:58:33.638 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.638 [pool-16-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.
0s51ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.638 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.638 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.638 [pool-16-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...
10:58:33.638 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.638 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.638 [pool-16-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...
10:58:33.638 [pool-16-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
10:58:33.639 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.639 [pool-16-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
10:58:33.640 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.640 [pool-16-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...10:58:33.640 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.640 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.640 [pool-16-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...
10:58:33.640 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.640 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.640 [pool-16-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...
10:58:33.646 [pool-16-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
10:58:33.647 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:33.647 [pool-16-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
10:58:33.648 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.648 [pool-16-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.648 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.648 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.649 [pool-16-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...
10:58:33.649 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.649 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.649 [pool-16-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...
10:58:33.650 [pool-16-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
10:58:33.651 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:33.651 [pool-16-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
10:58:33.652 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.652 [pool-16-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...10:58:33.652 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.652 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.653 [pool-16-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...
10:58:33.653 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.653 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.653 [pool-16-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...
10:58:33.653 [pool-16-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
10:58:33.654 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:33.654 [pool-16-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
10:58:33.655 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.655 [pool-16-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...10:58:33.655 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.655 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.656 [pool-16-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...
10:58:33.656 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.656 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.656 [pool-16-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...
10:58:33.656 [pool-16-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
10:58:33.657 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.657 [pool-16-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
10:58:33.657 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.657 [pool-16-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...10:58:33.657 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.657 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.658 [pool-16-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...
10:58:33.658 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.658 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.658 [pool-16-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...
10:58:33.658 [pool-16-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
10:58:33.659 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.659 [pool-16-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
10:58:33.659 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.659 [pool-16-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...10:58:33.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.660 [pool-16-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...
10:58:33.660 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.660 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.660 [pool-16-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...
10:58:33.660 [pool-16-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
10:58:33.661 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.661 [pool-16-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
10:58:33.661 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.661 [pool-16-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...10:58:33.661 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.661 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.662 [pool-16-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...
10:58:33.662 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.662 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.662 [pool-16-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...
10:58:33.662 [pool-16-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
10:58:33.664 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:33.664 [pool-16-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
10:58:33.665 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:33.665 [pool-16-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...10:58:33.665 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.665 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.665 [pool-16-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...
10:58:33.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.666 [pool-16-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...
10:58:33.666 [pool-16-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
10:58:33.667 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:33.667 [pool-16-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
10:58:33.668 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.668 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.668 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.668 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.668 [pool-16-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...
10:58:33.668 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.668 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.668 [pool-16-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...
10:58:33.668 [pool-16-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
10:58:33.669 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.669 [pool-16-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
10:58:33.670 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.670 [pool-16-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...10:58:33.670 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.670 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.670 [pool-16-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...
10:58:33.671 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.671 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.671 [pool-16-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...
10:58:33.671 [pool-16-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
10:58:33.680 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.680 [pool-16-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
10:58:33.680 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.680 [pool-16-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.680 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.680 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.681 [pool-16-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...
10:58:33.681 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.681 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.681 [pool-16-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...
10:58:33.681 [pool-16-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
10:58:33.682 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:33.682 [pool-16-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
10:58:33.682 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.682 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.682 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.682 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.683 [pool-16-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...
10:58:33.683 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.683 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.683 [pool-16-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...
10:58:33.683 [pool-16-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
10:58:33.684 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.684 [pool-16-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
10:58:33.684 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.684 [pool-16-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...10:58:33.684 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.684 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.685 [pool-16-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...
10:58:33.685 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.685 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.685 [pool-16-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...
10:58:33.685 [pool-16-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
10:58:33.736 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.737 [pool-16-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
10:58:33.737 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.737 [pool-16-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.
0s52ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.737 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.737 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.738 [pool-16-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...
10:58:33.738 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.738 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.738 [pool-16-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...
10:58:33.738 [pool-16-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
10:58:33.739 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.739 [pool-16-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
10:58:33.739 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.739 [pool-16-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...10:58:33.739 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.739 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.740 [pool-16-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...
10:58:33.740 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.740 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.740 [pool-16-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...
10:58:33.741 [pool-16-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
10:58:33.741 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.741 [pool-16-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
10:58:33.742 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.742 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.742 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.742 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.742 [pool-16-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...
10:58:33.742 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.742 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.742 [pool-16-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...
10:58:33.742 [pool-16-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
10:58:33.743 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.743 [pool-16-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
10:58:33.743 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.743 [pool-16-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...10:58:33.743 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.743 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.744 [pool-16-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...
10:58:33.744 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.744 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.744 [pool-16-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...
10:58:33.744 [pool-16-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
10:58:33.745 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.745 [pool-16-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
10:58:33.745 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.745 [pool-16-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...10:58:33.745 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.745 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.746 [pool-16-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...
10:58:33.746 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.746 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.746 [pool-16-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...
10:58:33.746 [pool-16-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
10:58:33.747 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.747 [pool-16-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
10:58:33.747 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.747 [pool-16-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...10:58:33.747 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.747 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.747 [pool-16-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...
10:58:33.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.747 [pool-16-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...
10:58:33.748 [pool-16-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
10:58:33.749 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.749 [pool-16-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
10:58:33.749 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.749 [pool-16-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...10:58:33.749 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.749 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.750 [pool-16-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...
10:58:33.750 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.750 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.750 [pool-16-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...
10:58:33.750 [pool-16-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
10:58:33.751 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.751 [pool-16-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
10:58:33.751 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.751 [pool-16-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...10:58:33.751 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.751 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.752 [pool-16-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...
10:58:33.752 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.752 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.752 [pool-16-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...
10:58:33.752 [pool-16-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
10:58:33.754 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:33.754 [pool-16-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
10:58:33.754 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.754 [pool-16-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...10:58:33.754 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.754 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.755 [pool-16-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...
10:58:33.755 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.755 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.755 [pool-16-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...
10:58:33.755 [pool-16-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
10:58:33.756 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.756 [pool-16-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
10:58:33.756 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.756 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.756 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:33.757 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:33.757 [pool-16-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...
10:58:33.757 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.757 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.757 [pool-16-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...
10:58:33.757 [pool-16-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
10:58:33.758 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.758 [pool-16-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
10:58:33.758 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.758 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.758 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:33.759 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:33.759 [pool-16-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...
10:58:33.759 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.759 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.759 [pool-16-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...
10:58:33.759 [pool-16-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
10:58:33.761 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:33.761 [pool-16-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
10:58:33.765 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:33.765 [pool-16-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.765 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:33.766 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:33.766 [pool-16-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...
10:58:33.766 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.766 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.766 [pool-16-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...
10:58:33.766 [pool-16-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
10:58:33.767 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:33.767 [pool-16-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
10:58:33.768 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.768 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.768 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.768 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.768 [pool-16-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...
10:58:33.768 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.768 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.768 [pool-16-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...
10:58:33.769 [pool-16-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
10:58:33.769 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.769 [pool-16-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
10:58:33.770 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.770 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.770 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.770 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.770 [pool-16-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...
10:58:33.771 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.771 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.771 [pool-16-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...
10:58:33.771 [pool-16-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
10:58:33.772 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:33.772 [pool-16-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
10:58:33.773 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.773 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.773 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.773 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.774 [pool-16-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...
10:58:33.774 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.774 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.774 [pool-16-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...
10:58:33.774 [pool-16-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
10:58:33.779 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:33.779 [pool-16-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
10:58:33.841 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:33.841 [pool-16-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...10:58:33.841 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.841 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.842 [pool-16-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...
10:58:33.842 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.842 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.842 [pool-16-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...
10:58:33.843 [pool-16-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
10:58:33.844 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:33.844 [pool-16-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
10:58:33.844 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.844 [pool-16-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...10:58:33.844 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:33.845 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:33.845 [pool-16-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...
10:58:33.845 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.845 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.845 [pool-16-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...
10:58:33.845 [pool-16-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
10:58:33.846 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.846 [pool-16-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
10:58:33.847 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.847 [pool-16-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...10:58:33.847 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.847 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.847 [pool-16-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...
10:58:33.847 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.847 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.847 [pool-16-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...
10:58:33.847 [pool-16-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
10:58:33.848 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.848 [pool-16-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
10:58:33.849 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.849 [pool-16-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...10:58:33.849 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.849 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.849 [pool-16-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...
10:58:33.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.849 [pool-16-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...
10:58:33.849 [pool-16-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
10:58:33.850 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.850 [pool-16-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
10:58:33.850 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.851 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.851 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.851 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.851 [pool-16-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...
10:58:33.851 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.851 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.851 [pool-16-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...
10:58:33.851 [pool-16-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
10:58:33.852 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.852 [pool-16-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
10:58:33.852 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.852 [pool-16-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...10:58:33.852 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:33.853 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:33.853 [pool-16-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...
10:58:33.853 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.853 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.853 [pool-16-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...
10:58:33.853 [pool-16-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
10:58:33.854 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.854 [pool-16-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
10:58:33.854 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.854 [pool-16-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...10:58:33.854 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.854 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.855 [pool-16-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...
10:58:33.855 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.855 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.855 [pool-16-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...
10:58:33.855 [pool-16-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
10:58:33.856 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.856 [pool-16-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
10:58:33.856 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.856 [pool-16-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...10:58:33.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.856 [pool-16-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...
10:58:33.857 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.857 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.857 [pool-16-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...
10:58:33.857 [pool-16-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
10:58:33.858 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:33.858 [pool-16-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
10:58:33.859 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.859 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.859 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.859 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.859 [pool-16-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...
10:58:33.860 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.860 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.860 [pool-16-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...
10:58:33.860 [pool-16-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
10:58:33.860 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:33.860 [pool-16-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
10:58:33.861 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.861 [pool-16-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...10:58:33.861 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.861 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.861 [pool-16-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...
10:58:33.862 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.862 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.862 [pool-16-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...
10:58:33.862 [pool-16-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
10:58:33.862 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.863 [pool-16-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
10:58:33.863 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.863 [pool-16-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...10:58:33.863 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.863 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.863 [pool-16-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...
10:58:33.863 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.863 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.863 [pool-16-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...
10:58:33.864 [pool-16-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
10:58:33.864 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.864 [pool-16-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
10:58:33.865 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.865 [pool-16-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...10:58:33.865 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.865 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.865 [pool-16-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...
10:58:33.865 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.865 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.865 [pool-16-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...
10:58:33.866 [pool-16-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
10:58:33.866 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.866 [pool-16-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
10:58:33.867 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.867 [pool-16-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...10:58:33.867 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.867 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.867 [pool-16-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...
10:58:33.867 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.867 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.867 [pool-16-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...
10:58:33.868 [pool-16-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
10:58:33.876 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.876 [pool-16-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
10:58:33.876 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.876 [pool-16-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.876 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.876 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.877 [pool-16-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...
10:58:33.877 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.877 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.877 [pool-16-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...
10:58:33.877 [pool-16-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
10:58:33.878 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.878 [pool-16-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
10:58:33.878 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.878 [pool-16-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...10:58:33.878 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.878 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.879 [pool-16-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...
10:58:33.879 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.879 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.879 [pool-16-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...
10:58:33.879 [pool-16-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
10:58:33.880 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:33.880 [pool-16-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
10:58:33.880 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:33.880 [pool-16-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...10:58:33.881 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.881 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.881 [pool-16-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...
10:58:33.881 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.881 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.881 [pool-16-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...
10:58:33.881 [pool-16-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
10:58:33.937 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.937 [pool-16-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
10:58:33.938 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.938 [pool-16-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.
0s57ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.938 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.938 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.938 [pool-16-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...
10:58:33.938 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.938 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.938 [pool-16-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...
10:58:33.939 [pool-16-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
10:58:33.942 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.942 [pool-16-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
10:58:33.943 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.943 [pool-16-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.943 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.943 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.943 [pool-16-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...
10:58:33.943 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.943 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.943 [pool-16-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...
10:58:33.943 [pool-16-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
10:58:33.948 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:33.948 [pool-16-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
10:58:33.948 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.948 [pool-16-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...10:58:33.948 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.948 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.949 [pool-16-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...
10:58:33.949 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.949 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.949 [pool-16-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...
10:58:33.949 [pool-16-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
10:58:33.951 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
10:58:33.951 [pool-16-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
10:58:33.954 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
10:58:33.954 [pool-16-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.954 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.954 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.955 [pool-16-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...
10:58:33.955 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.955 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.955 [pool-16-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...
10:58:33.956 [pool-16-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
10:58:33.959 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
10:58:33.959 [pool-16-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
10:58:33.963 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
10:58:33.963 [pool-16-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.963 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.963 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.963 [pool-16-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...
10:58:33.964 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.964 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.964 [pool-16-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...
10:58:33.964 [pool-16-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
10:58:33.968 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:33.968 [pool-16-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
10:58:33.968 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.968 [pool-16-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...10:58:33.968 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.969 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.969 [pool-16-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...
10:58:33.969 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.969 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.969 [pool-16-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...
10:58:33.972 [pool-16-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
10:58:33.972 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.973 [pool-16-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
10:58:33.973 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.973 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:33.973 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.973 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.973 [pool-16-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...
10:58:33.973 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.973 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.973 [pool-16-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...
10:58:33.974 [pool-16-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
10:58:33.974 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.974 [pool-16-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
10:58:33.975 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.975 [pool-16-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...10:58:33.975 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.975 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.975 [pool-16-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...
10:58:33.975 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.975 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.975 [pool-16-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...
10:58:33.976 [pool-16-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
10:58:33.976 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:33.976 [pool-16-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
10:58:33.977 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:33.977 [pool-16-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...10:58:33.977 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:33.977 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:33.977 [pool-16-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...
10:58:33.978 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:33.978 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:33.978 [pool-16-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...
10:58:33.978 [pool-16-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
10:58:34.044 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
10:58:34.044 [pool-16-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
10:58:34.050 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:34.050 [pool-16-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.
0s73ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.050 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.050 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.051 [pool-16-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...
10:58:34.051 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.051 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.051 [pool-16-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...
10:58:34.051 [pool-16-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
10:58:34.052 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.052 [pool-16-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
10:58:34.053 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.053 [pool-16-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...10:58:34.053 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.053 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.053 [pool-16-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...
10:58:34.053 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.053 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.053 [pool-16-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...
10:58:34.053 [pool-16-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
10:58:34.054 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.054 [pool-16-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
10:58:34.054 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.054 [pool-16-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...10:58:34.054 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.054 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.055 [pool-16-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...
10:58:34.055 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.055 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.055 [pool-16-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...
10:58:34.055 [pool-16-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
10:58:34.056 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.056 [pool-16-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
10:58:34.056 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.056 [pool-16-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...10:58:34.056 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.056 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.056 [pool-16-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)
10:58:34.057 [pool-16-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...
10:58:34.057 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.057 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.057 [pool-16-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...
10:58:34.057 [pool-16-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
10:58:34.058 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.058 [pool-16-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
10:58:34.058 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.058 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.058 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.058 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.059 [pool-16-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...
10:58:34.059 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.059 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.059 [pool-16-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...
10:58:34.059 [pool-16-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
10:58:34.060 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.060 [pool-16-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
10:58:34.061 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.061 [pool-16-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...10:58:34.061 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.061 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.061 [pool-16-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...
10:58:34.061 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.061 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.061 [pool-16-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...
10:58:34.061 [pool-16-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
10:58:34.068 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.068 [pool-16-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
10:58:34.069 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.069 [pool-16-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.069 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.069 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.069 [pool-16-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...
10:58:34.069 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.069 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.069 [pool-16-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...
10:58:34.069 [pool-16-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
10:58:34.070 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.070 [pool-16-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
10:58:34.070 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.071 [pool-16-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...10:58:34.071 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.071 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.071 [pool-16-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...
10:58:34.071 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.071 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.071 [pool-16-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...
10:58:34.071 [pool-16-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
10:58:34.072 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.072 [pool-16-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
10:58:34.072 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.072 [pool-16-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...10:58:34.072 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.073 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.073 [pool-16-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...
10:58:34.073 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.073 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.073 [pool-16-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...
10:58:34.073 [pool-16-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
10:58:34.074 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.074 [pool-16-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
10:58:34.074 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.074 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.074 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.074 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.075 [pool-16-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...
10:58:34.075 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.075 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.075 [pool-16-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...
10:58:34.075 [pool-16-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
10:58:34.076 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.076 [pool-16-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
10:58:34.076 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.076 [pool-16-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...10:58:34.076 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.076 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.076 [pool-16-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...
10:58:34.076 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.077 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.077 [pool-16-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...
10:58:34.077 [pool-16-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
10:58:34.078 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:34.078 [pool-16-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
10:58:34.079 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:34.079 [pool-16-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...10:58:34.079 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.079 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.079 [pool-16-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...
10:58:34.080 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.080 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.080 [pool-16-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...
10:58:34.080 [pool-16-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
10:58:34.080 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.080 [pool-16-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
10:58:34.081 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.081 [pool-16-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...10:58:34.081 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.081 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.081 [pool-16-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...
10:58:34.081 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.081 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.081 [pool-16-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...
10:58:34.081 [pool-16-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
10:58:34.082 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.082 [pool-16-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
10:58:34.082 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.082 [pool-16-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...10:58:34.082 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.082 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.137 [pool-16-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...
10:58:34.137 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.137 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.137 [pool-16-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...
10:58:34.137 [pool-16-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
10:58:34.138 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.138 [pool-16-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
10:58:34.138 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.138 [pool-16-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...10:58:34.138 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.138 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.139 [pool-16-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...
10:58:34.139 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.139 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.139 [pool-16-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...
10:58:34.139 [pool-16-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
10:58:34.140 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.140 [pool-16-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
10:58:34.140 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.140 [pool-16-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...10:58:34.140 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:34.141 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:34.141 [pool-16-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...
10:58:34.141 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.141 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.141 [pool-16-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...
10:58:34.141 [pool-16-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
10:58:34.143 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:34.143 [pool-16-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
10:58:34.143 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:34.143 [pool-16-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...10:58:34.143 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.143 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.144 [pool-16-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...
10:58:34.144 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.144 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.144 [pool-16-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...
10:58:34.144 [pool-16-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
10:58:34.145 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:34.145 [pool-16-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
10:58:34.145 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.145 [pool-16-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...10:58:34.146 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.146 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.146 [pool-16-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...
10:58:34.146 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.146 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.146 [pool-16-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...
10:58:34.146 [pool-16-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
10:58:34.147 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.147 [pool-16-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
10:58:34.147 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.147 [pool-16-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...10:58:34.147 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.147 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.148 [pool-16-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...
10:58:34.148 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.148 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.148 [pool-16-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...
10:58:34.148 [pool-16-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
10:58:34.148 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.149 [pool-16-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
10:58:34.149 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.149 [pool-16-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...10:58:34.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.149 [pool-16-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...
10:58:34.149 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.150 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.150 [pool-16-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...
10:58:34.150 [pool-16-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
10:58:34.154 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:34.154 [pool-16-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
10:58:34.159 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:34.159 [pool-16-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...10:58:34.159 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.159 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.160 [pool-16-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...
10:58:34.160 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.160 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.160 [pool-16-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...
10:58:34.160 [pool-16-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
10:58:34.163 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
10:58:34.163 [pool-16-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
10:58:34.163 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.163 [pool-16-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...10:58:34.163 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.163 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.164 [pool-16-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...
10:58:34.164 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.164 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.164 [pool-16-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...
10:58:34.168 [pool-16-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
10:58:34.169 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.169 [pool-16-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
10:58:34.169 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.169 [pool-16-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.169 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.169 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.169 [pool-16-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...
10:58:34.169 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.169 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.169 [pool-16-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...
10:58:34.170 [pool-16-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
10:58:34.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:34.171 [pool-16-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
10:58:34.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.171 [pool-16-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...10:58:34.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.171 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.172 [pool-16-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...
10:58:34.172 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.172 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.172 [pool-16-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...
10:58:34.172 [pool-16-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
10:58:34.173 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:34.173 [pool-16-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
10:58:34.174 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:34.174 [pool-16-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.174 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.174 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.175 [pool-16-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...
10:58:34.175 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.175 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.175 [pool-16-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...
10:58:34.175 [pool-16-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
10:58:34.176 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.176 [pool-16-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
10:58:34.176 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.176 [pool-16-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...10:58:34.176 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.176 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.176 [pool-16-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...
10:58:34.176 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.176 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.176 [pool-16-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...
10:58:34.177 [pool-16-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
10:58:34.177 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.178 [pool-16-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
10:58:34.178 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.178 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.178 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.178 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.178 [pool-16-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...
10:58:34.178 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.178 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.178 [pool-16-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...
10:58:34.179 [pool-16-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
10:58:34.180 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.180 [pool-16-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
10:58:34.237 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.237 [pool-16-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.
0s59ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.237 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.237 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.238 [pool-16-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...
10:58:34.238 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.238 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.238 [pool-16-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...
10:58:34.238 [pool-16-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
10:58:34.239 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.239 [pool-16-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
10:58:34.239 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.239 [pool-16-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...10:58:34.239 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.239 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.240 [pool-16-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...
10:58:34.240 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.240 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.240 [pool-16-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...
10:58:34.240 [pool-16-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
10:58:34.241 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.241 [pool-16-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
10:58:34.241 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.241 [pool-16-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...10:58:34.241 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.241 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.242 [pool-16-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...
10:58:34.242 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.242 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.242 [pool-16-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...
10:58:34.242 [pool-16-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
10:58:34.243 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.243 [pool-16-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
10:58:34.243 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.243 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.243 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.243 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.244 [pool-16-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...
10:58:34.244 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.244 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.244 [pool-16-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...
10:58:34.244 [pool-16-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
10:58:34.245 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.245 [pool-16-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
10:58:34.245 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.245 [pool-16-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...10:58:34.245 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.245 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.246 [pool-16-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...
10:58:34.246 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.246 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.246 [pool-16-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...
10:58:34.246 [pool-16-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
10:58:34.247 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.247 [pool-16-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
10:58:34.247 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.247 [pool-16-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...10:58:34.247 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.247 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.247 [pool-16-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...
10:58:34.248 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.248 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.248 [pool-16-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...
10:58:34.248 [pool-16-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
10:58:34.248 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.248 [pool-16-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
10:58:34.249 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.249 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.249 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.249 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.249 [pool-16-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...
10:58:34.249 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.249 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.249 [pool-16-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...
10:58:34.249 [pool-16-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
10:58:34.250 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.250 [pool-16-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
10:58:34.250 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.250 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.250 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.250 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.251 [pool-16-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...
10:58:34.251 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.251 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.251 [pool-16-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...
10:58:34.251 [pool-16-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
10:58:34.252 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.252 [pool-16-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
10:58:34.252 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.252 [pool-16-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...10:58:34.252 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.252 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.252 [pool-16-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...
10:58:34.252 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.252 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.252 [pool-16-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...
10:58:34.253 [pool-16-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
10:58:34.253 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.253 [pool-16-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
10:58:34.254 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.254 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.254 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.254 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.254 [pool-16-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...
10:58:34.254 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.254 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.254 [pool-16-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...
10:58:34.254 [pool-16-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
10:58:34.255 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.255 [pool-16-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
10:58:34.255 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.256 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.256 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.256 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.256 [pool-16-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...
10:58:34.256 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.256 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.256 [pool-16-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...
10:58:34.256 [pool-16-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
10:58:34.257 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.257 [pool-16-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
10:58:34.257 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.257 [pool-16-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...10:58:34.257 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.257 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.258 [pool-16-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...
10:58:34.258 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.258 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.258 [pool-16-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...
10:58:34.258 [pool-16-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
10:58:34.259 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.259 [pool-16-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
10:58:34.259 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.259 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.259 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.259 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.260 [pool-16-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...
10:58:34.260 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.260 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.260 [pool-16-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...
10:58:34.260 [pool-16-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
10:58:34.266 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
10:58:34.266 [pool-16-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
10:58:34.268 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:34.268 [pool-16-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.268 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.268 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.269 [pool-16-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...
10:58:34.269 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.269 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.269 [pool-16-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...
10:58:34.269 [pool-16-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
10:58:34.270 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.270 [pool-16-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
10:58:34.271 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.271 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.271 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.271 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.271 [pool-16-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...
10:58:34.271 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.271 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.271 [pool-16-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...
10:58:34.272 [pool-16-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
10:58:34.273 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.273 [pool-16-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
10:58:34.273 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.273 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.273 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.273 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.273 [pool-16-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...
10:58:34.274 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.274 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.274 [pool-16-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...
10:58:34.274 [pool-16-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
10:58:34.275 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:34.275 [pool-16-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
10:58:34.276 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:34.276 [pool-16-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...10:58:34.276 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.276 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.277 [pool-16-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...
10:58:34.277 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.277 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.277 [pool-16-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...
10:58:34.277 [pool-16-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
10:58:34.278 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.278 [pool-16-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
10:58:34.278 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.278 [pool-16-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...10:58:34.278 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.278 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.337 [pool-16-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...
10:58:34.337 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.337 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.337 [pool-16-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...
10:58:34.337 [pool-16-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
10:58:34.343 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:34.343 [pool-16-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
10:58:34.343 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.343 [pool-16-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.343 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.343 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.344 [pool-16-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...
10:58:34.344 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.344 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.344 [pool-16-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...
10:58:34.344 [pool-16-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
10:58:34.345 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.345 [pool-16-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
10:58:34.346 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.346 [pool-16-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...10:58:34.346 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.346 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.346 [pool-16-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...
10:58:34.346 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.346 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.346 [pool-16-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...
10:58:34.346 [pool-16-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
10:58:34.350 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:34.350 [pool-16-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
10:58:34.351 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.351 [pool-16-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...10:58:34.351 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.351 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.351 [pool-16-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...
10:58:34.352 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.352 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.352 [pool-16-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...
10:58:34.352 [pool-16-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
10:58:34.353 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.353 [pool-16-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
10:58:34.353 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.354 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.354 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.354 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.354 [pool-16-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...
10:58:34.354 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.354 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.354 [pool-16-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...
10:58:34.354 [pool-16-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
10:58:34.355 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.356 [pool-16-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
10:58:34.356 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.356 [pool-16-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...10:58:34.356 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.356 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.357 [pool-16-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...
10:58:34.357 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.357 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.357 [pool-16-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...
10:58:34.357 [pool-16-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
10:58:34.358 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.358 [pool-16-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
10:58:34.359 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.359 [pool-16-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...10:58:34.359 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.359 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.359 [pool-16-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...
10:58:34.359 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.359 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.359 [pool-16-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...
10:58:34.360 [pool-16-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
10:58:34.361 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.361 [pool-16-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
10:58:34.361 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.361 [pool-16-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...10:58:34.361 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.361 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.362 [pool-16-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...
10:58:34.362 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.362 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.362 [pool-16-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...
10:58:34.362 [pool-16-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
10:58:34.364 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.364 [pool-16-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
10:58:34.364 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.364 [pool-16-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...10:58:34.364 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.364 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.365 [pool-16-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...
10:58:34.365 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.365 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.365 [pool-16-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...
10:58:34.366 [pool-16-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
10:58:34.369 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.369 [pool-16-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
10:58:34.369 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.369 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.369 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.369 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.369 [pool-16-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...
10:58:34.369 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.369 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.369 [pool-16-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...
10:58:34.370 [pool-16-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
10:58:34.371 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.371 [pool-16-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
10:58:34.371 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.371 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.371 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.371 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.372 [pool-16-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...
10:58:34.372 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.372 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.372 [pool-16-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...
10:58:34.372 [pool-16-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
10:58:34.373 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.373 [pool-16-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
10:58:34.436 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.437 [pool-16-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.
0s65ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.437 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.437 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.437 [pool-16-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...
10:58:34.437 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.437 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.437 [pool-16-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...
10:58:34.438 [pool-16-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
10:58:34.439 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.439 [pool-16-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
10:58:34.439 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.439 [pool-16-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...10:58:34.439 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.439 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.440 [pool-16-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...
10:58:34.440 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.440 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.440 [pool-16-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...
10:58:34.440 [pool-16-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
10:58:34.441 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.441 [pool-16-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
10:58:34.441 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.441 [pool-16-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...10:58:34.441 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.441 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.442 [pool-16-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...
10:58:34.442 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.442 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.442 [pool-16-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...
10:58:34.442 [pool-16-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
10:58:34.443 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.443 [pool-16-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
10:58:34.443 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.443 [pool-16-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...10:58:34.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.444 [pool-16-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...
10:58:34.444 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.444 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.444 [pool-16-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...
10:58:34.444 [pool-16-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
10:58:34.445 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.445 [pool-16-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
10:58:34.445 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.445 [pool-16-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...10:58:34.445 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.445 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.446 [pool-16-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...
10:58:34.446 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.446 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.446 [pool-16-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...
10:58:34.446 [pool-16-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
10:58:34.447 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:34.447 [pool-16-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
10:58:34.448 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.448 [pool-16-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...10:58:34.448 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.448 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.448 [pool-16-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...
10:58:34.448 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.448 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.448 [pool-16-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...
10:58:34.448 [pool-16-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
10:58:34.454 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
10:58:34.454 [pool-16-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
10:58:34.454 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:34.454 [pool-16-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.455 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:34.455 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:34.455 [pool-16-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...
10:58:34.455 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.455 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.455 [pool-16-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...
10:58:34.455 [pool-16-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
10:58:34.456 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.456 [pool-16-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
10:58:34.456 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.456 [pool-16-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...10:58:34.456 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.456 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.457 [pool-16-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...
10:58:34.457 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.457 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.457 [pool-16-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...
10:58:34.457 [pool-16-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
10:58:34.458 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.458 [pool-16-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
10:58:34.458 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.458 [pool-16-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...10:58:34.458 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:34.459 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:34.459 [pool-16-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...
10:58:34.459 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.459 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.459 [pool-16-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...
10:58:34.459 [pool-16-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
10:58:34.461 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.461 [pool-16-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
10:58:34.461 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.461 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.461 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.461 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.461 [pool-16-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...
10:58:34.462 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.462 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.462 [pool-16-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...
10:58:34.462 [pool-16-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
10:58:34.464 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
10:58:34.464 [pool-16-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
10:58:34.465 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
10:58:34.465 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.465 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:34.466 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:34.466 [pool-16-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...
10:58:34.466 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.466 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.466 [pool-16-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...
10:58:34.466 [pool-16-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
10:58:34.467 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.467 [pool-16-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
10:58:34.467 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.467 [pool-16-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...10:58:34.467 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.467 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.468 [pool-16-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...
10:58:34.468 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.468 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.468 [pool-16-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...
10:58:34.468 [pool-16-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
10:58:34.469 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.469 [pool-16-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
10:58:34.469 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.469 [pool-16-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...10:58:34.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.469 [pool-16-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...
10:58:34.469 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.469 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.469 [pool-16-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...
10:58:34.469 [pool-16-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
10:58:34.470 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.470 [pool-16-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
10:58:34.470 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.470 [pool-16-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...10:58:34.470 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.470 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.471 [pool-16-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...
10:58:34.471 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.471 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.471 [pool-16-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...
10:58:34.471 [pool-16-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
10:58:34.472 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.472 [pool-16-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
10:58:34.472 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.472 [pool-16-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...10:58:34.472 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.472 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.472 [pool-16-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...
10:58:34.472 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.472 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.472 [pool-16-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...
10:58:34.473 [pool-16-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
10:58:34.473 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.473 [pool-16-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
10:58:34.473 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.474 [pool-16-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...10:58:34.474 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.474 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.474 [pool-16-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...
10:58:34.474 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.474 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.474 [pool-16-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...
10:58:34.474 [pool-16-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
10:58:34.475 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.475 [pool-16-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
10:58:34.475 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.475 [pool-16-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...10:58:34.475 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.475 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.475 [pool-16-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...
10:58:34.476 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.476 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.476 [pool-16-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...
10:58:34.476 [pool-16-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
10:58:34.477 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
10:58:34.477 [pool-16-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
10:58:34.478 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:34.478 [pool-16-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...10:58:34.478 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.478 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.478 [pool-16-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...
10:58:34.478 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.478 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.478 [pool-16-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...
10:58:34.483 [pool-16-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
10:58:34.483 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.483 [pool-16-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
10:58:34.537 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.537 [pool-16-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.
0s59ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.537 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.537 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.537 [pool-16-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...
10:58:34.537 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.537 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.537 [pool-16-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...
10:58:34.538 [pool-16-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
10:58:34.541 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.541 [pool-16-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
10:58:34.541 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.541 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.541 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.541 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.542 [pool-16-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...
10:58:34.542 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.542 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.542 [pool-16-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...
10:58:34.542 [pool-16-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
10:58:34.543 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.543 [pool-16-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
10:58:34.543 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.543 [pool-16-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...10:58:34.543 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.543 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.543 [pool-16-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...
10:58:34.543 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.543 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.543 [pool-16-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...
10:58:34.544 [pool-16-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
10:58:34.545 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.545 [pool-16-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
10:58:34.545 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.545 [pool-16-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...10:58:34.545 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.545 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.546 [pool-16-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...
10:58:34.546 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.546 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.546 [pool-16-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...
10:58:34.546 [pool-16-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
10:58:34.550 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:34.550 [pool-16-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
10:58:34.551 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.551 [pool-16-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...10:58:34.551 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.551 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.551 [pool-16-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...
10:58:34.551 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.551 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.551 [pool-16-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...
10:58:34.552 [pool-16-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
10:58:34.552 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.552 [pool-16-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
10:58:34.553 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.553 [pool-16-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...10:58:34.553 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.553 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.553 [pool-16-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...
10:58:34.553 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.553 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.553 [pool-16-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...
10:58:34.553 [pool-16-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
10:58:34.554 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.554 [pool-16-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
10:58:34.554 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.554 [pool-16-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...10:58:34.554 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.554 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.555 [pool-16-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...
10:58:34.555 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.555 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.555 [pool-16-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...
10:58:34.555 [pool-16-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
10:58:34.556 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.556 [pool-16-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
10:58:34.556 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.556 [pool-16-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...10:58:34.556 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.556 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.557 [pool-16-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...
10:58:34.557 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.557 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.557 [pool-16-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...
10:58:34.557 [pool-16-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
10:58:34.558 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.558 [pool-16-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
10:58:34.558 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.558 [pool-16-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...10:58:34.558 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.558 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.558 [pool-16-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...
10:58:34.558 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.559 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.559 [pool-16-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...
10:58:34.559 [pool-16-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
10:58:34.560 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.560 [pool-16-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
10:58:34.560 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.560 [pool-16-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...10:58:34.560 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.560 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.560 [pool-16-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...
10:58:34.561 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.561 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.561 [pool-16-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...
10:58:34.561 [pool-16-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
10:58:34.562 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.562 [pool-16-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
10:58:34.562 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.562 [pool-16-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...10:58:34.562 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.562 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.562 [pool-16-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...
10:58:34.562 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.562 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.562 [pool-16-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...
10:58:34.562 [pool-16-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
10:58:34.563 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:34.563 [pool-16-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
10:58:34.564 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.564 [pool-16-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...10:58:34.564 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.564 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.565 [pool-16-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...
10:58:34.565 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.565 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.565 [pool-16-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...
10:58:34.565 [pool-16-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
10:58:34.565 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.566 [pool-16-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
10:58:34.566 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.566 [pool-16-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...10:58:34.566 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.566 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.566 [pool-16-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...
10:58:34.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.566 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.566 [pool-16-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...
10:58:34.567 [pool-16-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
10:58:34.577 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.577 [pool-16-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
10:58:34.577 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.577 [pool-16-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.577 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.578 [pool-16-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...
10:58:34.578 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.578 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.578 [pool-16-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...
10:58:34.578 [pool-16-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
10:58:34.582 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:34.582 [pool-16-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
10:58:34.582 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.582 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.582 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.582 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.582 [pool-16-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...
10:58:34.582 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.583 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.583 [pool-16-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...
10:58:34.583 [pool-16-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
10:58:34.584 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.584 [pool-16-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
10:58:34.584 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.584 [pool-16-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...10:58:34.584 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.584 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.585 [pool-16-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...
10:58:34.585 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.585 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.585 [pool-16-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...
10:58:34.585 [pool-16-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
10:58:34.586 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.586 [pool-16-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
10:58:34.586 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.586 [pool-16-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...10:58:34.586 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.586 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.587 [pool-16-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...
10:58:34.587 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.587 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.587 [pool-16-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...
10:58:34.588 [pool-16-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
10:58:34.638 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
10:58:34.638 [pool-16-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
10:58:34.642 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
10:58:34.642 [pool-16-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.
0s55ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.642 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.642 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.642 [pool-16-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...
10:58:34.642 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.642 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.642 [pool-16-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...
10:58:34.643 [pool-16-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
10:58:34.645 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
10:58:34.645 [pool-16-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
10:58:34.646 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:34.646 [pool-16-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...10:58:34.646 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.646 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.647 [pool-16-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...
10:58:34.647 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.647 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.647 [pool-16-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...
10:58:34.647 [pool-16-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
10:58:34.647 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.648 [pool-16-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
10:58:34.648 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.648 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.648 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.648 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.648 [pool-16-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...
10:58:34.648 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.648 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.648 [pool-16-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...
10:58:34.649 [pool-16-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
10:58:34.649 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.649 [pool-16-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
10:58:34.650 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.650 [pool-16-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...10:58:34.650 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.650 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.650 [pool-16-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...
10:58:34.650 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.650 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.650 [pool-16-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...
10:58:34.650 [pool-16-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
10:58:34.652 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:34.652 [pool-16-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
10:58:34.652 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.652 [pool-16-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...10:58:34.652 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.652 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.653 [pool-16-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...
10:58:34.653 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.653 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.653 [pool-16-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...
10:58:34.653 [pool-16-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
10:58:34.654 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.654 [pool-16-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
10:58:34.654 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.654 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.654 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.654 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.654 [pool-16-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...
10:58:34.654 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.654 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.654 [pool-16-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...
10:58:34.655 [pool-16-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
10:58:34.655 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.655 [pool-16-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
10:58:34.656 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.656 [pool-16-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...10:58:34.656 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.656 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.656 [pool-16-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...
10:58:34.656 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.656 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.656 [pool-16-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...
10:58:34.656 [pool-16-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
10:58:34.657 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.657 [pool-16-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
10:58:34.657 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.657 [pool-16-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...10:58:34.657 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.657 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.658 [pool-16-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...
10:58:34.658 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.658 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.658 [pool-16-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...
10:58:34.658 [pool-16-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
10:58:34.659 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.659 [pool-16-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
10:58:34.659 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.659 [pool-16-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...10:58:34.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.659 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.660 [pool-16-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...
10:58:34.660 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.660 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.660 [pool-16-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...
10:58:34.660 [pool-16-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
10:58:34.661 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.661 [pool-16-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
10:58:34.661 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.661 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.661 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.661 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.662 [pool-16-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...
10:58:34.662 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.662 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.662 [pool-16-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...
10:58:34.662 [pool-16-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
10:58:34.663 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.663 [pool-16-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
10:58:34.664 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.664 [pool-16-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...10:58:34.664 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.664 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.664 [pool-16-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...
10:58:34.664 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.664 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.664 [pool-16-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...
10:58:34.665 [pool-16-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
10:58:34.665 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.665 [pool-16-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
10:58:34.666 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.666 [pool-16-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...10:58:34.666 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.666 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.666 [pool-16-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...
10:58:34.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.666 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.666 [pool-16-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...
10:58:34.666 [pool-16-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
10:58:34.667 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.667 [pool-16-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
10:58:34.667 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.667 [pool-16-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...10:58:34.667 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.667 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.668 [pool-16-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...
10:58:34.668 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.668 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.668 [pool-16-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...
10:58:34.672 [pool-16-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
10:58:34.673 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:34.673 [pool-16-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
10:58:34.674 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.674 [pool-16-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.674 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.674 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.674 [pool-16-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)
10:58:34.674 [pool-16-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...
10:58:34.674 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.674 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.674 [pool-16-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...
10:58:34.674 [pool-16-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
10:58:34.675 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.675 [pool-16-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
10:58:34.675 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.675 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.675 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.675 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.676 [pool-16-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...
10:58:34.676 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.676 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.676 [pool-16-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...
10:58:34.676 [pool-16-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
10:58:34.678 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.736 [pool-16-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
10:58:34.739 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.739 [pool-16-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.
0s63ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.739 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.739 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.740 [pool-16-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...
10:58:34.740 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.740 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.740 [pool-16-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...
10:58:34.740 [pool-16-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
10:58:34.743 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
10:58:34.743 [pool-16-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
10:58:34.745 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.745 [pool-16-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.745 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.745 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.745 [pool-16-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...
10:58:34.745 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.745 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.745 [pool-16-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...
10:58:34.745 [pool-16-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
10:58:34.746 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.746 [pool-16-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
10:58:34.746 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.746 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.746 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.746 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.747 [pool-16-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...
10:58:34.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.747 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.747 [pool-16-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...
10:58:34.747 [pool-16-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
10:58:34.748 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.748 [pool-16-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
10:58:34.748 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.748 [pool-16-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...10:58:34.748 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.748 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.749 [pool-16-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...
10:58:34.749 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.749 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.749 [pool-16-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...
10:58:34.749 [pool-16-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
10:58:34.750 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.750 [pool-16-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
10:58:34.750 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.750 [pool-16-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...10:58:34.750 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.750 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.751 [pool-16-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...
10:58:34.751 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.751 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.751 [pool-16-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...
10:58:34.751 [pool-16-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
10:58:34.752 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.752 [pool-16-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
10:58:34.752 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.752 [pool-16-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...10:58:34.752 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.752 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.753 [pool-16-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...
10:58:34.753 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.753 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.753 [pool-16-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...
10:58:34.753 [pool-16-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
10:58:34.754 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.754 [pool-16-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
10:58:34.754 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.754 [pool-16-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...10:58:34.754 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.754 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.754 [pool-16-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...
10:58:34.754 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.754 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.754 [pool-16-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...
10:58:34.755 [pool-16-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
10:58:34.756 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.756 [pool-16-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
10:58:34.756 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.756 [pool-16-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...10:58:34.756 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.756 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.756 [pool-16-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...
10:58:34.757 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.757 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.757 [pool-16-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...
10:58:34.757 [pool-16-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
10:58:34.757 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.757 [pool-16-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
10:58:34.758 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.758 [pool-16-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...10:58:34.758 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.758 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.758 [pool-16-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...
10:58:34.758 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.758 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.758 [pool-16-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...
10:58:34.758 [pool-16-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
10:58:34.759 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.759 [pool-16-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
10:58:34.759 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.759 [pool-16-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...10:58:34.759 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.759 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.760 [pool-16-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...
10:58:34.760 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.760 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.760 [pool-16-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...
10:58:34.761 [pool-16-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
10:58:34.771 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:34.771 [pool-16-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
10:58:34.775 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:34.775 [pool-16-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.
0s15ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.775 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.775 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.776 [pool-16-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...
10:58:34.776 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.776 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.776 [pool-16-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...
10:58:34.776 [pool-16-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
10:58:34.777 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.777 [pool-16-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
10:58:34.778 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.778 [pool-16-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...10:58:34.778 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.778 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.778 [pool-16-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...
10:58:34.778 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.778 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.778 [pool-16-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...
10:58:34.779 [pool-16-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
10:58:34.779 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.779 [pool-16-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
10:58:34.837 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.837 [pool-16-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.
0s59ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.837 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:34.838 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:34.838 [pool-16-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...
10:58:34.838 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.838 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.838 [pool-16-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...
10:58:34.838 [pool-16-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
10:58:34.839 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.839 [pool-16-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
10:58:34.839 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.839 [pool-16-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...10:58:34.839 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:34.840 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:34.840 [pool-16-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...
10:58:34.840 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.840 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.840 [pool-16-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...
10:58:34.840 [pool-16-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
10:58:34.841 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.842 [pool-16-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
10:58:34.842 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.842 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.842 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.842 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.843 [pool-16-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...
10:58:34.843 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.843 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.843 [pool-16-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...
10:58:34.843 [pool-16-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
10:58:34.844 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.844 [pool-16-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
10:58:34.845 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.845 [pool-16-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...10:58:34.845 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.845 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.845 [pool-16-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...
10:58:34.845 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.845 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.845 [pool-16-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...
10:58:34.845 [pool-16-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
10:58:34.846 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.846 [pool-16-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
10:58:34.846 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.846 [pool-16-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...10:58:34.846 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.846 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.847 [pool-16-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...
10:58:34.847 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.847 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.847 [pool-16-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...
10:58:34.847 [pool-16-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
10:58:34.848 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.848 [pool-16-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
10:58:34.848 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.848 [pool-16-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...10:58:34.848 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.848 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.849 [pool-16-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...
10:58:34.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.849 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.849 [pool-16-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...
10:58:34.849 [pool-16-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
10:58:34.852 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
10:58:34.852 [pool-16-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
10:58:34.856 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
10:58:34.856 [pool-16-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.856 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.856 [pool-16-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...
10:58:34.856 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.856 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.856 [pool-16-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...
10:58:34.856 [pool-16-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
10:58:34.857 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.857 [pool-16-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
10:58:34.857 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.858 [pool-16-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...10:58:34.858 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.858 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.858 [pool-16-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...
10:58:34.858 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.858 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.858 [pool-16-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...
10:58:34.859 [pool-16-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
10:58:34.859 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.859 [pool-16-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
10:58:34.863 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.863 [pool-16-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...10:58:34.863 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.863 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.864 [pool-16-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...
10:58:34.864 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.864 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.864 [pool-16-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...
10:58:34.864 [pool-16-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
10:58:34.865 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.866 [pool-16-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
10:58:34.866 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.866 [pool-16-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...10:58:34.866 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.866 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.867 [pool-16-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...
10:58:34.867 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.867 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.867 [pool-16-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...
10:58:34.867 [pool-16-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
10:58:34.869 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:34.869 [pool-16-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
10:58:34.870 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:34.870 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.870 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.870 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.871 [pool-16-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...
10:58:34.871 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.871 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.871 [pool-16-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...
10:58:34.871 [pool-16-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
10:58:34.876 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
10:58:34.876 [pool-16-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
10:58:34.937 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
10:58:34.937 [pool-16-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.
0s66ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.937 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.937 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.937 [pool-16-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...
10:58:34.938 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.938 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.938 [pool-16-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...
10:58:34.938 [pool-16-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
10:58:34.940 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.940 [pool-16-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
10:58:34.940 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.940 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.940 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.940 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.940 [pool-16-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...
10:58:34.940 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.940 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.940 [pool-16-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...
10:58:34.941 [pool-16-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
10:58:34.942 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.942 [pool-16-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
10:58:34.942 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.942 [pool-16-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...10:58:34.942 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.942 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.943 [pool-16-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...
10:58:34.943 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.943 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.943 [pool-16-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...
10:58:34.944 [pool-16-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
10:58:34.945 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.945 [pool-16-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
10:58:34.945 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.945 [pool-16-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...10:58:34.945 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.945 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.946 [pool-16-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...
10:58:34.946 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.946 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.946 [pool-16-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...
10:58:34.946 [pool-16-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
10:58:34.953 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:34.953 [pool-16-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
10:58:34.954 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.954 [pool-16-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.954 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.954 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.954 [pool-16-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...
10:58:34.954 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.954 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.954 [pool-16-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...
10:58:34.955 [pool-16-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
10:58:34.956 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.956 [pool-16-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
10:58:34.956 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.956 [pool-16-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.956 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.956 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.956 [pool-16-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...
10:58:34.957 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.957 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.957 [pool-16-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...
10:58:34.957 [pool-16-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
10:58:34.958 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.958 [pool-16-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
10:58:34.958 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.958 [pool-16-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...10:58:34.958 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.958 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.958 [pool-16-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...
10:58:34.958 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.959 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.959 [pool-16-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...
10:58:34.959 [pool-16-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
10:58:34.960 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.960 [pool-16-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
10:58:34.960 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.960 [pool-16-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...10:58:34.960 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.960 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.960 [pool-16-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...
10:58:34.960 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.960 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.960 [pool-16-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...
10:58:34.961 [pool-16-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
10:58:34.962 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.962 [pool-16-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
10:58:34.962 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.962 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.962 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.962 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.962 [pool-16-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...
10:58:34.962 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.963 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.963 [pool-16-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...
10:58:34.963 [pool-16-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
10:58:34.964 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.964 [pool-16-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
10:58:34.965 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.965 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.965 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.965 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.965 [pool-16-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...
10:58:34.965 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.965 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.965 [pool-16-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...
10:58:34.968 [pool-16-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
10:58:34.969 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.969 [pool-16-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
10:58:34.970 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.970 [pool-16-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.970 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.970 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.970 [pool-16-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...
10:58:34.970 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.970 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.970 [pool-16-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...
10:58:34.971 [pool-16-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
10:58:34.972 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.972 [pool-16-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
10:58:34.972 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.972 [pool-16-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...10:58:34.972 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.972 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.972 [pool-16-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...
10:58:34.972 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.972 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.972 [pool-16-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...
10:58:34.973 [pool-16-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
10:58:34.973 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:34.973 [pool-16-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
10:58:34.974 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.974 [pool-16-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...10:58:34.974 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.974 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.974 [pool-16-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...
10:58:34.974 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.974 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.974 [pool-16-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...
10:58:34.975 [pool-16-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
10:58:34.976 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:34.976 [pool-16-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
10:58:34.976 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:34.976 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.977 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.977 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.977 [pool-16-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...
10:58:34.977 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.977 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.977 [pool-16-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...
10:58:34.977 [pool-16-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
10:58:34.978 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.978 [pool-16-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
10:58:34.978 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.978 [pool-16-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...10:58:34.979 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:34.979 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:34.979 [pool-16-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...
10:58:34.979 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:34.979 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:34.979 [pool-16-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...
10:58:34.979 [pool-16-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
10:58:34.980 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:34.980 [pool-16-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
10:58:34.980 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:34.980 [pool-16-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:34.980 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:34.981 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:35.037 [pool-16-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...
10:58:35.037 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.037 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.037 [pool-16-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...
10:58:35.041 [pool-16-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
10:58:35.042 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.042 [pool-16-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
10:58:35.043 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.043 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.043 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.043 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.043 [pool-16-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...
10:58:35.044 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.044 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.044 [pool-16-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...
10:58:35.044 [pool-16-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
10:58:35.045 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.045 [pool-16-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
10:58:35.045 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.045 [pool-16-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...10:58:35.045 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.045 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.046 [pool-16-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...
10:58:35.046 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.046 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.046 [pool-16-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...
10:58:35.046 [pool-16-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
10:58:35.048 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
10:58:35.048 [pool-16-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
10:58:35.049 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:35.049 [pool-16-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...10:58:35.049 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:35.050 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:35.050 [pool-16-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...
10:58:35.050 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.050 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.050 [pool-16-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...
10:58:35.050 [pool-16-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
10:58:35.051 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:35.051 [pool-16-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
10:58:35.051 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.051 [pool-16-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...10:58:35.051 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.052 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.052 [pool-16-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...
10:58:35.052 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.052 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.052 [pool-16-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...
10:58:35.052 [pool-16-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
10:58:35.053 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.053 [pool-16-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
10:58:35.054 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.054 [pool-16-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.054 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.054 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.054 [pool-16-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...
10:58:35.054 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.054 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.054 [pool-16-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...
10:58:35.056 [pool-16-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
10:58:35.057 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.057 [pool-16-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
10:58:35.057 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.057 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.057 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.057 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.058 [pool-16-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...
10:58:35.058 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.058 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.058 [pool-16-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...
10:58:35.059 [pool-16-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
10:58:35.061 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:35.061 [pool-16-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
10:58:35.062 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:35.062 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.062 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.062 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.062 [pool-16-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...
10:58:35.062 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.062 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.062 [pool-16-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...
10:58:35.063 [pool-16-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
10:58:35.073 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
10:58:35.073 [pool-16-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
10:58:35.076 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:35.076 [pool-16-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...10:58:35.076 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.076 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.078 [pool-16-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...
10:58:35.078 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.078 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.078 [pool-16-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...
10:58:35.078 [pool-16-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
10:58:35.140 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
10:58:35.140 [pool-16-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
10:58:35.147 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
10:58:35.147 [pool-16-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.
0s69ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.147 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.147 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.148 [pool-16-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...
10:58:35.148 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.148 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.148 [pool-16-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...
10:58:35.148 [pool-16-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
10:58:35.149 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.149 [pool-16-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
10:58:35.149 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.149 [pool-16-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...10:58:35.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.149 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.149 [pool-16-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...
10:58:35.149 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.149 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.149 [pool-16-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...
10:58:35.150 [pool-16-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
10:58:35.150 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.150 [pool-16-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
10:58:35.151 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.151 [pool-16-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...10:58:35.151 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.151 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.151 [pool-16-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...
10:58:35.151 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.151 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.151 [pool-16-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...
10:58:35.151 [pool-16-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
10:58:35.152 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:35.152 [pool-16-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
10:58:35.153 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:35.153 [pool-16-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...10:58:35.153 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.153 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.153 [pool-16-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...
10:58:35.153 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.153 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.153 [pool-16-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...
10:58:35.153 [pool-16-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
10:58:35.154 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.154 [pool-16-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
10:58:35.154 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.154 [pool-16-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...10:58:35.154 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.154 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.155 [pool-16-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...
10:58:35.155 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.155 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.155 [pool-16-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...
10:58:35.155 [pool-16-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
10:58:35.157 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:35.157 [pool-16-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
10:58:35.157 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:35.157 [pool-16-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.157 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.157 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.158 [pool-16-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...
10:58:35.158 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.158 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.158 [pool-16-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...
10:58:35.158 [pool-16-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
10:58:35.162 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:35.162 [pool-16-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
10:58:35.166 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:35.166 [pool-16-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.167 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.167 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.167 [pool-16-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...
10:58:35.167 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.167 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.167 [pool-16-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...
10:58:35.167 [pool-16-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
10:58:35.171 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:35.172 [pool-16-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
10:58:35.177 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:35.177 [pool-16-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.177 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.177 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.178 [pool-16-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...
10:58:35.178 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.178 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.178 [pool-16-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...
10:58:35.178 [pool-16-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
10:58:35.182 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:35.182 [pool-16-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
10:58:35.187 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:35.187 [pool-16-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...10:58:35.187 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.187 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.187 [pool-16-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...
10:58:35.187 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.236 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.236 [pool-16-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...
10:58:35.237 [pool-16-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
10:58:35.238 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.238 [pool-16-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
10:58:35.238 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.238 [pool-16-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.
0s51ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.238 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.238 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.239 [pool-16-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...
10:58:35.239 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.239 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.239 [pool-16-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...
10:58:35.239 [pool-16-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
10:58:35.240 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.240 [pool-16-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
10:58:35.240 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.240 [pool-16-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...10:58:35.240 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.240 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.240 [pool-16-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...
10:58:35.240 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.240 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.240 [pool-16-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...
10:58:35.240 [pool-16-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
10:58:35.241 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.241 [pool-16-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
10:58:35.241 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.241 [pool-16-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...10:58:35.241 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.241 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.242 [pool-16-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...
10:58:35.242 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.242 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.242 [pool-16-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...
10:58:35.242 [pool-16-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
10:58:35.243 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.243 [pool-16-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
10:58:35.243 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.243 [pool-16-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...10:58:35.243 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.243 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.243 [pool-16-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...
10:58:35.243 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.243 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.243 [pool-16-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...
10:58:35.244 [pool-16-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
10:58:35.250 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
10:58:35.250 [pool-16-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
10:58:35.250 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:35.250 [pool-16-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.250 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:35.251 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:35.251 [pool-16-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...
10:58:35.251 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.251 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.251 [pool-16-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...
10:58:35.251 [pool-16-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
10:58:35.252 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.252 [pool-16-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
10:58:35.252 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.252 [pool-16-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...10:58:35.252 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.252 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.253 [pool-16-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...
10:58:35.253 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.253 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.344 [pool-16-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...
10:58:35.349 [pool-16-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
10:58:35.350 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.350 [pool-16-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
10:58:35.351 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.351 [pool-16-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.
0s98ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.351 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.351 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.351 [pool-16-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...
10:58:35.351 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.351 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.351 [pool-16-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...
10:58:35.352 [pool-16-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
10:58:35.352 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.352 [pool-16-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
10:58:35.353 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.353 [pool-16-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...10:58:35.353 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.353 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.353 [pool-16-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...
10:58:35.353 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.353 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.353 [pool-16-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...
10:58:35.353 [pool-16-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
10:58:35.354 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:35.354 [pool-16-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
10:58:35.357 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.357 [pool-16-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...10:58:35.357 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.357 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.357 [pool-16-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...
10:58:35.357 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.357 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.357 [pool-16-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...
10:58:35.358 [pool-16-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
10:58:35.358 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:35.358 [pool-16-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
10:58:35.359 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.359 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.359 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.359 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.359 [pool-16-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...
10:58:35.359 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.359 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.359 [pool-16-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...
10:58:35.360 [pool-16-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
10:58:35.360 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:35.361 [pool-16-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
10:58:35.361 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:35.361 [pool-16-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...10:58:35.361 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.361 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.362 [pool-16-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...
10:58:35.362 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.362 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.362 [pool-16-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...
10:58:35.362 [pool-16-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
10:58:35.368 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
10:58:35.368 [pool-16-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
10:58:35.368 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:35.368 [pool-16-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.369 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.369 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.369 [pool-16-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...
10:58:35.369 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.369 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.369 [pool-16-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...
10:58:35.369 [pool-16-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
10:58:35.370 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.370 [pool-16-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
10:58:35.370 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.370 [pool-16-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...10:58:35.370 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.370 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.371 [pool-16-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...
10:58:35.371 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.371 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.371 [pool-16-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...
10:58:35.371 [pool-16-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
10:58:35.372 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.372 [pool-16-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
10:58:35.372 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.372 [pool-16-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...10:58:35.372 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.372 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.373 [pool-16-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...
10:58:35.373 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.373 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.373 [pool-16-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...
10:58:35.373 [pool-16-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
10:58:35.378 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
10:58:35.378 [pool-16-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
10:58:35.379 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:35.379 [pool-16-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.379 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.379 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.380 [pool-16-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...
10:58:35.380 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.380 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.380 [pool-16-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...
10:58:35.380 [pool-16-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
10:58:35.381 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.381 [pool-16-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
10:58:35.383 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.383 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.383 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.383 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.383 [pool-16-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...
10:58:35.384 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.384 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.384 [pool-16-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...
10:58:35.384 [pool-16-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
10:58:35.388 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
10:58:35.389 [pool-16-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
10:58:35.438 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
10:58:35.438 [pool-16-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.
0s55ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.438 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.438 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.439 [pool-16-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...
10:58:35.439 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.439 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.439 [pool-16-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...
10:58:35.440 [pool-16-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
10:58:35.441 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.441 [pool-16-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
10:58:35.441 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.441 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.441 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.441 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.442 [pool-16-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...
10:58:35.442 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.442 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.442 [pool-16-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...
10:58:35.442 [pool-16-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
10:58:35.443 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:35.443 [pool-16-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
10:58:35.443 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.443 [pool-16-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...10:58:35.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.443 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.443 [pool-16-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...
10:58:35.444 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.444 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.444 [pool-16-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...
10:58:35.444 [pool-16-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
10:58:35.445 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
10:58:35.445 [pool-16-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
10:58:35.446 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:35.446 [pool-16-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...10:58:35.446 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:35.447 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:35.447 [pool-16-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...
10:58:35.447 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.447 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.447 [pool-16-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...
10:58:35.447 [pool-16-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
10:58:35.449 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:35.449 [pool-16-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
10:58:35.449 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:35.449 [pool-16-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.449 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.449 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.450 [pool-16-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...
10:58:35.450 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.450 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.450 [pool-16-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...
10:58:35.450 [pool-16-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
10:58:35.451 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.451 [pool-16-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
10:58:35.451 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.451 [pool-16-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...10:58:35.451 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.451 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.451 [pool-16-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...
10:58:35.451 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.452 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.452 [pool-16-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...
10:58:35.452 [pool-16-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
10:58:35.452 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.452 [pool-16-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
10:58:35.453 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.453 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.453 [pool-16-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...
10:58:35.453 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.453 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.453 [pool-16-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...
10:58:35.454 [pool-16-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
10:58:35.460 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
10:58:35.460 [pool-16-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
10:58:35.462 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:35.462 [pool-16-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.462 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.462 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.462 [pool-16-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...
10:58:35.462 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.463 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.463 [pool-16-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...
10:58:35.463 [pool-16-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
10:58:35.464 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
10:58:35.464 [pool-16-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
10:58:35.465 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:35.465 [pool-16-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...10:58:35.465 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.465 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.465 [pool-16-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...
10:58:35.465 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.465 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.465 [pool-16-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...
10:58:35.465 [pool-16-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
10:58:35.466 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.466 [pool-16-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
10:58:35.468 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.468 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.469 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.469 [pool-16-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...
10:58:35.469 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.469 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.469 [pool-16-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...
10:58:35.470 [pool-16-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
10:58:35.477 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
10:58:35.477 [pool-16-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
10:58:35.478 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:35.478 [pool-16-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.478 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.478 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.478 [pool-16-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...
10:58:35.478 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.479 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.479 [pool-16-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...
10:58:35.479 [pool-16-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
10:58:35.538 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:35.538 [pool-16-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
10:58:35.539 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.539 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml.
0s61ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.539 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.539 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.539 [pool-16-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...
10:58:35.539 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.539 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.539 [pool-16-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...
10:58:35.540 [pool-16-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
10:58:35.540 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.540 [pool-16-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
10:58:35.541 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.541 [pool-16-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...10:58:35.541 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.541 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.541 [pool-16-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...
10:58:35.541 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.541 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.541 [pool-16-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...
10:58:35.541 [pool-16-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
10:58:35.542 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.542 [pool-16-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
10:58:35.542 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.542 [pool-16-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...10:58:35.542 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.542 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.543 [pool-16-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...
10:58:35.543 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.543 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.543 [pool-16-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...
10:58:35.543 [pool-16-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
10:58:35.546 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:35.547 [pool-16-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
10:58:35.547 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.547 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.547 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.547 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.547 [pool-16-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...
10:58:35.547 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.547 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.547 [pool-16-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...
10:58:35.548 [pool-16-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
10:58:35.548 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.548 [pool-16-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
10:58:35.549 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.549 [pool-16-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...10:58:35.549 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.549 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.549 [pool-16-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...
10:58:35.549 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.549 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.549 [pool-16-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...
10:58:35.550 [pool-16-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
10:58:35.550 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.550 [pool-16-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
10:58:35.550 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.550 [pool-16-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...10:58:35.551 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.551 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.551 [pool-16-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...
10:58:35.551 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.551 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.551 [pool-16-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...
10:58:35.554 [pool-16-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
10:58:35.555 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:35.555 [pool-16-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
10:58:35.555 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:35.555 [pool-16-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.555 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.555 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.556 [pool-16-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...
10:58:35.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.556 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.556 [pool-16-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...
10:58:35.556 [pool-16-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
10:58:35.557 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.557 [pool-16-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
10:58:35.557 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.557 [pool-16-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...10:58:35.557 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.557 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.558 [pool-16-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...
10:58:35.558 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.558 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.558 [pool-16-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...
10:58:35.558 [pool-16-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
10:58:35.559 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.559 [pool-16-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
10:58:35.559 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.559 [pool-16-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...10:58:35.559 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.559 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.560 [pool-16-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...
10:58:35.560 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.560 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.560 [pool-16-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...
10:58:35.560 [pool-16-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
10:58:35.561 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.561 [pool-16-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
10:58:35.571 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.571 [pool-16-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.571 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.571 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.571 [pool-16-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...
10:58:35.571 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.572 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.572 [pool-16-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...
10:58:35.572 [pool-16-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
10:58:35.573 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.573 [pool-16-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
10:58:35.573 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.573 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.573 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.573 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.573 [pool-16-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...
10:58:35.573 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.573 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.573 [pool-16-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...
10:58:35.574 [pool-16-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
10:58:35.575 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:35.575 [pool-16-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
10:58:35.575 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:35.575 [pool-16-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...10:58:35.575 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:35.576 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:35.576 [pool-16-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...
10:58:35.576 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.577 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.577 [pool-16-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...
10:58:35.577 [pool-16-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
10:58:35.578 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.578 [pool-16-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
10:58:35.578 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.578 [pool-16-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...10:58:35.579 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:35.579 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:35.579 [pool-16-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...
10:58:35.579 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.579 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.579 [pool-16-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...
10:58:35.584 [pool-16-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
10:58:35.585 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:35.585 [pool-16-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
10:58:35.637 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:35.637 [pool-16-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.
0s58ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.637 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.637 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.638 [pool-16-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...
10:58:35.638 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.638 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.638 [pool-16-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...
10:58:35.645 [pool-16-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
10:58:35.646 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.646 [pool-16-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
10:58:35.646 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.646 [pool-16-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.646 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.646 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.647 [pool-16-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...
10:58:35.647 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.647 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.647 [pool-16-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...
10:58:35.647 [pool-16-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
10:58:35.649 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
10:58:35.650 [pool-16-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
10:58:35.651 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:35.651 [pool-16-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...10:58:35.651 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.651 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.651 [pool-16-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)
10:58:35.652 [pool-16-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...
10:58:35.652 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.652 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.652 [pool-16-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...
10:58:35.652 [pool-16-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
10:58:35.654 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:35.654 [pool-16-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
10:58:35.654 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:35.654 [pool-16-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.654 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.654 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.655 [pool-16-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...
10:58:35.655 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.655 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.655 [pool-16-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...
10:58:35.655 [pool-16-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
10:58:35.656 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.656 [pool-16-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
10:58:35.656 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.656 [pool-16-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...10:58:35.656 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.656 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.657 [pool-16-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...
10:58:35.657 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.657 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.657 [pool-16-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...
10:58:35.657 [pool-16-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
10:58:35.658 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.658 [pool-16-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
10:58:35.658 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.658 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.658 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.658 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.658 [pool-16-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...
10:58:35.659 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.659 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.659 [pool-16-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...
10:58:35.659 [pool-16-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
10:58:35.660 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.660 [pool-16-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
10:58:35.660 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.660 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.660 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.660 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.660 [pool-16-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...
10:58:35.660 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.660 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.660 [pool-16-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...
10:58:35.661 [pool-16-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
10:58:35.661 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.661 [pool-16-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
10:58:35.661 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.662 [pool-16-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...10:58:35.662 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.662 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.662 [pool-16-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...
10:58:35.663 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.663 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.663 [pool-16-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...
10:58:35.663 [pool-16-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
10:58:35.666 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
10:58:35.667 [pool-16-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
10:58:35.670 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
10:58:35.670 [pool-16-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...10:58:35.670 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.670 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.670 [pool-16-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...
10:58:35.670 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.670 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.670 [pool-16-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...
10:58:35.675 [pool-16-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
10:58:35.676 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.676 [pool-16-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
10:58:35.676 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.676 [pool-16-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.677 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.677 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.677 [pool-16-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...
10:58:35.677 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.677 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.677 [pool-16-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...
10:58:35.677 [pool-16-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
10:58:35.678 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:35.678 [pool-16-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
10:58:35.678 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:35.678 [pool-16-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...10:58:35.678 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.678 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.679 [pool-16-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...
10:58:35.679 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:35.679 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:35.679 [pool-16-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...
10:58:35.679 [pool-16-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
10:58:35.681 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
10:58:35.681 [pool-16-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
10:58:35.682 [pool-16-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:35.682 [pool-16-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:35.682 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:35.682 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:35.682 [pool-16-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)
10:58:35.682 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:35.682 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:36.051 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
10:58:38.963 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
10:58:38.963 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~3.281s
attempting to resolve any uninitialized derived attributes...
10:58:38.963 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:38.963 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:38.963 [pool-16-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
10:58:38.963 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
3s281ms [proxy update]
10:58:38.963 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:38.966 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:38.966 [pool-16-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 6 s 303 ms
10:58:38.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:38.967 [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
10:58:38.968 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:38.968 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:39.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:39 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit407844751612471839/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit9376839232279568857/test_metamodel[OrientDB]
Jun 15, 2022 10:58:39 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit9376839232279568857/test_metamodel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:40.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:40.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:40.074 [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
10:58:40.074 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:40.074 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:40.074 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:40.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:40.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:40.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:40.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:40.074 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:40.075 [pool-17-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:40.076 [pool-17-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
10:58:40.138 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:40.138 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:40.144 [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
10:58:40.291 [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)]
10:58:40.314 [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
10:58:40.314 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:40.314 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
10:58:40.322 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
10:58:40.323 [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
10:58:40.324 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:40.324 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
10:58:40.389 [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
10:58:40.436 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:40.437 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
10:58:40.648 [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
10:58:40.648 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
10:58:40.659 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec)
10:58:40.660 [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!
10:58:40.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
10:58:40.777 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:40.777 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:40.783 [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!
10:58:40.783 [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!
10:58:40.783 [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!
10:58:40.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
10:58:40.783 [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!
10:58:40.783 [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!
10:58:40.783 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
10:58:40.783 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:40.838 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:40.838 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:40.840 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:40.840 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:40.899 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:40 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_metamodel[OrientDB]}} Storage 'plocal:/tmp/junit9376839232279568857/test_metamodel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit1260902637019044252/test_zoo[OrientDB]
Jun 15, 2022 10:58:41 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit1260902637019044252/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:41.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:41.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:41.872 [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
10:58:41.872 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:41.872 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:41.872 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:41.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:41.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:41.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:41.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:41.872 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:41.873 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:58:41.873 [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/metamodel_descriptor.xml to store
10:58:41.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:41.912 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:41.940 [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
10:58:42.079 [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)]
10:58:42.101 [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
10:58:42.101 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:42.101 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage
10:58:42.112 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage
10:58:42.114 [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
10:58:42.114 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:42.114 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage
10:58:42.246 [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
10:58:42.247 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00
10:58:42.247 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage
10:58:42.440 [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
10:58:42.440 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage
10:58:42.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~0 sec)
10:58:42.451 [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!
10:58:42.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/metamodel_descriptor.xml to store
10:58:42.564 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:42.564 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:42.569 [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!
10:58:42.569 [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!
10:58:42.569 [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!
10:58:42.569 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing!
10:58:42.569 [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!
10:58:42.569 [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!
10:58:42.569 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
10:58:42.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:42.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/zoo/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:42.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:42.664 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:42.772 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:42.774 [pool-18-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/
10:58:42.775 [pool-18-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/
10:58:42.775 [pool-18-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/
10:58:42.775 [pool-18-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/
10:58:42.776 [pool-18-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/
10:58:42.776 [pool-18-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/
10:58:42.776 [pool-18-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/
10:58:42.776 [pool-18-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/
10:58:42.776 [pool-18-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/
10:58:42.776 [pool-18-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/
10:58:42.777 [pool-18-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/
10:58:42.777 [pool-18-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/
10:58:42.777 [pool-18-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/
10:58:42.777 [pool-18-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/
10:58:42.777 [pool-18-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/
10:58:42.777 [pool-18-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/
10:58:42.778 [pool-18-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/
10:58:42.778 [pool-18-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/
10:58:42.778 [pool-18-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/
10:58:42.778 [pool-18-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/
10:58:42.778 [pool-18-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/
10:58:42.778 [pool-18-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/
10:58:42.779 [pool-18-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/
10:58:42.779 [pool-18-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/
10:58:42.779 [pool-18-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/
10:58:42.779 [pool-18-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/
10:58:42.779 [pool-18-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/
10:58:42.779 [pool-18-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/
10:58:42.837 [pool-18-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/
10:58:42.837 [pool-18-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/
10:58:42.837 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:42.837 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:42.837 [pool-18-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)
10:58:42.838 [pool-18-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...
10:58:42.839 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:42.839 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:42.839 [pool-18-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...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
10:58:42.996 [pool-18-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
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
10:58:43.094 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.094 [pool-18-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
10:58:43.170 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.170 [pool-18-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.
0s332ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.170 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.170 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.170 [pool-18-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...
10:58:43.170 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.170 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.170 [pool-18-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...
10:58:43.171 [pool-18-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
10:58:43.171 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.171 [pool-18-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
10:58:43.171 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.172 [pool-18-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...10:58:43.172 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.172 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.172 [pool-18-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...
10:58:43.172 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.172 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.172 [pool-18-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...
10:58:43.172 [pool-18-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
10:58:43.173 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.173 [pool-18-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
10:58:43.173 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.173 [pool-18-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...10:58:43.173 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.173 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.173 [pool-18-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...
10:58:43.173 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.173 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.173 [pool-18-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...
10:58:43.174 [pool-18-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
10:58:43.174 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.174 [pool-18-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
10:58:43.174 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.174 [pool-18-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...10:58:43.174 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:43.175 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:43.175 [pool-18-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...
10:58:43.175 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.175 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.175 [pool-18-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...
10:58:43.175 [pool-18-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
10:58:43.176 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.176 [pool-18-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
10:58:43.176 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.176 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.176 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.176 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.176 [pool-18-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...
10:58:43.177 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.177 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.177 [pool-18-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...
10:58:43.177 [pool-18-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
10:58:43.177 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.177 [pool-18-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
10:58:43.178 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.178 [pool-18-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...10:58:43.178 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.178 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.178 [pool-18-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...
10:58:43.178 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.178 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.178 [pool-18-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...
10:58:43.178 [pool-18-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
10:58:43.179 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.179 [pool-18-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
10:58:43.179 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.179 [pool-18-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...10:58:43.179 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.179 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.179 [pool-18-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...
10:58:43.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.179 [pool-18-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...
10:58:43.180 [pool-18-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
10:58:43.180 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.180 [pool-18-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
10:58:43.180 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.181 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.181 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.181 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.181 [pool-18-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...
10:58:43.181 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.181 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.181 [pool-18-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...
10:58:43.181 [pool-18-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
10:58:43.183 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:43.183 [pool-18-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
10:58:43.184 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:43.184 [pool-18-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...10:58:43.184 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.184 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.184 [pool-18-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...
10:58:43.184 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.184 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.184 [pool-18-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...
10:58:43.185 [pool-18-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
10:58:43.185 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.185 [pool-18-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
10:58:43.186 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.186 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.186 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.186 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.186 [pool-18-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...
10:58:43.186 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.186 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.186 [pool-18-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...
10:58:43.189 [pool-18-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
10:58:43.190 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:43.190 [pool-18-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
10:58:43.190 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.190 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.190 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.190 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.191 [pool-18-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...
10:58:43.191 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.191 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.191 [pool-18-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...
10:58:43.191 [pool-18-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
10:58:43.192 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:43.192 [pool-18-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
10:58:43.192 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.192 [pool-18-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...10:58:43.192 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.192 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.192 [pool-18-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...
10:58:43.192 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.192 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.192 [pool-18-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...
10:58:43.192 [pool-18-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
10:58:43.193 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.193 [pool-18-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
10:58:43.193 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.193 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.193 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.193 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.194 [pool-18-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...
10:58:43.194 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.194 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.194 [pool-18-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...
10:58:43.194 [pool-18-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
10:58:43.199 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:43.199 [pool-18-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
10:58:43.199 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.199 [pool-18-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...10:58:43.199 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:43.200 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:43.200 [pool-18-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...
10:58:43.200 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.200 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.200 [pool-18-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...
10:58:43.200 [pool-18-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
10:58:43.201 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.201 [pool-18-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
10:58:43.201 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.201 [pool-18-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...10:58:43.201 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.201 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.201 [pool-18-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...
10:58:43.201 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.201 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.201 [pool-18-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...
10:58:43.202 [pool-18-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
10:58:43.202 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.203 [pool-18-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
10:58:43.203 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.203 [pool-18-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...10:58:43.203 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.203 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.203 [pool-18-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...
10:58:43.203 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.203 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.203 [pool-18-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...
10:58:43.203 [pool-18-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
10:58:43.204 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.204 [pool-18-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
10:58:43.204 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.204 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.204 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.204 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.205 [pool-18-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...
10:58:43.205 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.205 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.205 [pool-18-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...
10:58:43.205 [pool-18-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
10:58:43.208 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
10:58:43.208 [pool-18-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
10:58:43.209 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.209 [pool-18-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...10:58:43.209 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.209 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.209 [pool-18-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...
10:58:43.209 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.209 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.209 [pool-18-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...
10:58:43.210 [pool-18-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
10:58:43.210 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.210 [pool-18-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
10:58:43.210 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.210 [pool-18-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...10:58:43.210 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.210 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.211 [pool-18-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...
10:58:43.211 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.211 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.211 [pool-18-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...
10:58:43.211 [pool-18-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
10:58:43.237 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.237 [pool-18-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
10:58:43.237 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.237 [pool-18-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.
0s26ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.238 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.238 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.238 [pool-18-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...
10:58:43.238 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.238 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.238 [pool-18-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...
10:58:43.241 [pool-18-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
10:58:43.242 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.242 [pool-18-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
10:58:43.242 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.242 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.242 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.242 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.243 [pool-18-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...
10:58:43.243 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.243 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.243 [pool-18-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...
10:58:43.243 [pool-18-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
10:58:43.245 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:43.245 [pool-18-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
10:58:43.245 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:43.245 [pool-18-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...10:58:43.245 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.245 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.246 [pool-18-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...
10:58:43.246 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.246 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.246 [pool-18-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...
10:58:43.246 [pool-18-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
10:58:43.247 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.247 [pool-18-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
10:58:43.247 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.247 [pool-18-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...10:58:43.247 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.247 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.248 [pool-18-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...
10:58:43.248 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.248 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.248 [pool-18-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...
10:58:43.248 [pool-18-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
10:58:43.252 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:43.253 [pool-18-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
10:58:43.258 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:43.258 [pool-18-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...10:58:43.258 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.258 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.258 [pool-18-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...
10:58:43.258 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.258 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.258 [pool-18-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...
10:58:43.259 [pool-18-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
10:58:43.261 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
10:58:43.261 [pool-18-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
10:58:43.286 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
10:58:43.286 [pool-18-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.
0s28ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.286 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.286 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.286 [pool-18-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...
10:58:43.286 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.286 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.287 [pool-18-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...
10:58:43.287 [pool-18-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
10:58:43.287 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.288 [pool-18-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
10:58:43.337 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.337 [pool-18-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.
0s51ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.337 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.337 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.337 [pool-18-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...
10:58:43.337 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.337 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.337 [pool-18-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...
10:58:43.338 [pool-18-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
10:58:43.338 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.338 [pool-18-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
10:58:43.339 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.339 [pool-18-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...10:58:43.339 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.339 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.339 [pool-18-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...
10:58:43.339 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.339 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.339 [pool-18-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...
10:58:43.339 [pool-18-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
10:58:43.340 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.340 [pool-18-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
10:58:43.340 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.340 [pool-18-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...10:58:43.340 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.340 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.341 [pool-18-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...
10:58:43.341 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.341 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.341 [pool-18-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...
10:58:43.341 [pool-18-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
10:58:43.348 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.348 [pool-18-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
10:58:43.349 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.349 [pool-18-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.349 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.349 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.349 [pool-18-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...
10:58:43.349 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.349 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.349 [pool-18-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...
10:58:43.349 [pool-18-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
10:58:43.351 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
10:58:43.351 [pool-18-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
10:58:43.353 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:43.353 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.353 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.353 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.354 [pool-18-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...
10:58:43.354 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.354 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.354 [pool-18-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...
10:58:43.354 [pool-18-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
10:58:43.355 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.355 [pool-18-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
10:58:43.355 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.355 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.355 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.355 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.355 [pool-18-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...
10:58:43.355 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.355 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.355 [pool-18-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...
10:58:43.355 [pool-18-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
10:58:43.357 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:43.357 [pool-18-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
10:58:43.357 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:43.357 [pool-18-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...10:58:43.357 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.357 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.357 [pool-18-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...
10:58:43.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.357 [pool-18-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...
10:58:43.358 [pool-18-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
10:58:43.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.358 [pool-18-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
10:58:43.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.358 [pool-18-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...10:58:43.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.359 [pool-18-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...
10:58:43.359 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.359 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.359 [pool-18-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...
10:58:43.359 [pool-18-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
10:58:43.360 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.360 [pool-18-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
10:58:43.360 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.360 [pool-18-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...10:58:43.360 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.360 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.360 [pool-18-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...
10:58:43.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.360 [pool-18-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...
10:58:43.361 [pool-18-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
10:58:43.367 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
10:58:43.367 [pool-18-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
10:58:43.369 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:43.369 [pool-18-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.369 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.369 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.370 [pool-18-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...
10:58:43.370 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.370 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.370 [pool-18-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...
10:58:43.370 [pool-18-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
10:58:43.371 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.371 [pool-18-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
10:58:43.371 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.371 [pool-18-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...10:58:43.371 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.371 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.371 [pool-18-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...
10:58:43.371 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.371 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.371 [pool-18-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...
10:58:43.372 [pool-18-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
10:58:43.375 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:43.375 [pool-18-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
10:58:43.379 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.379 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.379 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.379 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.380 [pool-18-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...
10:58:43.380 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.380 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.380 [pool-18-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...
10:58:43.380 [pool-18-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
10:58:43.385 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 23 M->MM REFERENCES! (took ~69sec)
10:58:43.385 [pool-18-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
10:58:43.439 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec)
10:58:43.439 [pool-18-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.
0s59ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.439 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.439 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.440 [pool-18-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...
10:58:43.440 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.440 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.440 [pool-18-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...
10:58:43.440 [pool-18-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
10:58:43.441 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.441 [pool-18-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
10:58:43.441 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.441 [pool-18-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...10:58:43.441 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.441 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.441 [pool-18-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...
10:58:43.442 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.442 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.442 [pool-18-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...
10:58:43.442 [pool-18-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
10:58:43.442 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:43.442 [pool-18-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
10:58:43.443 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.443 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.443 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.443 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.443 [pool-18-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...
10:58:43.443 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.443 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.443 [pool-18-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...
10:58:43.443 [pool-18-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
10:58:43.444 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.444 [pool-18-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
10:58:43.444 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.444 [pool-18-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...10:58:43.444 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.444 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.444 [pool-18-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...
10:58:43.444 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.444 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.444 [pool-18-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...
10:58:43.445 [pool-18-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
10:58:43.445 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.445 [pool-18-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
10:58:43.446 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.446 [pool-18-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...10:58:43.446 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.446 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.446 [pool-18-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...
10:58:43.446 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.446 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.446 [pool-18-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...
10:58:43.446 [pool-18-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
10:58:43.447 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.447 [pool-18-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
10:58:43.447 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.447 [pool-18-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...10:58:43.447 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.447 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.447 [pool-18-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...
10:58:43.448 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.448 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.448 [pool-18-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...
10:58:43.448 [pool-18-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
10:58:43.448 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.448 [pool-18-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
10:58:43.449 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.449 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.449 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.449 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.449 [pool-18-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...
10:58:43.449 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.449 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.449 [pool-18-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...
10:58:43.449 [pool-18-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
10:58:43.450 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.450 [pool-18-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
10:58:43.450 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.450 [pool-18-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...10:58:43.450 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.450 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.450 [pool-18-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...
10:58:43.451 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.451 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.451 [pool-18-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...
10:58:43.451 [pool-18-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
10:58:43.451 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.451 [pool-18-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
10:58:43.452 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.452 [pool-18-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...10:58:43.452 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.452 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.452 [pool-18-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...
10:58:43.453 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.453 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.453 [pool-18-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...
10:58:43.453 [pool-18-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
10:58:43.597 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:43.597 [pool-18-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
10:58:43.599 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.599 [pool-18-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.
0s147ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.599 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.599 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.600 [pool-18-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...
10:58:43.600 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.600 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.600 [pool-18-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...
10:58:43.600 [pool-18-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
10:58:43.609 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:43.609 [pool-18-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
10:58:43.609 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.609 [pool-18-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...10:58:43.609 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.609 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.609 [pool-18-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...
10:58:43.610 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.610 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.610 [pool-18-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...
10:58:43.610 [pool-18-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
10:58:43.612 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~20sec)
10:58:43.612 [pool-18-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
10:58:43.613 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:43.613 [pool-18-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...10:58:43.613 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.613 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.613 [pool-18-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...
10:58:43.613 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.613 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.613 [pool-18-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...
10:58:43.614 [pool-18-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
10:58:43.615 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
10:58:43.615 [pool-18-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
10:58:43.616 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
10:58:43.616 [pool-18-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.616 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.616 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.617 [pool-18-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...
10:58:43.617 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.617 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.617 [pool-18-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...
10:58:43.617 [pool-18-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
10:58:43.617 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.617 [pool-18-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
10:58:43.618 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.618 [pool-18-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...10:58:43.618 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.618 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.618 [pool-18-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...
10:58:43.618 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.618 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.618 [pool-18-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...
10:58:43.618 [pool-18-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
10:58:43.619 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.619 [pool-18-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
10:58:43.619 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.619 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.619 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.619 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.619 [pool-18-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...
10:58:43.619 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.619 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.619 [pool-18-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...
10:58:43.620 [pool-18-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
10:58:43.621 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
10:58:43.621 [pool-18-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
10:58:43.622 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:43.622 [pool-18-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...10:58:43.622 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.622 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.623 [pool-18-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...
10:58:43.623 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.623 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.623 [pool-18-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...
10:58:43.623 [pool-18-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
10:58:43.624 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.624 [pool-18-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
10:58:43.624 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.624 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.624 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.624 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.625 [pool-18-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...
10:58:43.625 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.625 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.625 [pool-18-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...
10:58:43.625 [pool-18-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
10:58:43.625 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.626 [pool-18-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
10:58:43.626 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.626 [pool-18-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...10:58:43.626 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.626 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.626 [pool-18-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...
10:58:43.626 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.626 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.626 [pool-18-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...
10:58:43.626 [pool-18-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
10:58:43.627 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.627 [pool-18-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
10:58:43.627 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.627 [pool-18-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...10:58:43.627 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.627 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.628 [pool-18-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...
10:58:43.628 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.628 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.628 [pool-18-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...
10:58:43.628 [pool-18-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
10:58:43.628 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.628 [pool-18-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
10:58:43.629 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.629 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.629 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.629 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.630 [pool-18-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...
10:58:43.630 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.630 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.630 [pool-18-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...
10:58:43.630 [pool-18-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
10:58:43.630 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.631 [pool-18-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
10:58:43.631 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.631 [pool-18-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...10:58:43.631 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.631 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.631 [pool-18-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...
10:58:43.631 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.631 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.631 [pool-18-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...
10:58:43.640 [pool-18-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
10:58:43.641 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:43.641 [pool-18-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
10:58:43.641 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.642 [pool-18-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.642 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.642 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.642 [pool-18-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...
10:58:43.642 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.642 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.642 [pool-18-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...
10:58:43.642 [pool-18-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
10:58:43.643 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
10:58:43.643 [pool-18-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
10:58:43.644 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:43.644 [pool-18-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...10:58:43.644 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.644 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.644 [pool-18-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...
10:58:43.644 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.644 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.644 [pool-18-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...
10:58:43.645 [pool-18-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
10:58:43.645 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.645 [pool-18-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
10:58:43.645 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.645 [pool-18-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...10:58:43.645 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.645 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.646 [pool-18-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...
10:58:43.646 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.646 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.646 [pool-18-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...
10:58:43.646 [pool-18-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
10:58:43.647 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.647 [pool-18-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
10:58:43.647 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.647 [pool-18-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...10:58:43.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.647 [pool-18-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...
10:58:43.647 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.647 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.647 [pool-18-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...
10:58:43.647 [pool-18-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
10:58:43.648 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.648 [pool-18-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
10:58:43.648 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.648 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.648 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.648 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.648 [pool-18-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...
10:58:43.648 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.648 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.648 [pool-18-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...
10:58:43.649 [pool-18-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
10:58:43.649 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.650 [pool-18-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
10:58:43.650 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.650 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.650 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.650 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.650 [pool-18-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...
10:58:43.650 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.650 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.650 [pool-18-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...
10:58:43.651 [pool-18-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
10:58:43.651 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.651 [pool-18-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
10:58:43.652 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.652 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.652 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.652 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.652 [pool-18-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...
10:58:43.652 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.652 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.652 [pool-18-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...
10:58:43.652 [pool-18-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
10:58:43.653 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.653 [pool-18-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
10:58:43.653 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.653 [pool-18-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...10:58:43.653 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.653 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.653 [pool-18-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...
10:58:43.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.653 [pool-18-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...
10:58:43.653 [pool-18-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
10:58:43.654 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.654 [pool-18-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
10:58:43.654 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.654 [pool-18-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...10:58:43.654 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.654 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.654 [pool-18-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...
10:58:43.655 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.655 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.655 [pool-18-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...
10:58:43.655 [pool-18-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
10:58:43.655 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.655 [pool-18-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
10:58:43.655 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.656 [pool-18-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...10:58:43.656 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.656 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.656 [pool-18-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...
10:58:43.656 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.656 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.656 [pool-18-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...
10:58:43.656 [pool-18-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
10:58:43.657 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.657 [pool-18-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
10:58:43.657 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.657 [pool-18-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...10:58:43.657 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.657 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.657 [pool-18-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...
10:58:43.657 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.657 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.657 [pool-18-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...
10:58:43.657 [pool-18-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
10:58:43.658 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:43.658 [pool-18-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
10:58:43.659 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.659 [pool-18-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...10:58:43.659 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.659 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.659 [pool-18-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...
10:58:43.659 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.659 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.659 [pool-18-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...
10:58:43.659 [pool-18-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
10:58:43.660 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.660 [pool-18-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
10:58:43.660 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.660 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.660 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.660 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.660 [pool-18-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...
10:58:43.660 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.660 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.660 [pool-18-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...
10:58:43.661 [pool-18-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
10:58:43.661 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.661 [pool-18-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
10:58:43.661 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.661 [pool-18-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...10:58:43.661 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:43.662 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:43.662 [pool-18-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...
10:58:43.662 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.662 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.662 [pool-18-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...
10:58:43.662 [pool-18-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
10:58:43.664 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
10:58:43.664 [pool-18-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
10:58:43.664 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:43.664 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.665 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:43.665 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:43.665 [pool-18-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...
10:58:43.665 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.665 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.665 [pool-18-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...
10:58:43.665 [pool-18-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
10:58:43.675 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:43.675 [pool-18-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
10:58:43.676 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.676 [pool-18-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.676 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.676 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.676 [pool-18-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...
10:58:43.676 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.676 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.676 [pool-18-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...
10:58:43.676 [pool-18-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
10:58:43.677 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.677 [pool-18-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
10:58:43.677 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.677 [pool-18-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...10:58:43.677 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.677 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.677 [pool-18-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...
10:58:43.678 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.678 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.678 [pool-18-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...
10:58:43.678 [pool-18-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
10:58:43.678 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.678 [pool-18-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
10:58:43.678 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.679 [pool-18-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...10:58:43.679 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.679 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.679 [pool-18-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...
10:58:43.679 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.679 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.679 [pool-18-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...
10:58:43.679 [pool-18-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
10:58:43.680 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.680 [pool-18-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
10:58:43.680 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.680 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.680 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.680 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.680 [pool-18-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...
10:58:43.680 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.680 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.680 [pool-18-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...
10:58:43.680 [pool-18-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
10:58:43.681 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.681 [pool-18-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
10:58:43.681 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.681 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.681 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.682 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.682 [pool-18-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...
10:58:43.682 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.682 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.682 [pool-18-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...
10:58:43.682 [pool-18-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
10:58:43.683 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.683 [pool-18-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
10:58:43.683 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.683 [pool-18-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...10:58:43.683 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.683 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.736 [pool-18-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...
10:58:43.736 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.736 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.736 [pool-18-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...
10:58:43.737 [pool-18-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
10:58:43.740 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.740 [pool-18-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
10:58:43.740 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.740 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.740 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.740 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.740 [pool-18-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...
10:58:43.740 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.740 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.740 [pool-18-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...
10:58:43.741 [pool-18-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
10:58:43.741 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.741 [pool-18-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
10:58:43.741 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.741 [pool-18-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...10:58:43.742 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.742 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.742 [pool-18-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...
10:58:43.742 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.742 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.742 [pool-18-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...
10:58:43.742 [pool-18-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
10:58:43.743 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.743 [pool-18-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
10:58:43.743 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.743 [pool-18-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...10:58:43.743 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.743 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.743 [pool-18-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...
10:58:43.743 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.743 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.743 [pool-18-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...
10:58:43.744 [pool-18-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
10:58:43.745 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:43.745 [pool-18-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
10:58:43.745 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.745 [pool-18-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...10:58:43.745 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.745 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.746 [pool-18-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...
10:58:43.746 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.746 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.746 [pool-18-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...
10:58:43.746 [pool-18-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
10:58:43.746 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.746 [pool-18-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
10:58:43.747 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.747 [pool-18-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...10:58:43.747 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.747 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.747 [pool-18-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...
10:58:43.747 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.747 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.747 [pool-18-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...
10:58:43.747 [pool-18-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
10:58:43.748 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.748 [pool-18-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
10:58:43.748 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.748 [pool-18-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...10:58:43.748 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.748 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.748 [pool-18-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...
10:58:43.748 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.748 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.748 [pool-18-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...
10:58:43.748 [pool-18-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
10:58:43.749 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.749 [pool-18-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
10:58:43.749 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.749 [pool-18-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...10:58:43.749 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.749 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.750 [pool-18-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...
10:58:43.750 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.750 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.750 [pool-18-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...
10:58:43.750 [pool-18-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
10:58:43.750 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.750 [pool-18-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
10:58:43.751 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.751 [pool-18-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...10:58:43.751 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.751 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.751 [pool-18-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...
10:58:43.751 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.751 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.751 [pool-18-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...
10:58:43.751 [pool-18-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
10:58:43.754 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:43.754 [pool-18-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
10:58:43.755 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.755 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.755 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.755 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.755 [pool-18-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...
10:58:43.755 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.755 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.755 [pool-18-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...
10:58:43.755 [pool-18-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
10:58:43.756 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.756 [pool-18-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
10:58:43.757 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.757 [pool-18-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...10:58:43.757 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.757 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.757 [pool-18-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...
10:58:43.757 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.757 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.757 [pool-18-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...
10:58:43.757 [pool-18-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
10:58:43.759 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 7 M->MM REFERENCES! (took ~21sec)
10:58:43.759 [pool-18-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
10:58:43.760 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec)
10:58:43.760 [pool-18-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.760 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.760 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.761 [pool-18-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...
10:58:43.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.761 [pool-18-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...
10:58:43.761 [pool-18-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
10:58:43.764 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:43.764 [pool-18-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
10:58:43.768 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:43.768 [pool-18-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.768 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.768 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.768 [pool-18-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...
10:58:43.768 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.768 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.768 [pool-18-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...
10:58:43.769 [pool-18-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
10:58:43.770 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.770 [pool-18-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
10:58:43.770 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.770 [pool-18-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...10:58:43.770 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.770 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.771 [pool-18-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...
10:58:43.771 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.771 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.771 [pool-18-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...
10:58:43.771 [pool-18-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
10:58:43.772 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.772 [pool-18-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
10:58:43.772 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.772 [pool-18-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...10:58:43.772 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.772 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.773 [pool-18-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...
10:58:43.773 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.773 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.773 [pool-18-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...
10:58:43.773 [pool-18-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
10:58:43.844 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
10:58:43.844 [pool-18-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
10:58:43.849 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:43.849 [pool-18-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.
0s76ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.849 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.849 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.849 [pool-18-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...
10:58:43.849 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.849 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.849 [pool-18-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...
10:58:43.850 [pool-18-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
10:58:43.851 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:43.851 [pool-18-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
10:58:43.852 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:43.852 [pool-18-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...10:58:43.852 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.852 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.852 [pool-18-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...
10:58:43.852 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.852 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.852 [pool-18-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...
10:58:43.852 [pool-18-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
10:58:43.853 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.853 [pool-18-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
10:58:43.853 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.853 [pool-18-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...10:58:43.853 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.853 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.853 [pool-18-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...
10:58:43.853 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.853 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.853 [pool-18-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...
10:58:43.854 [pool-18-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
10:58:43.854 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:43.854 [pool-18-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
10:58:43.855 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.855 [pool-18-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...10:58:43.855 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.855 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.855 [pool-18-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...
10:58:43.855 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.855 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.855 [pool-18-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...
10:58:43.855 [pool-18-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
10:58:43.856 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.856 [pool-18-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
10:58:43.856 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.856 [pool-18-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...10:58:43.856 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.856 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.857 [pool-18-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...
10:58:43.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.857 [pool-18-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...
10:58:43.857 [pool-18-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
10:58:43.858 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.858 [pool-18-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
10:58:43.858 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.858 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.858 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.858 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.859 [pool-18-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...
10:58:43.859 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.859 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.859 [pool-18-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...
10:58:43.859 [pool-18-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
10:58:43.860 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:43.861 [pool-18-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
10:58:43.861 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:43.861 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.861 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.861 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.861 [pool-18-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)
10:58:43.862 [pool-18-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...
10:58:43.862 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.862 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.862 [pool-18-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...
10:58:43.862 [pool-18-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
10:58:43.862 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.863 [pool-18-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
10:58:43.863 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.863 [pool-18-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...10:58:43.863 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.863 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.863 [pool-18-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...
10:58:43.863 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.863 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.863 [pool-18-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...
10:58:43.863 [pool-18-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
10:58:43.864 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.864 [pool-18-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
10:58:43.864 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.864 [pool-18-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...10:58:43.864 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.864 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.865 [pool-18-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...
10:58:43.865 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.865 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.865 [pool-18-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...
10:58:43.865 [pool-18-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
10:58:43.876 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:43.876 [pool-18-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
10:58:43.879 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:43.879 [pool-18-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.
0s14ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.879 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.879 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.879 [pool-18-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...
10:58:43.880 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.880 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.880 [pool-18-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...
10:58:43.880 [pool-18-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
10:58:43.880 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.880 [pool-18-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
10:58:43.881 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.881 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.881 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.881 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.881 [pool-18-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...
10:58:43.881 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.881 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.881 [pool-18-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...
10:58:43.881 [pool-18-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
10:58:43.882 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.882 [pool-18-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
10:58:43.882 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.882 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.882 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.882 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.883 [pool-18-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...
10:58:43.883 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.883 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.883 [pool-18-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...
10:58:43.883 [pool-18-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
10:58:43.883 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.883 [pool-18-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
10:58:43.884 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.884 [pool-18-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...10:58:43.884 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.884 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.884 [pool-18-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...
10:58:43.884 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.884 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.884 [pool-18-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...
10:58:43.884 [pool-18-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
10:58:43.885 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.885 [pool-18-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
10:58:43.885 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.885 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.885 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.885 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.886 [pool-18-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...
10:58:43.886 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.886 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.886 [pool-18-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...
10:58:43.886 [pool-18-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
10:58:43.943 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 13 M->MM REFERENCES! (took ~39sec)
10:58:43.943 [pool-18-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
10:58:43.946 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec)
10:58:43.946 [pool-18-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.
0s60ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.946 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.946 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.946 [pool-18-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...
10:58:43.946 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.946 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.947 [pool-18-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...
10:58:43.947 [pool-18-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
10:58:43.948 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.948 [pool-18-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
10:58:43.948 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.948 [pool-18-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...10:58:43.948 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.948 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.948 [pool-18-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...
10:58:43.948 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.948 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.948 [pool-18-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...
10:58:43.949 [pool-18-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
10:58:43.949 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:43.949 [pool-18-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
10:58:43.950 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.950 [pool-18-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...10:58:43.950 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.950 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.950 [pool-18-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...
10:58:43.950 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.950 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.950 [pool-18-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...
10:58:43.950 [pool-18-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
10:58:43.951 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.951 [pool-18-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
10:58:43.951 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.951 [pool-18-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...10:58:43.951 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.951 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.952 [pool-18-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...
10:58:43.952 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.952 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.952 [pool-18-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...
10:58:43.952 [pool-18-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
10:58:43.953 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:43.953 [pool-18-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
10:58:43.953 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:43.953 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.953 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.953 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.953 [pool-18-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...
10:58:43.954 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.954 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.954 [pool-18-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...
10:58:43.954 [pool-18-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
10:58:43.954 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.954 [pool-18-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
10:58:43.954 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.954 [pool-18-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...10:58:43.955 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.955 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.955 [pool-18-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...
10:58:43.955 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.955 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.955 [pool-18-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...
10:58:43.955 [pool-18-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
10:58:43.957 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~5sec)
10:58:43.957 [pool-18-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
10:58:43.958 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.958 [pool-18-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...10:58:43.958 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.958 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.958 [pool-18-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...
10:58:43.958 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.958 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.958 [pool-18-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...
10:58:43.958 [pool-18-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
10:58:43.959 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.959 [pool-18-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
10:58:43.959 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.959 [pool-18-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...10:58:43.959 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.959 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.959 [pool-18-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...
10:58:43.959 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.959 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.959 [pool-18-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...
10:58:43.960 [pool-18-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
10:58:43.960 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.960 [pool-18-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
10:58:43.963 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.963 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.964 [pool-18-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...
10:58:43.964 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.964 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.964 [pool-18-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...
10:58:43.964 [pool-18-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
10:58:43.964 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.965 [pool-18-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
10:58:43.965 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.965 [pool-18-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...10:58:43.965 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.965 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.965 [pool-18-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...
10:58:43.965 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.965 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.965 [pool-18-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...
10:58:43.966 [pool-18-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
10:58:43.968 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
10:58:43.968 [pool-18-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
10:58:43.971 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
10:58:43.971 [pool-18-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.971 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.971 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.972 [pool-18-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...
10:58:43.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.972 [pool-18-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...
10:58:43.972 [pool-18-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
10:58:43.973 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.973 [pool-18-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
10:58:43.973 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.973 [pool-18-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...10:58:43.973 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.973 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.973 [pool-18-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...
10:58:43.973 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.973 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.974 [pool-18-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...
10:58:43.974 [pool-18-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
10:58:43.975 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
10:58:43.975 [pool-18-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
10:58:43.976 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:43.976 [pool-18-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...10:58:43.976 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.976 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.976 [pool-18-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...
10:58:43.976 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.976 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.976 [pool-18-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...
10:58:43.976 [pool-18-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
10:58:43.977 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.977 [pool-18-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
10:58:43.977 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:43.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.977 [pool-18-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...
10:58:43.978 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.978 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.978 [pool-18-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...
10:58:43.978 [pool-18-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
10:58:43.978 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:43.978 [pool-18-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
10:58:43.978 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:43.979 [pool-18-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...10:58:43.979 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:43.979 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:43.979 [pool-18-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...
10:58:43.979 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:43.979 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:43.979 [pool-18-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...
10:58:43.980 [pool-18-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
10:58:44.038 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:44.038 [pool-18-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
10:58:44.042 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:44.042 [pool-18-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.
0s63ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.042 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.042 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.042 [pool-18-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...
10:58:44.042 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.042 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.042 [pool-18-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...
10:58:44.043 [pool-18-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
10:58:44.043 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.043 [pool-18-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
10:58:44.043 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.043 [pool-18-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...10:58:44.043 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.043 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.044 [pool-18-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...
10:58:44.044 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.044 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.044 [pool-18-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...
10:58:44.044 [pool-18-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
10:58:44.045 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.045 [pool-18-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
10:58:44.045 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.045 [pool-18-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...10:58:44.045 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.045 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.045 [pool-18-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...
10:58:44.045 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.045 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.045 [pool-18-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...
10:58:44.046 [pool-18-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
10:58:44.047 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:44.047 [pool-18-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
10:58:44.047 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:44.047 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.047 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.047 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.048 [pool-18-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...
10:58:44.048 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.048 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.048 [pool-18-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...
10:58:44.048 [pool-18-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
10:58:44.049 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.049 [pool-18-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
10:58:44.049 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.049 [pool-18-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...10:58:44.049 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.049 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.049 [pool-18-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...
10:58:44.049 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.049 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.049 [pool-18-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...
10:58:44.050 [pool-18-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
10:58:44.050 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.050 [pool-18-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
10:58:44.050 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.050 [pool-18-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...10:58:44.050 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.050 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.051 [pool-18-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...
10:58:44.051 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.051 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.051 [pool-18-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...
10:58:44.051 [pool-18-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
10:58:44.052 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:44.052 [pool-18-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
10:58:44.052 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.052 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.052 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.052 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.052 [pool-18-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...
10:58:44.052 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.052 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.052 [pool-18-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...
10:58:44.053 [pool-18-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
10:58:44.053 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.053 [pool-18-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
10:58:44.059 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.060 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.060 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.060 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.060 [pool-18-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...
10:58:44.060 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.060 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.060 [pool-18-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...
10:58:44.060 [pool-18-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
10:58:44.061 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.061 [pool-18-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
10:58:44.061 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.061 [pool-18-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...10:58:44.061 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.061 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.062 [pool-18-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...
10:58:44.062 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.062 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.062 [pool-18-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...
10:58:44.062 [pool-18-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
10:58:44.063 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.063 [pool-18-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
10:58:44.063 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.063 [pool-18-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...10:58:44.063 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.063 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.063 [pool-18-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...
10:58:44.063 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.063 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.063 [pool-18-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...
10:58:44.063 [pool-18-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
10:58:44.064 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.064 [pool-18-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
10:58:44.064 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.064 [pool-18-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...10:58:44.064 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.064 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.064 [pool-18-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...
10:58:44.064 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.064 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.065 [pool-18-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...
10:58:44.065 [pool-18-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
10:58:44.066 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:44.066 [pool-18-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
10:58:44.066 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.066 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.066 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.066 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.066 [pool-18-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...
10:58:44.066 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.066 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.066 [pool-18-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...
10:58:44.067 [pool-18-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
10:58:44.067 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.067 [pool-18-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
10:58:44.067 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.067 [pool-18-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...10:58:44.068 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.068 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.068 [pool-18-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...
10:58:44.068 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.068 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.068 [pool-18-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...
10:58:44.068 [pool-18-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
10:58:44.069 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.069 [pool-18-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
10:58:44.069 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.069 [pool-18-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...10:58:44.069 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.069 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.069 [pool-18-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...
10:58:44.069 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.069 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.069 [pool-18-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...
10:58:44.070 [pool-18-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
10:58:44.070 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.070 [pool-18-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
10:58:44.070 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.070 [pool-18-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...10:58:44.070 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:44.071 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:44.071 [pool-18-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...
10:58:44.071 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.071 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.071 [pool-18-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...
10:58:44.071 [pool-18-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
10:58:44.072 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.072 [pool-18-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
10:58:44.072 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.072 [pool-18-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...10:58:44.072 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.072 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.072 [pool-18-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...
10:58:44.072 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.072 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.072 [pool-18-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...
10:58:44.073 [pool-18-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
10:58:44.074 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
10:58:44.074 [pool-18-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
10:58:44.075 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:44.075 [pool-18-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...10:58:44.075 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.075 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.075 [pool-18-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...
10:58:44.075 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.075 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.075 [pool-18-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...
10:58:44.076 [pool-18-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
10:58:44.076 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.076 [pool-18-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
10:58:44.076 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.076 [pool-18-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...10:58:44.076 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.076 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.077 [pool-18-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...
10:58:44.077 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.077 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.077 [pool-18-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...
10:58:44.077 [pool-18-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
10:58:44.078 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.078 [pool-18-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
10:58:44.078 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.078 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.078 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.078 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.078 [pool-18-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...
10:58:44.078 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.078 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.078 [pool-18-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...
10:58:44.078 [pool-18-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
10:58:44.079 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.079 [pool-18-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
10:58:44.079 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.079 [pool-18-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...10:58:44.079 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.079 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.079 [pool-18-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...
10:58:44.079 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.079 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.080 [pool-18-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...
10:58:44.080 [pool-18-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
10:58:44.080 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.080 [pool-18-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
10:58:44.080 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.080 [pool-18-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...10:58:44.080 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:44.081 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:44.137 [pool-18-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...
10:58:44.137 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.137 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.137 [pool-18-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...
10:58:44.137 [pool-18-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
10:58:44.138 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~11sec)
10:58:44.139 [pool-18-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
10:58:44.139 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:44.139 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.139 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.139 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.140 [pool-18-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...
10:58:44.140 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.140 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.140 [pool-18-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...
10:58:44.140 [pool-18-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
10:58:44.141 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.141 [pool-18-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
10:58:44.141 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.141 [pool-18-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...10:58:44.141 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.141 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.141 [pool-18-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...
10:58:44.141 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.141 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.141 [pool-18-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...
10:58:44.141 [pool-18-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
10:58:44.142 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.142 [pool-18-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
10:58:44.142 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.142 [pool-18-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...10:58:44.142 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.142 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.143 [pool-18-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...
10:58:44.143 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.143 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.143 [pool-18-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...
10:58:44.143 [pool-18-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
10:58:44.143 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.144 [pool-18-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
10:58:44.144 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.144 [pool-18-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...10:58:44.144 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.144 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.144 [pool-18-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...
10:58:44.144 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.144 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.144 [pool-18-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...
10:58:44.145 [pool-18-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
10:58:44.145 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.145 [pool-18-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
10:58:44.152 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.152 [pool-18-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.153 [pool-18-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...
10:58:44.153 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.153 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.153 [pool-18-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...
10:58:44.153 [pool-18-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
10:58:44.154 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.154 [pool-18-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
10:58:44.154 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.154 [pool-18-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...10:58:44.154 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.154 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.154 [pool-18-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...
10:58:44.154 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.154 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.154 [pool-18-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...
10:58:44.155 [pool-18-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
10:58:44.155 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.155 [pool-18-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
10:58:44.155 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.155 [pool-18-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...10:58:44.155 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.155 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.156 [pool-18-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...
10:58:44.156 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.156 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.156 [pool-18-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...
10:58:44.156 [pool-18-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
10:58:44.157 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.157 [pool-18-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
10:58:44.166 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.166 [pool-18-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.
0s10ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.166 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.166 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.166 [pool-18-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...
10:58:44.166 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.166 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.166 [pool-18-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...
10:58:44.167 [pool-18-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
10:58:44.167 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.167 [pool-18-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
10:58:44.167 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.167 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.167 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.167 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.168 [pool-18-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...
10:58:44.168 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.168 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.168 [pool-18-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...
10:58:44.168 [pool-18-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
10:58:44.169 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.169 [pool-18-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
10:58:44.169 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.169 [pool-18-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...10:58:44.169 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.169 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.169 [pool-18-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...
10:58:44.169 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.169 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.169 [pool-18-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...
10:58:44.169 [pool-18-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
10:58:44.170 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.170 [pool-18-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
10:58:44.170 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.170 [pool-18-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...10:58:44.170 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.170 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.171 [pool-18-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...
10:58:44.171 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.171 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.171 [pool-18-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...
10:58:44.171 [pool-18-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
10:58:44.171 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.171 [pool-18-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
10:58:44.172 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.172 [pool-18-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...10:58:44.172 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.172 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.172 [pool-18-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...
10:58:44.172 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.172 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.172 [pool-18-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...
10:58:44.173 [pool-18-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
10:58:44.175 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~36sec)
10:58:44.175 [pool-18-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
10:58:44.178 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec)
10:58:44.178 [pool-18-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.178 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.178 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.179 [pool-18-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...
10:58:44.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.179 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.179 [pool-18-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...
10:58:44.182 [pool-18-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
10:58:44.183 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.183 [pool-18-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
10:58:44.183 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.183 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.183 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.183 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.183 [pool-18-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...
10:58:44.183 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.183 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.183 [pool-18-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...
10:58:44.183 [pool-18-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
10:58:44.257 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.257 [pool-18-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
10:58:44.257 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.257 [pool-18-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.
0s74ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.257 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.257 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.257 [pool-18-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...
10:58:44.258 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.258 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.258 [pool-18-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...
10:58:44.258 [pool-18-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
10:58:44.258 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.258 [pool-18-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
10:58:44.259 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.259 [pool-18-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...10:58:44.259 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.259 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.259 [pool-18-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...
10:58:44.259 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.259 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.259 [pool-18-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...
10:58:44.259 [pool-18-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
10:58:44.260 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.260 [pool-18-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
10:58:44.260 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.260 [pool-18-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...10:58:44.260 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.260 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.260 [pool-18-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...
10:58:44.260 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.260 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.260 [pool-18-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...
10:58:44.260 [pool-18-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
10:58:44.261 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.261 [pool-18-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
10:58:44.261 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.261 [pool-18-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...10:58:44.261 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.261 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.262 [pool-18-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...
10:58:44.262 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.262 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.262 [pool-18-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...
10:58:44.262 [pool-18-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
10:58:44.262 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.262 [pool-18-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
10:58:44.263 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.263 [pool-18-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...10:58:44.263 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.263 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.263 [pool-18-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...
10:58:44.263 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.263 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.263 [pool-18-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...
10:58:44.263 [pool-18-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
10:58:44.264 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.264 [pool-18-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
10:58:44.264 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.264 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.264 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.264 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.265 [pool-18-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...
10:58:44.265 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.265 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.265 [pool-18-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...
10:58:44.265 [pool-18-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
10:58:44.266 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.266 [pool-18-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
10:58:44.266 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.266 [pool-18-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...10:58:44.266 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.266 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.266 [pool-18-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...
10:58:44.266 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.266 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.266 [pool-18-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...
10:58:44.266 [pool-18-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
10:58:44.267 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.267 [pool-18-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
10:58:44.267 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.267 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.267 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.267 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.267 [pool-18-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...
10:58:44.267 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.267 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.267 [pool-18-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...
10:58:44.268 [pool-18-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
10:58:44.268 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.268 [pool-18-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
10:58:44.268 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.268 [pool-18-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...10:58:44.268 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.268 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.269 [pool-18-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...
10:58:44.269 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.269 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.269 [pool-18-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...
10:58:44.269 [pool-18-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
10:58:44.275 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~32sec)
10:58:44.275 [pool-18-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
10:58:44.276 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:44.276 [pool-18-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.276 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.276 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.277 [pool-18-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...
10:58:44.277 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.277 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.277 [pool-18-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...
10:58:44.277 [pool-18-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
10:58:44.278 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.278 [pool-18-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
10:58:44.278 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.278 [pool-18-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...10:58:44.278 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.278 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.278 [pool-18-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...
10:58:44.278 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.279 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.279 [pool-18-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...
10:58:44.279 [pool-18-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
10:58:44.279 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.279 [pool-18-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
10:58:44.280 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.280 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.280 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.280 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.280 [pool-18-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...
10:58:44.280 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.280 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.280 [pool-18-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...
10:58:44.280 [pool-18-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
10:58:44.281 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.281 [pool-18-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
10:58:44.281 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.281 [pool-18-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...10:58:44.281 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.281 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.281 [pool-18-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...
10:58:44.282 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.282 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.282 [pool-18-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...
10:58:44.285 [pool-18-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
10:58:44.286 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.286 [pool-18-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
10:58:44.286 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.286 [pool-18-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.286 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.286 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.286 [pool-18-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...
10:58:44.287 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.287 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.287 [pool-18-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...
10:58:44.287 [pool-18-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
10:58:44.287 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.287 [pool-18-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
10:58:44.288 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.288 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.288 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.288 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.288 [pool-18-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...
10:58:44.288 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.288 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.288 [pool-18-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...
10:58:44.288 [pool-18-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
10:58:44.289 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.289 [pool-18-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
10:58:44.290 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.290 [pool-18-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...10:58:44.290 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.290 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.290 [pool-18-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...
10:58:44.290 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.290 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.290 [pool-18-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...
10:58:44.290 [pool-18-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
10:58:44.291 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.291 [pool-18-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
10:58:44.291 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.291 [pool-18-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...10:58:44.291 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.291 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.292 [pool-18-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...
10:58:44.336 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.336 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.336 [pool-18-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...
10:58:44.339 [pool-18-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
10:58:44.340 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.340 [pool-18-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
10:58:44.340 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.341 [pool-18-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.
0s49ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.341 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.341 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.341 [pool-18-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...
10:58:44.341 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.341 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.341 [pool-18-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...
10:58:44.341 [pool-18-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
10:58:44.342 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.342 [pool-18-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
10:58:44.342 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.342 [pool-18-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...10:58:44.342 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.342 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.343 [pool-18-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...
10:58:44.343 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.343 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.343 [pool-18-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...
10:58:44.343 [pool-18-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
10:58:44.344 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:44.344 [pool-18-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
10:58:44.344 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.345 [pool-18-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...10:58:44.345 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.345 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.345 [pool-18-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...
10:58:44.345 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.345 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.345 [pool-18-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...
10:58:44.345 [pool-18-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
10:58:44.346 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.346 [pool-18-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
10:58:44.346 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.346 [pool-18-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...10:58:44.346 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.346 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.347 [pool-18-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...
10:58:44.347 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.347 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.347 [pool-18-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...
10:58:44.347 [pool-18-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
10:58:44.348 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.348 [pool-18-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
10:58:44.348 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.348 [pool-18-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...10:58:44.348 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.348 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.348 [pool-18-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...
10:58:44.348 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.348 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.348 [pool-18-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...
10:58:44.348 [pool-18-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
10:58:44.349 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.349 [pool-18-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
10:58:44.349 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.349 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.349 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.349 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.350 [pool-18-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...
10:58:44.350 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.350 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.350 [pool-18-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...
10:58:44.350 [pool-18-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
10:58:44.351 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.351 [pool-18-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
10:58:44.351 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.351 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.351 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.351 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.352 [pool-18-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...
10:58:44.352 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.352 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.352 [pool-18-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...
10:58:44.352 [pool-18-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
10:58:44.353 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:44.353 [pool-18-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
10:58:44.354 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:44.354 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.354 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.354 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.354 [pool-18-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...
10:58:44.354 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.354 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.354 [pool-18-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...
10:58:44.354 [pool-18-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
10:58:44.355 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.355 [pool-18-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
10:58:44.355 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.355 [pool-18-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...10:58:44.355 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.355 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.355 [pool-18-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...
10:58:44.356 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.356 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.356 [pool-18-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...
10:58:44.356 [pool-18-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
10:58:44.356 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.356 [pool-18-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
10:58:44.356 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.357 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.357 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.357 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.357 [pool-18-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...
10:58:44.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.357 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.357 [pool-18-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...
10:58:44.357 [pool-18-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
10:58:44.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.358 [pool-18-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
10:58:44.358 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.358 [pool-18-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...10:58:44.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.358 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.358 [pool-18-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...
10:58:44.358 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.358 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.358 [pool-18-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...
10:58:44.359 [pool-18-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
10:58:44.359 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.359 [pool-18-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
10:58:44.360 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.360 [pool-18-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...10:58:44.360 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.360 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.360 [pool-18-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...
10:58:44.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.360 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.360 [pool-18-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...
10:58:44.361 [pool-18-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
10:58:44.361 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.361 [pool-18-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
10:58:44.361 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.361 [pool-18-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...10:58:44.361 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.361 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.362 [pool-18-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...
10:58:44.362 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.362 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.362 [pool-18-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...
10:58:44.362 [pool-18-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
10:58:44.363 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.363 [pool-18-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
10:58:44.363 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.363 [pool-18-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...10:58:44.363 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.363 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.363 [pool-18-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...
10:58:44.364 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.364 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.364 [pool-18-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...
10:58:44.364 [pool-18-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
10:58:44.364 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.364 [pool-18-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
10:58:44.365 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.365 [pool-18-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...10:58:44.365 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.365 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.365 [pool-18-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...
10:58:44.365 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.365 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.365 [pool-18-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...
10:58:44.371 [pool-18-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
10:58:44.372 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.372 [pool-18-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
10:58:44.372 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.373 [pool-18-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.373 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.373 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.373 [pool-18-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...
10:58:44.373 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.373 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.373 [pool-18-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...
10:58:44.373 [pool-18-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
10:58:44.374 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.374 [pool-18-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
10:58:44.374 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.374 [pool-18-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...10:58:44.375 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:44.375 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:44.375 [pool-18-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...
10:58:44.375 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.375 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.375 [pool-18-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...
10:58:44.375 [pool-18-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
10:58:44.376 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.376 [pool-18-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
10:58:44.376 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.376 [pool-18-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...10:58:44.376 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.376 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.377 [pool-18-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...
10:58:44.377 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.377 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.377 [pool-18-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...
10:58:44.377 [pool-18-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
10:58:44.378 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.378 [pool-18-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
10:58:44.378 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.378 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.378 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.378 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.378 [pool-18-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...
10:58:44.378 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.378 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.379 [pool-18-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...
10:58:44.379 [pool-18-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
10:58:44.379 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.379 [pool-18-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
10:58:44.380 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.380 [pool-18-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...10:58:44.380 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.380 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.380 [pool-18-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...
10:58:44.380 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.380 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.380 [pool-18-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...
10:58:44.380 [pool-18-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
10:58:44.381 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.381 [pool-18-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
10:58:44.381 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.381 [pool-18-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...10:58:44.381 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.381 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.382 [pool-18-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...
10:58:44.382 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.382 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.382 [pool-18-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...
10:58:44.382 [pool-18-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
10:58:44.383 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.383 [pool-18-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
10:58:44.383 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.383 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.383 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.383 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.383 [pool-18-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...
10:58:44.383 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.383 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.383 [pool-18-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...
10:58:44.383 [pool-18-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
10:58:44.384 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.384 [pool-18-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
10:58:44.384 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.384 [pool-18-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...10:58:44.384 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.384 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.437 [pool-18-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...
10:58:44.437 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.437 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.437 [pool-18-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...
10:58:44.441 [pool-18-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
10:58:44.442 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:44.442 [pool-18-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
10:58:44.443 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:44.443 [pool-18-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.443 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.443 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.443 [pool-18-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...
10:58:44.443 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.443 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.443 [pool-18-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...
10:58:44.444 [pool-18-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
10:58:44.445 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:44.445 [pool-18-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
10:58:44.445 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:44.445 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.446 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.446 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.446 [pool-18-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...
10:58:44.446 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.446 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.446 [pool-18-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...
10:58:44.446 [pool-18-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
10:58:44.447 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:44.447 [pool-18-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
10:58:44.448 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.448 [pool-18-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...10:58:44.448 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.448 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.448 [pool-18-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)
10:58:44.448 [pool-18-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...
10:58:44.448 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.448 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.448 [pool-18-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...
10:58:44.449 [pool-18-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
10:58:44.449 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.449 [pool-18-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
10:58:44.450 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.450 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.450 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.450 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.450 [pool-18-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...
10:58:44.450 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.450 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.450 [pool-18-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...
10:58:44.450 [pool-18-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
10:58:44.454 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:44.454 [pool-18-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
10:58:44.454 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.454 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.454 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.454 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.455 [pool-18-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...
10:58:44.455 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.455 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.455 [pool-18-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...
10:58:44.455 [pool-18-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
10:58:44.456 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.456 [pool-18-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
10:58:44.456 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.456 [pool-18-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...10:58:44.456 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.456 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.456 [pool-18-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...
10:58:44.456 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.456 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.456 [pool-18-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...
10:58:44.457 [pool-18-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
10:58:44.457 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.457 [pool-18-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
10:58:44.457 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.457 [pool-18-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...10:58:44.458 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.458 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.458 [pool-18-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...
10:58:44.458 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.458 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.458 [pool-18-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...
10:58:44.458 [pool-18-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
10:58:44.459 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.459 [pool-18-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
10:58:44.459 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.459 [pool-18-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...10:58:44.459 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.459 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.459 [pool-18-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...
10:58:44.460 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.460 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.460 [pool-18-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...
10:58:44.460 [pool-18-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
10:58:44.460 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.460 [pool-18-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
10:58:44.461 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.461 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.461 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.461 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.461 [pool-18-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...
10:58:44.461 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.461 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.461 [pool-18-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...
10:58:44.461 [pool-18-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
10:58:44.464 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~6sec)
10:58:44.464 [pool-18-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
10:58:44.465 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.465 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.465 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.465 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.466 [pool-18-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...
10:58:44.466 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.466 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.466 [pool-18-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...
10:58:44.471 [pool-18-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
10:58:44.471 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.472 [pool-18-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
10:58:44.472 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.472 [pool-18-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.472 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.472 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.472 [pool-18-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...
10:58:44.472 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.472 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.473 [pool-18-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...
10:58:44.473 [pool-18-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
10:58:44.474 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.474 [pool-18-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
10:58:44.474 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.474 [pool-18-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...10:58:44.474 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.474 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.474 [pool-18-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...
10:58:44.474 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.474 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.475 [pool-18-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...
10:58:44.475 [pool-18-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
10:58:44.475 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.475 [pool-18-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
10:58:44.476 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.476 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.476 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.476 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.476 [pool-18-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...
10:58:44.476 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.476 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.476 [pool-18-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...
10:58:44.476 [pool-18-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
10:58:44.542 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~30sec)
10:58:44.542 [pool-18-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
10:58:44.543 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:44.543 [pool-18-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.
0s67ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.543 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.543 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.543 [pool-18-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...
10:58:44.544 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.544 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.544 [pool-18-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...
10:58:44.544 [pool-18-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
10:58:44.545 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.545 [pool-18-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
10:58:44.545 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.545 [pool-18-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...10:58:44.545 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.545 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.545 [pool-18-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...
10:58:44.545 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.545 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.545 [pool-18-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...
10:58:44.546 [pool-18-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
10:58:44.546 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.546 [pool-18-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
10:58:44.546 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.546 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.547 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.547 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.547 [pool-18-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...
10:58:44.547 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.547 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.547 [pool-18-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...
10:58:44.547 [pool-18-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
10:58:44.548 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.548 [pool-18-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
10:58:44.548 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.548 [pool-18-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...10:58:44.548 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.548 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.548 [pool-18-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...
10:58:44.549 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.549 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.549 [pool-18-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...
10:58:44.549 [pool-18-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
10:58:44.549 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.549 [pool-18-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
10:58:44.550 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.550 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.550 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.550 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.550 [pool-18-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...
10:58:44.550 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.550 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.550 [pool-18-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...
10:58:44.550 [pool-18-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
10:58:44.551 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.551 [pool-18-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
10:58:44.551 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.551 [pool-18-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...10:58:44.551 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:44.552 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:44.552 [pool-18-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...
10:58:44.552 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.552 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.552 [pool-18-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...
10:58:44.552 [pool-18-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
10:58:44.553 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.553 [pool-18-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
10:58:44.553 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.553 [pool-18-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...10:58:44.553 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.553 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.554 [pool-18-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...
10:58:44.554 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.554 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.554 [pool-18-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...
10:58:44.554 [pool-18-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
10:58:44.557 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:44.557 [pool-18-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
10:58:44.558 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.558 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.558 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.558 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.558 [pool-18-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...
10:58:44.558 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.558 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.558 [pool-18-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...
10:58:44.558 [pool-18-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
10:58:44.564 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
10:58:44.564 [pool-18-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
10:58:44.565 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:44.565 [pool-18-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.565 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.565 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.565 [pool-18-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...
10:58:44.565 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.565 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.565 [pool-18-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...
10:58:44.571 [pool-18-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
10:58:44.572 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.572 [pool-18-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
10:58:44.572 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.572 [pool-18-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.572 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.572 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.572 [pool-18-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...
10:58:44.572 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.572 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.572 [pool-18-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...
10:58:44.573 [pool-18-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
10:58:44.573 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.573 [pool-18-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
10:58:44.573 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.573 [pool-18-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...10:58:44.574 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.574 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.574 [pool-18-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...
10:58:44.574 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.574 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.574 [pool-18-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...
10:58:44.574 [pool-18-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
10:58:44.575 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.575 [pool-18-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
10:58:44.575 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.575 [pool-18-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...10:58:44.575 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.575 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.575 [pool-18-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...
10:58:44.575 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.575 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.575 [pool-18-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...
10:58:44.576 [pool-18-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
10:58:44.576 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.576 [pool-18-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
10:58:44.576 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.576 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.576 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.576 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.577 [pool-18-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...
10:58:44.577 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.577 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.577 [pool-18-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...
10:58:44.577 [pool-18-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
10:58:44.578 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.578 [pool-18-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
10:58:44.579 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.579 [pool-18-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...10:58:44.579 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.579 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.579 [pool-18-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...
10:58:44.579 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.579 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.579 [pool-18-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...
10:58:44.580 [pool-18-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
10:58:44.583 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:44.583 [pool-18-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
10:58:44.583 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.583 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.583 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.583 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.584 [pool-18-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...
10:58:44.584 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.584 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.584 [pool-18-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...
10:58:44.584 [pool-18-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
10:58:44.585 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.585 [pool-18-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
10:58:44.585 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.585 [pool-18-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...10:58:44.585 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.585 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.586 [pool-18-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...
10:58:44.586 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.586 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.586 [pool-18-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...
10:58:44.586 [pool-18-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
10:58:44.637 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.637 [pool-18-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
10:58:44.637 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.637 [pool-18-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.
0s51ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.637 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.637 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.637 [pool-18-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...
10:58:44.638 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.638 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.638 [pool-18-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...
10:58:44.638 [pool-18-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
10:58:44.638 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.639 [pool-18-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
10:58:44.639 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.639 [pool-18-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...10:58:44.639 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.639 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.639 [pool-18-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...
10:58:44.639 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.639 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.639 [pool-18-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...
10:58:44.639 [pool-18-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
10:58:44.640 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.640 [pool-18-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
10:58:44.641 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.641 [pool-18-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...10:58:44.641 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.641 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.641 [pool-18-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...
10:58:44.641 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.641 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.641 [pool-18-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...
10:58:44.641 [pool-18-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
10:58:44.642 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.642 [pool-18-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
10:58:44.642 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.643 [pool-18-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...10:58:44.643 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.643 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.643 [pool-18-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...
10:58:44.643 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.643 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.643 [pool-18-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...
10:58:44.643 [pool-18-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
10:58:44.644 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:44.644 [pool-18-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
10:58:44.644 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.644 [pool-18-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...10:58:44.644 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.644 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.645 [pool-18-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...
10:58:44.645 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.645 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.645 [pool-18-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...
10:58:44.645 [pool-18-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
10:58:44.645 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.645 [pool-18-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
10:58:44.646 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.646 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.646 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.646 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.646 [pool-18-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...
10:58:44.646 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.646 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.646 [pool-18-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...
10:58:44.646 [pool-18-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
10:58:44.647 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.647 [pool-18-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
10:58:44.647 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.647 [pool-18-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...10:58:44.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.647 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.648 [pool-18-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...
10:58:44.648 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.648 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.648 [pool-18-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...
10:58:44.648 [pool-18-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
10:58:44.649 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.649 [pool-18-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
10:58:44.649 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.649 [pool-18-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...10:58:44.649 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.649 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.649 [pool-18-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...
10:58:44.649 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.650 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.650 [pool-18-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...
10:58:44.650 [pool-18-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
10:58:44.651 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.651 [pool-18-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
10:58:44.651 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.651 [pool-18-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...10:58:44.651 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.651 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.651 [pool-18-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...
10:58:44.651 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.652 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.652 [pool-18-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...
10:58:44.652 [pool-18-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
10:58:44.652 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.652 [pool-18-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
10:58:44.653 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.653 [pool-18-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...10:58:44.653 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.653 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.653 [pool-18-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...
10:58:44.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.653 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.653 [pool-18-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...
10:58:44.653 [pool-18-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
10:58:44.682 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:44.682 [pool-18-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
10:58:44.682 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.682 [pool-18-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.
0s29ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.682 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.682 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.683 [pool-18-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...
10:58:44.683 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.683 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.683 [pool-18-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...
10:58:44.683 [pool-18-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
10:58:44.684 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.684 [pool-18-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
10:58:44.684 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.684 [pool-18-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...10:58:44.684 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.684 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.684 [pool-18-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...
10:58:44.684 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.684 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.684 [pool-18-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...
10:58:44.684 [pool-18-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
10:58:44.737 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.737 [pool-18-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
10:58:44.738 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.738 [pool-18-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.
0s54ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.738 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.738 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.738 [pool-18-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...
10:58:44.738 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.738 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.738 [pool-18-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...
10:58:44.739 [pool-18-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
10:58:44.739 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.739 [pool-18-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
10:58:44.739 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.740 [pool-18-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...10:58:44.740 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.740 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.740 [pool-18-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...
10:58:44.740 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.740 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.740 [pool-18-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...
10:58:44.740 [pool-18-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
10:58:44.741 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.741 [pool-18-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
10:58:44.741 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.741 [pool-18-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...10:58:44.741 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.741 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.742 [pool-18-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...
10:58:44.742 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.742 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.742 [pool-18-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...
10:58:44.742 [pool-18-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
10:58:44.745 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:44.745 [pool-18-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
10:58:44.745 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.745 [pool-18-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.745 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:44.746 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:44.746 [pool-18-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...
10:58:44.746 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.746 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.746 [pool-18-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...
10:58:44.746 [pool-18-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
10:58:44.750 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:44.750 [pool-18-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
10:58:44.750 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.750 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.750 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.750 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.750 [pool-18-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...
10:58:44.751 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.751 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.751 [pool-18-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...
10:58:44.751 [pool-18-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
10:58:44.753 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
10:58:44.753 [pool-18-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
10:58:44.756 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
10:58:44.756 [pool-18-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.756 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.756 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.756 [pool-18-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...
10:58:44.756 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.756 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.756 [pool-18-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...
10:58:44.757 [pool-18-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
10:58:44.757 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.757 [pool-18-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
10:58:44.758 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.758 [pool-18-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...10:58:44.758 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.758 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.758 [pool-18-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...
10:58:44.758 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.758 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.758 [pool-18-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...
10:58:44.758 [pool-18-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
10:58:44.759 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.759 [pool-18-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
10:58:44.761 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.761 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.761 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.761 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.761 [pool-18-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...
10:58:44.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.761 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.761 [pool-18-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...
10:58:44.761 [pool-18-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
10:58:44.763 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~17sec)
10:58:44.763 [pool-18-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
10:58:44.764 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec)
10:58:44.764 [pool-18-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.764 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.764 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.764 [pool-18-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...
10:58:44.764 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.764 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.764 [pool-18-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...
10:58:44.769 [pool-18-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
10:58:44.773 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.773 [pool-18-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
10:58:44.773 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.773 [pool-18-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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.773 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.773 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.774 [pool-18-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...
10:58:44.774 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.774 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.774 [pool-18-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...
10:58:44.774 [pool-18-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
10:58:44.778 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 18 M->MM REFERENCES! (took ~54sec)
10:58:44.778 [pool-18-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
10:58:44.782 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec)
10:58:44.782 [pool-18-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.
0s8ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.782 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.782 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.782 [pool-18-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...
10:58:44.782 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.782 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.782 [pool-18-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...
10:58:44.782 [pool-18-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
10:58:44.784 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~10sec)
10:58:44.784 [pool-18-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
10:58:44.784 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:44.784 [pool-18-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...10:58:44.784 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.784 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.784 [pool-18-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...
10:58:44.784 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.784 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.784 [pool-18-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...
10:58:44.785 [pool-18-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
10:58:44.785 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.785 [pool-18-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
10:58:44.785 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.785 [pool-18-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...10:58:44.785 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.785 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.786 [pool-18-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...
10:58:44.786 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.786 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.786 [pool-18-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...
10:58:44.786 [pool-18-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
10:58:44.786 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.787 [pool-18-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
10:58:44.787 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.787 [pool-18-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...10:58:44.787 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.787 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.787 [pool-18-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...
10:58:44.787 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.787 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.787 [pool-18-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...
10:58:44.787 [pool-18-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
10:58:44.837 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.837 [pool-18-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
10:58:44.837 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.838 [pool-18-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.
0s51ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.838 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.838 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.838 [pool-18-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...
10:58:44.838 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.838 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.838 [pool-18-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...
10:58:44.838 [pool-18-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
10:58:44.839 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.839 [pool-18-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
10:58:44.839 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.840 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.840 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.840 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.840 [pool-18-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...
10:58:44.840 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.840 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.840 [pool-18-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...
10:58:44.840 [pool-18-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
10:58:44.841 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.841 [pool-18-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
10:58:44.841 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.841 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.841 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.841 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.842 [pool-18-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...
10:58:44.842 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.842 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.842 [pool-18-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...
10:58:44.842 [pool-18-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
10:58:44.843 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.843 [pool-18-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
10:58:44.843 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.844 [pool-18-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...10:58:44.844 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.844 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.844 [pool-18-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...
10:58:44.844 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.844 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.844 [pool-18-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...
10:58:44.844 [pool-18-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
10:58:44.848 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~8sec)
10:58:44.848 [pool-18-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
10:58:44.848 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.848 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.848 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.848 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.848 [pool-18-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...
10:58:44.848 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.848 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.848 [pool-18-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...
10:58:44.849 [pool-18-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
10:58:44.849 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.849 [pool-18-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
10:58:44.850 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.850 [pool-18-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...10:58:44.850 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.850 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.850 [pool-18-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...
10:58:44.850 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.850 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.850 [pool-18-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...
10:58:44.851 [pool-18-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
10:58:44.851 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.851 [pool-18-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
10:58:44.852 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.852 [pool-18-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...10:58:44.852 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.852 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.852 [pool-18-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...
10:58:44.852 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.852 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.852 [pool-18-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...
10:58:44.852 [pool-18-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
10:58:44.856 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.856 [pool-18-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
10:58:44.856 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.856 [pool-18-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.
0s4ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.856 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.856 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.857 [pool-18-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...
10:58:44.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.857 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.857 [pool-18-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...
10:58:44.857 [pool-18-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
10:58:44.860 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~33sec)
10:58:44.860 [pool-18-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
10:58:44.863 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec)
10:58:44.863 [pool-18-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.863 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.863 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.863 [pool-18-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...
10:58:44.863 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.863 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.863 [pool-18-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...
10:58:44.863 [pool-18-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
10:58:44.864 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.864 [pool-18-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
10:58:44.865 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.865 [pool-18-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...10:58:44.865 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.865 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.865 [pool-18-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...
10:58:44.865 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.865 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.865 [pool-18-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...
10:58:44.866 [pool-18-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
10:58:44.866 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.866 [pool-18-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
10:58:44.866 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.866 [pool-18-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...10:58:44.867 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.867 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.867 [pool-18-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...
10:58:44.867 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.867 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.867 [pool-18-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...
10:58:44.867 [pool-18-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
10:58:44.868 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.868 [pool-18-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
10:58:44.868 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.868 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.868 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.868 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.868 [pool-18-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...
10:58:44.868 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.869 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.869 [pool-18-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...
10:58:44.869 [pool-18-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
10:58:44.869 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.869 [pool-18-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
10:58:44.870 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.870 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.870 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.870 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.870 [pool-18-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...
10:58:44.870 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.870 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.870 [pool-18-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...
10:58:44.870 [pool-18-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
10:58:44.873 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~9sec)
10:58:44.873 [pool-18-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
10:58:44.873 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:44.873 [pool-18-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...10:58:44.873 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.873 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.874 [pool-18-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...
10:58:44.874 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.874 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.874 [pool-18-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...
10:58:44.874 [pool-18-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
10:58:44.875 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.875 [pool-18-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
10:58:44.875 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.875 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.875 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.875 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.875 [pool-18-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...
10:58:44.876 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.876 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.876 [pool-18-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...
10:58:44.876 [pool-18-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
10:58:44.877 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.877 [pool-18-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
10:58:44.877 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.877 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.877 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.877 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.878 [pool-18-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...
10:58:44.878 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.878 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.878 [pool-18-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...
10:58:44.878 [pool-18-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
10:58:44.878 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.879 [pool-18-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
10:58:44.879 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.879 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.879 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.879 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.879 [pool-18-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...
10:58:44.879 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.879 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.879 [pool-18-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...
10:58:44.879 [pool-18-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
10:58:44.880 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.880 [pool-18-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
10:58:44.880 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.880 [pool-18-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...10:58:44.880 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.880 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.937 [pool-18-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...
10:58:44.937 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.937 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.937 [pool-18-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...
10:58:44.937 [pool-18-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
10:58:44.938 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~6sec)
10:58:44.938 [pool-18-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
10:58:44.939 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.939 [pool-18-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...10:58:44.939 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.939 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.939 [pool-18-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...
10:58:44.939 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.939 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.939 [pool-18-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...
10:58:44.939 [pool-18-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
10:58:44.940 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.940 [pool-18-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
10:58:44.940 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.940 [pool-18-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...10:58:44.940 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.940 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.941 [pool-18-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...
10:58:44.941 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.941 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.941 [pool-18-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...
10:58:44.941 [pool-18-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
10:58:44.942 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~13sec)
10:58:44.942 [pool-18-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
10:58:44.943 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:44.943 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.943 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.943 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.943 [pool-18-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...
10:58:44.943 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.944 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.944 [pool-18-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...
10:58:44.944 [pool-18-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
10:58:44.945 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:44.945 [pool-18-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
10:58:44.945 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.945 [pool-18-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...10:58:44.945 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.945 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.946 [pool-18-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...
10:58:44.946 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.946 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.946 [pool-18-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...
10:58:44.946 [pool-18-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
10:58:44.952 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 8 M->MM REFERENCES! (took ~27sec)
10:58:44.952 [pool-18-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
10:58:44.957 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec)
10:58:44.957 [pool-18-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.
0s11ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.957 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.957 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.957 [pool-18-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...
10:58:44.957 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.958 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.958 [pool-18-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...
10:58:44.958 [pool-18-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
10:58:44.958 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.958 [pool-18-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
10:58:44.959 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.959 [pool-18-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...10:58:44.959 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.959 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.959 [pool-18-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...
10:58:44.959 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.959 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.959 [pool-18-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...
10:58:44.959 [pool-18-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
10:58:44.960 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.960 [pool-18-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
10:58:44.960 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.960 [pool-18-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...10:58:44.960 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.960 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.961 [pool-18-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...
10:58:44.961 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.961 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.961 [pool-18-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...
10:58:44.961 [pool-18-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
10:58:44.962 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:44.962 [pool-18-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
10:58:44.963 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.963 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.963 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.963 [pool-18-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...
10:58:44.963 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.963 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.963 [pool-18-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...
10:58:44.967 [pool-18-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
10:58:44.967 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:44.967 [pool-18-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
10:58:44.968 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.968 [pool-18-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.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.968 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.968 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.968 [pool-18-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...
10:58:44.968 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.968 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.968 [pool-18-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...
10:58:44.969 [pool-18-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
10:58:44.969 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.969 [pool-18-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
10:58:44.969 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.969 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.969 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:44.970 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:44.970 [pool-18-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...
10:58:44.970 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.970 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.970 [pool-18-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...
10:58:44.970 [pool-18-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
10:58:44.971 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.971 [pool-18-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
10:58:44.971 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.971 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.972 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:58:44.972 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:58:44.972 [pool-18-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...
10:58:44.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.972 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.972 [pool-18-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...
10:58:44.972 [pool-18-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
10:58:44.974 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 5 M->MM REFERENCES! (took ~16sec)
10:58:44.974 [pool-18-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
10:58:44.975 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:58:44.975 [pool-18-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.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.975 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.975 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.975 [pool-18-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...
10:58:44.975 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.975 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.975 [pool-18-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...
10:58:44.975 [pool-18-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
10:58:44.976 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~4sec)
10:58:44.976 [pool-18-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
10:58:44.977 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.977 [pool-18-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...10:58:44.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.977 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.977 [pool-18-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...
10:58:44.977 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.977 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.977 [pool-18-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...
10:58:44.977 [pool-18-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
10:58:44.978 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.978 [pool-18-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
10:58:44.978 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.978 [pool-18-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...10:58:44.978 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.978 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.979 [pool-18-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...
10:58:44.979 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.979 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.979 [pool-18-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...
10:58:44.979 [pool-18-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
10:58:44.980 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:58:44.980 [pool-18-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
10:58:44.980 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:58:44.980 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.980 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.980 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.981 [pool-18-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...
10:58:44.981 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.981 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.981 [pool-18-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...
10:58:44.981 [pool-18-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
10:58:44.982 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.982 [pool-18-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
10:58:44.982 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.982 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:44.982 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.982 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.982 [pool-18-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...
10:58:44.982 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.982 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.982 [pool-18-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...
10:58:44.983 [pool-18-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
10:58:44.983 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.983 [pool-18-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
10:58:44.983 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.983 [pool-18-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...10:58:44.984 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.984 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.984 [pool-18-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...
10:58:44.984 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.984 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.984 [pool-18-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...
10:58:44.984 [pool-18-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
10:58:44.985 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:44.985 [pool-18-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
10:58:44.985 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:44.985 [pool-18-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...10:58:44.985 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:44.985 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:44.985 [pool-18-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...
10:58:44.985 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:44.985 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:44.985 [pool-18-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...
10:58:44.985 [pool-18-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
10:58:45.042 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.043 [pool-18-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
10:58:45.043 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.043 [pool-18-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.
0s58ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.043 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.043 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.043 [pool-18-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...
10:58:45.043 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.043 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.043 [pool-18-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...
10:58:45.044 [pool-18-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
10:58:45.044 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.044 [pool-18-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
10:58:45.044 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.044 [pool-18-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...10:58:45.044 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.044 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.045 [pool-18-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...
10:58:45.045 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.045 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.045 [pool-18-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...
10:58:45.045 [pool-18-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
10:58:45.050 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~18sec)
10:58:45.050 [pool-18-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
10:58:45.051 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:45.051 [pool-18-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.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.051 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.051 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.051 [pool-18-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...
10:58:45.051 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.051 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.051 [pool-18-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...
10:58:45.052 [pool-18-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
10:58:45.052 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:58:45.052 [pool-18-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
10:58:45.052 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.052 [pool-18-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...10:58:45.052 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.052 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.053 [pool-18-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...
10:58:45.053 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.053 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.053 [pool-18-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...
10:58:45.053 [pool-18-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
10:58:45.053 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.053 [pool-18-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
10:58:45.054 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.054 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.054 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.054 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.054 [pool-18-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...
10:58:45.054 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.054 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.054 [pool-18-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...
10:58:45.055 [pool-18-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
10:58:45.055 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.055 [pool-18-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
10:58:45.055 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.055 [pool-18-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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.055 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.055 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.056 [pool-18-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...
10:58:45.056 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.056 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.056 [pool-18-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...
10:58:45.056 [pool-18-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
10:58:45.056 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.056 [pool-18-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
10:58:45.057 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.057 [pool-18-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...10:58:45.057 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.057 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.057 [pool-18-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...
10:58:45.057 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.057 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.057 [pool-18-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...
10:58:45.057 [pool-18-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
10:58:45.058 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.058 [pool-18-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
10:58:45.058 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.058 [pool-18-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...10:58:45.058 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.058 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.058 [pool-18-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...
10:58:45.058 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.058 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.058 [pool-18-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...
10:58:45.058 [pool-18-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
10:58:45.059 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.059 [pool-18-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
10:58:45.059 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.059 [pool-18-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...10:58:45.059 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.059 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.059 [pool-18-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...
10:58:45.060 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.060 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.060 [pool-18-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...
10:58:45.060 [pool-18-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
10:58:45.060 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.060 [pool-18-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
10:58:45.060 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.061 [pool-18-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...10:58:45.061 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.061 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.061 [pool-18-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...
10:58:45.061 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.061 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.061 [pool-18-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...
10:58:45.061 [pool-18-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
10:58:45.062 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.062 [pool-18-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
10:58:45.062 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.062 [pool-18-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...10:58:45.062 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.062 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.062 [pool-18-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...
10:58:45.062 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.062 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.062 [pool-18-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...
10:58:45.086 [pool-18-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
10:58:45.087 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.087 [pool-18-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
10:58:45.087 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.087 [pool-18-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.
0s25ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.087 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.087 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.087 [pool-18-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)
10:58:45.088 [pool-18-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...
10:58:45.088 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.088 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.088 [pool-18-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...
10:58:45.088 [pool-18-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
10:58:45.089 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 4 M->MM REFERENCES! (took ~12sec)
10:58:45.089 [pool-18-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
10:58:45.090 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:45.090 [pool-18-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.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.090 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.090 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.090 [pool-18-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...
10:58:45.090 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.090 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.090 [pool-18-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...
10:58:45.090 [pool-18-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
10:58:45.091 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:45.091 [pool-18-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
10:58:45.092 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:45.092 [pool-18-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...10:58:45.092 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.092 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.092 [pool-18-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...
10:58:45.092 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.092 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.092 [pool-18-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...
10:58:45.092 [pool-18-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
10:58:45.093 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.093 [pool-18-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
10:58:45.093 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.093 [pool-18-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...10:58:45.093 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.093 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.094 [pool-18-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...
10:58:45.094 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.094 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.094 [pool-18-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...
10:58:45.094 [pool-18-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
10:58:45.094 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.094 [pool-18-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
10:58:45.095 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.095 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.095 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.095 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.095 [pool-18-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...
10:58:45.095 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.095 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.095 [pool-18-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...
10:58:45.095 [pool-18-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
10:58:45.137 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.137 [pool-18-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
10:58:45.137 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.138 [pool-18-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.
0s43ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.138 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.138 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.138 [pool-18-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...
10:58:45.138 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.138 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.138 [pool-18-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...
10:58:45.139 [pool-18-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
10:58:45.144 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~45sec)
10:58:45.144 [pool-18-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
10:58:45.150 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
10:58:45.150 [pool-18-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.
0s12ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.150 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.150 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.151 [pool-18-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...
10:58:45.151 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.151 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.151 [pool-18-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...
10:58:45.151 [pool-18-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
10:58:45.152 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.152 [pool-18-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
10:58:45.152 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.152 [pool-18-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...10:58:45.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.152 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.153 [pool-18-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...
10:58:45.153 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.153 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.153 [pool-18-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...
10:58:45.153 [pool-18-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
10:58:45.154 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:58:45.154 [pool-18-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
10:58:45.154 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:58:45.155 [pool-18-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...10:58:45.155 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.155 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.155 [pool-18-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...
10:58:45.155 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:45.155 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:45.155 [pool-18-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...
10:58:45.155 [pool-18-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
10:58:45.157 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~8sec)
10:58:45.157 [pool-18-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
10:58:45.158 [pool-18-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:45.158 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml.
0s3ms [pure insertion]
marking any relevant derived attributes for update...10:58:45.158 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:45.158 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:45.158 [pool-18-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)
10:58:45.158 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:45.158 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:45.463 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total)
10:58:47.890 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs
10:58:47.890 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.732s
attempting to resolve any uninitialized derived attributes...
10:58:47.890 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:47.890 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:47.890 [pool-18-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
10:58:47.890 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
2s733ms [proxy update]
10:58:47.891 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:47.938 [pool-18-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		~5s
validating changes...
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/35b84299-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.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/01ec12fc-0000-0233-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.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/72ada667-0b7f-4421-bd69-9b037642ed87.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.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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-01f1-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-08c8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.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/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.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/00700680-0000-01d3-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.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/01ec12fc-0000-0224-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.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.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-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.Profile/00300000-0000-0032-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.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/435869cb-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-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/0054070c-0000-005d-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.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.Stereotype/01ec1ac4-0000-2ef9-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/4b4745a9-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.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/Standard.DataType/00000004-0000-0009-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/641a5778-89a9-11df-9978-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-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/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.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.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/6f3c6234-52b8-11df-a320-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml
validating file UPDATED for /data/fragments/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/fca54004-5d0d-11df-a996-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.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.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-01e7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.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/edc05471-5d08-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-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.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-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/01ec12fc-0000-0238-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-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.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml
validating file UPDATED for /data/fragments/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/3edfb381-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.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/01ec141c-0000-12fc-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-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/01ec1ac4-0000-2f04-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/00bc0050-0000-006b-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-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.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-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/00700680-0000-01ce-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.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/2961d57b-5120-11de-bbaf-00218648fa3d.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml
validating file UPDATED for /data/fragments/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.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.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/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.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/5d167c0f-df53-11de-b2b1-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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/1abd18db-c2fd-11de-8ac8-001302895b2b.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/3c4678f8-f169-11df-ae59-0014224f9977.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-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/01ec12fc-0000-0229-0000-000000000000.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml
validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.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/00000000-0000-9c45-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.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.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/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/fd461312-91e1-4589-a042-c814e1f53e6a.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.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/00540a84-0000-0005-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/00000000-0000-9c48-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml
validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml
changed resource size: 619
relevant graph size: 619
validated changes... true
10:58:48.656 [pool-18-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 992 ms
10:58:48.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:48.660 [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
10:58:48.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:48.662 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:48.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:48 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit1260902637019044252/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit9588453573637487498/test_bpmn[OrientDB]
Jun 15, 2022 10:58:49 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit9588453573637487498/test_bpmn[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:49.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:49.827 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:49.827 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:49.828 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:49.828 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:49.828 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:49.828 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:49.828 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:49.828 [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!
10:58:49.828 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.829 [pool-19-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
10:58:49.830 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
10:58:49.880 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit13928025497223753460/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:49.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:49.882 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.885 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.885 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.885 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.885 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.885 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.887 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.887 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
10:58:49.887 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.887 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.887 [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...
10:58:49.887 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
10:58:49.888 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.889 [pool-19-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
10:58:49.889 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms
Copied ./resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.890 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.892 [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...
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
10:58:49.892 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.892 [pool-19-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
10:58:49.893 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 2 ms
Copied ./resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.893 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.895 [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...
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
10:58:49.895 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.896 [pool-19-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
10:58:49.896 [pool-19-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/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.896 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.898 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.899 [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...
10:58:49.899 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:58:49.899 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.899 [pool-19-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
10:58:49.899 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
Copied ./resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.899 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.901 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.902 [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...
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
10:58:49.902 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.902 [pool-19-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
10:58:49.902 [pool-19-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/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.903 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.905 [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...
10:58:49.905 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:58:49.906 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.906 [pool-19-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
10:58:49.906 [pool-19-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/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.906 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.909 [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...
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.909 [pool-19-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
10:58:49.909 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
Copied ./resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.910 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.938 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.938 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.938 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.938 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.938 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.939 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.939 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:58:49.939 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.939 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.939 [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...
10:58:49.939 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:58:49.939 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.939 [pool-19-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
10:58:49.939 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 29 ms
Copied ./resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit13928025497223753460/v0-B.2.0.bpmn
10:58:49.940 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:49.942 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:49.942 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:49.942 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:49.942 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:49.942 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:49.942 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:58:49.943 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:58:49.943 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:49.943 [pool-19-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:49.943 [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...
10:58:49.943 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:58:49.943 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:49.943 [pool-19-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
10:58:49.943 [pool-19-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
10:58:49.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:49.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit13928025497223753460/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:49.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:49.945 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:50.007 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:50 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_bpmn[OrientDB]}} Storage 'plocal:/tmp/junit9588453573637487498/test_bpmn[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4125881782077638661/test_instanceCountsAllOf[OrientDB]
Jun 15, 2022 10:58:50 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit4125881782077638661/test_instanceCountsAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:51.031 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:51.033 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:51.033 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:51.033 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:51.033 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:51.033 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:51.033 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:51.033 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:51.033 [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!
10:58:51.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:51.034 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:51.035 [pool-20-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
10:58:51.036 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store
10:58:51.040 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:51.040 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:51.041 [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
10:58:51.203 [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)]
10:58:51.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:51.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:51.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:51.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:51.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:51.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:51.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:51.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:51.241 [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
10:58:51.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:51.247 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:51.290 [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
10:58:51.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:51.292 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:51.293 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:51.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:51.294 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:51.338 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:51.338 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:51.339 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:51.339 [pool-20-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)]
10:58:51.443 [pool-20-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)]
10:58:51.554 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:51.554 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:51.637 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:51.637 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s300ms [pure insertion]
marking any relevant derived attributes for update...10:58:51.637 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:51.637 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:51.638 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:51.638 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:51.638 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:51.638 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
10:58:51.638 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
10:58:51.639 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:51.639 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:51.640 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:51.640 [pool-20-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...10:58:51.640 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:51.640 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:51.640 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:51.640 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:51.641 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:51.641 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:51.641 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:51.641 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:51.641 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:51.642 [pool-20-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:51.642 [pool-20-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...10:58:51.642 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:51.642 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:51.642 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:51.642 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:51.644 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:51.653 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:51.653 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s
attempting to resolve any uninitialized derived attributes...
10:58:51.653 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:51.653 [pool-20-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:51.653 [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...
10:58:51.653 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s12ms [proxy update]
10:58:51.654 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:51.654 [pool-20-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 /subfolder/child.model
validating file UPDATED for /root.model
changed resource size: 9
relevant graph size: 9
validated changes... true
10:58:51.655 [pool-20-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 363 ms
10:58:51.656 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:51.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/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:51.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:51.658 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:51.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:51 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCountsAllOf[OrientDB]}} Storage 'plocal:/tmp/junit4125881782077638661/test_instanceCountsAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8860776065383528773/test_listFiles[OrientDB]
Jun 15, 2022 10:58:51 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit8860776065383528773/test_listFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:52.731 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:52.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:52.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:52.733 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:52.733 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:52.733 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:52.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:52.733 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:52.734 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:52.734 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
10:58:52.735 [pool-21-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
10:58:52.735 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:52.735 [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/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store
10:58:52.741 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:52.741 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:52.743 [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
10:58:52.886 [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)]
10:58:52.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:52.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:52.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:52.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:52.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:52.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:52.915 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:52.916 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:52.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:52.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:52.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:52.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:52.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:52.917 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:52.919 [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
10:58:52.923 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:52.923 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:52.987 [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
10:58:52.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:52.990 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:52.991 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:52.992 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:52.992 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:52.994 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:52.995 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:52.995 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:52.995 [pool-21-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)]
10:58:53.154 [pool-21-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)]
10:58:53.285 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:53.285 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:53.380 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:53.380 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s387ms [pure insertion]
marking any relevant derived attributes for update...10:58:53.380 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:53.380 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:53.381 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:53.381 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:53.381 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:53.381 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
10:58:53.381 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
10:58:53.382 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:53.382 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:53.382 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:53.382 [pool-21-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...10:58:53.383 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:53.383 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:53.384 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:53.384 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:53.384 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:53.384 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:53.384 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:53.384 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:53.384 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:53.385 [pool-21-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:53.385 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:58:53.385 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:53.385 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:53.385 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:53.385 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:53.386 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:53.395 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:53.395 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s
attempting to resolve any uninitialized derived attributes...
10:58:53.395 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:53.395 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:53.395 [pool-21-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store
attempting to update any relevant derived attributes...
10:58:53.395 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
10:58:53.395 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:53.396 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/subfolder/grandchild.model
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
changed resource size: 9
relevant graph size: 9
validated changes... true
10:58:53.397 [pool-21-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 407 ms
10:58:53.398 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:53.398 [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
10:58:53.400 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:53.400 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:53.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:53 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_listFiles[OrientDB]}} Storage 'plocal:/tmp/junit8860776065383528773/test_listFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit18207861908351732377/test_instanceCounts[OrientDB]
Jun 15, 2022 10:58:53 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit18207861908351732377/test_instanceCounts[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:54.411 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:54.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:54.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:54.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:54.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:54.412 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:54.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:54.412 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:54.413 [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!
10:58:54.413 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:54.413 [pool-22-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
10:58:54.413 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:54.414 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store
10:58:54.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:54.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:54.418 [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
10:58:54.547 [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)]
10:58:54.582 [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
10:58:54.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:54.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:54.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:54.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:54.583 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:54.584 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:54.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:54.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:54.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:54.585 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:54.590 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:54.590 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:54.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/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:54.658 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:54.658 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:54.660 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:54.661 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:54.661 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:54.662 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:54.663 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:54.663 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:54.663 [pool-22-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)]
10:58:54.816 [pool-22-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)]
10:58:54.960 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:54.960 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:55.053 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:55.053 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s391ms [pure insertion]
marking any relevant derived attributes for update...10:58:55.053 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:55.053 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:55.054 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:55.054 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:55.054 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:55.054 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:55.055 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:55.055 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:55.055 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:55.056 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:55.056 [pool-22-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...10:58:55.056 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:55.056 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:55.057 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:55.057 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:55.057 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:55.057 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
10:58:55.057 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
10:58:55.057 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:55.057 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:55.059 [pool-22-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:55.059 [pool-22-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...10:58:55.059 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:55.059 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:55.059 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:55.059 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:55.060 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:55.068 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:55.068 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
10:58:55.068 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:55.068 [pool-22-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:55.068 [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...
10:58:55.068 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
10:58:55.068 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:55.068 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
10:58:55.070 [pool-22-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 412 ms
10:58:55.072 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:55.073 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18207861908351732377/test_instanceCounts[OrientDB]
10:58:55.075 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:55.075 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18207861908351732377/test_instanceCounts[OrientDB]
10:58:55.076 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:55.076 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18207861908351732377/test_instanceCounts[OrientDB]
10:58:55.077 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:55.077 [pool-22-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit18207861908351732377/test_instanceCounts[OrientDB]
10:58:55.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:55.078 [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
10:58:55.080 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:55.080 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:55.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:55 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_instanceCounts[OrientDB]}} Storage 'plocal:/tmp/junit18207861908351732377/test_instanceCounts[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8702915228539584753/test_reverseRefs[OrientDB]
Jun 15, 2022 10:58:55 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit8702915228539584753/test_reverseRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:56.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:56.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:56.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:56.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:56.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:56.104 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:56.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:56.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:56.105 [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!
10:58:56.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:58:56.105 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:56.105 [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
10:58:56.106 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store
10:58:56.110 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:56.110 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:56.110 [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
10:58:56.223 [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)]
10:58:56.244 [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
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:56.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:56.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:56.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:56.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:56.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:56.297 [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
10:58:56.339 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:56.339 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:56.340 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:56.341 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:56.341 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:56.342 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:56.343 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:56.343 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:56.343 [pool-23-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)]
10:58:56.480 [pool-23-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)]
10:58:56.598 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:56.599 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:56.680 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:56.680 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model.
0s338ms [pure insertion]
marking any relevant derived attributes for update...10:58:56.680 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:56.680 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:56.681 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:56.681 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:56.682 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:56.682 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:56.682 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:56.682 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:56.682 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:56.683 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:56.683 [pool-23-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...10:58:56.683 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:56.683 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:56.684 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:56.684 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:56.684 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:56.684 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model...
10:58:56.684 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model
10:58:56.685 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:56.685 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:56.687 [pool-23-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:56.687 [pool-23-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...10:58:56.687 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:56.687 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:56.687 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:56.687 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:56.688 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:56.696 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:56.697 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s
attempting to resolve any uninitialized derived attributes...
10:58:56.697 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:56.697 [pool-23-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:56.697 [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...
10:58:56.697 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
10:58:56.697 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:56.697 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	3
deleted		0
changed		3
loaded		3
c elems		9
d elems		0
time		~0s
validating changes...
validating file UPDATED for /subfolder/child.model
validating file UPDATED for /root.model
validating file UPDATED for /subfolder/subfolder/grandchild.model
changed resource size: 9
relevant graph size: 9
validated changes... true
10:58:56.699 [pool-23-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 360 ms
10:58:56.703 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:56.703 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8702915228539584753/test_reverseRefs[OrientDB]
10:58:56.705 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:56.705 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8702915228539584753/test_reverseRefs[OrientDB]
10:58:56.708 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:56.708 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8702915228539584753/test_reverseRefs[OrientDB]
10:58:56.709 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:56.709 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8702915228539584753/test_reverseRefs[OrientDB]
10:58:56.711 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:56.711 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8702915228539584753/test_reverseRefs[OrientDB]
10:58:56.712 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:56.712 [pool-23-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8702915228539584753/test_reverseRefs[OrientDB]
10:58:56.713 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:56.713 [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
10:58:56.716 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:56.716 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:56.796 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:56 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_reverseRefs[OrientDB]}} Storage 'plocal:/tmp/junit8702915228539584753/test_reverseRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit2059044524425406611/test_forwardRefs[OrientDB]
Jun 15, 2022 10:58:56 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit2059044524425406611/test_forwardRefs[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:57.700 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:57.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:57.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:57.702 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:57.702 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:57.702 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:57.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:57.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:57.702 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:58:57.702 [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!
10:58:57.702 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:57.703 [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
10:58:57.704 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/crossrefs.ecore to store
10:58:57.707 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:57.707 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:57.708 [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
10:58:57.840 [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)]
10:58:57.871 [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
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:57.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
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:57.872 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:57.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
10:58:57.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
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:57.873 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:58:57.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:58:57.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:57.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:57.874 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:57.886 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec)
10:58:57.886 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:57.959 [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
10:58:57.960 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:57.961 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:57.963 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:57.964 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:57.964 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:57.965 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model...
10:58:57.966 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:57.966 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:57.966 [pool-24-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)]
10:58:58.094 [pool-24-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)]
10:58:58.251 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:58.251 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model
10:58:58.350 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec)
10:58:58.350 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model.
0s385ms [pure insertion]
marking any relevant derived attributes for update...10:58:58.350 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:58.350 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:58.351 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model...
10:58:58.351 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:58.351 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:58.351 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model...
10:58:58.354 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model
10:58:58.355 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:58.355 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model
10:58:58.356 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:58.356 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:58:58.356 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:58.356 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:58.357 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model...
10:58:58.357 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:58.357 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:58.357 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model...
10:58:58.357 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model
10:58:58.358 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:58:58.358 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model
10:58:58.358 [pool-24-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:58:58.358 [pool-24-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...10:58:58.358 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:58:58.358 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:58:58.358 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:58:58.358 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:58:58.360 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total)
10:58:58.368 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs
10:58:58.368 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s
attempting to resolve any uninitialized derived attributes...
10:58:58.368 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:58:58.368 [pool-24-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:58:58.368 [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...
10:58:58.368 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s10ms [proxy update]
10:58:58.368 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:58:58.369 [pool-24-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
10:58:58.370 [pool-24-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 409 ms
10:58:58.374 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:58.375 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2059044524425406611/test_forwardRefs[OrientDB]
10:58:58.377 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:58.377 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2059044524425406611/test_forwardRefs[OrientDB]
10:58:58.379 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:58.379 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2059044524425406611/test_forwardRefs[OrientDB]
10:58:58.381 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:58:58.381 [pool-24-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2059044524425406611/test_forwardRefs[OrientDB]
10:58:58.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:58:58.383 [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
10:58:58.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:58.385 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:58:58.490 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:58:58 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_forwardRefs[OrientDB]}} Storage 'plocal:/tmp/junit2059044524425406611/test_forwardRefs[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit16873990962358079618/test_allContents[OrientDB]
Jun 15, 2022 10:58:58 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit16873990962358079618/test_allContents[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:58:59.497 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:58:59.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:59.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:58:59.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:59.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:59.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:58:59.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:58:59.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:58:59.499 [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!
10:58:59.499 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:59.500 [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
10:58:59.500 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
10:58:59.502 [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
10:58:59.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:58:59.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:58:59.522 [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
10:58:59.645 [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)]
10:58:59.670 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
10:58:59.671 [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
10:58:59.671 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
10:58:59.673 [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
10:58:59.673 [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
10:58:59.673 [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
10:58:59.673 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
10:58:59.673 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
10:58:59.673 [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
10:58:59.675 [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
10:58:59.675 [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
10:58:59.677 [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
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:58:59.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:58:59.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
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:58:59.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
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:58:59.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
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:58:59.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[]
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:58:59.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
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:58:59.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
10:58:59.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
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:58:59.689 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:58:59.703 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
10:58:59.703 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:58:59.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/set0-reduced/:org.eclipse.hawk.localfolder.LocalFolder:false
10:58:59.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:58:59.776 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:58:59.786 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:58:59.787 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:58:59.787 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:58:59.869 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:58:59.870 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:58:59.870 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:58:59.870 [pool-25-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)]
10:59:00.053 [pool-25-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)]
10:59:01.752 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
10:59:01.752 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:02.561 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
10:59:02.561 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi.
2s692ms [pure insertion]
marking any relevant derived attributes for update...10:59:02.561 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:02.561 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:02.561 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:02.561 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:04.508 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:04.508 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.947s
attempting to resolve any uninitialized derived attributes...
10:59:04.508 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:04.508 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:04.509 [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...
10:59:04.509 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s948ms [proxy update]
10:59:04.509 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:04.509 [pool-25-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
10:59:05.552 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 775 ms
10:59:05.639 [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
10:59:05.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:05.641 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:05.654 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:05.655 [pool-25-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/
10:59:05.655 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:05.655 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:05.744 [pool-25-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...
10:59:05.744 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:05.744 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:05.744 [pool-25-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...
10:59:05.744 [pool-25-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
10:59:06.881 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
10:59:06.881 [pool-25-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
10:59:07.473 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
10:59:07.473 [pool-25-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.
1s729ms [pure insertion]
marking any relevant derived attributes for update...10:59:07.473 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:07.473 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:07.538 [pool-25-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...
10:59:07.538 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:07.538 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:07.538 [pool-25-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...
10:59:07.538 [pool-25-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
10:59:07.539 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:07.539 [pool-25-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
10:59:07.539 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:07.539 [pool-25-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...10:59:07.539 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:07.539 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:07.548 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:07.549 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:07.549 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:07.549 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:07.549 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:07.549 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:07.549 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:07.550 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:07.550 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:59:07.550 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:07.550 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:07.557 [pool-25-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...
10:59:07.557 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:07.557 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:07.557 [pool-25-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...
10:59:07.562 [pool-25-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
10:59:07.562 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:07.562 [pool-25-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
10:59:07.563 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:07.563 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:59:07.563 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:07.563 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:07.571 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:07.571 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:07.571 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:07.571 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:07.571 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:07.572 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:07.572 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:07.572 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:07.572 [pool-25-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...10:59:07.572 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:07.572 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:07.643 [pool-25-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...
10:59:07.643 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:07.643 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:07.643 [pool-25-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...
10:59:07.644 [pool-25-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
10:59:07.644 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:07.644 [pool-25-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
10:59:07.644 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:07.644 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:59:07.645 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:07.645 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:07.653 [pool-25-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...
10:59:07.653 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:07.653 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:07.653 [pool-25-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...
10:59:07.653 [pool-25-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
10:59:07.654 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:59:07.654 [pool-25-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
10:59:07.656 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:59:07.656 [pool-25-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...10:59:07.656 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:07.656 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:07.746 [pool-25-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...
10:59:07.746 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:07.746 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:07.746 [pool-25-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...
10:59:07.746 [pool-25-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
10:59:08.486 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
10:59:08.486 [pool-25-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
10:59:08.752 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
10:59:08.752 [pool-25-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.
1s6ms [pure insertion]
marking any relevant derived attributes for update...10:59:08.752 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:08.752 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:08.759 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:08.759 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:08.759 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:08.759 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi...
10:59:08.759 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi
10:59:08.760 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
10:59:08.760 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:08.760 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:08.760 [pool-25-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...10:59:08.760 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:08.760 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:08.767 [pool-25-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...
10:59:08.768 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:08.768 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:08.768 [pool-25-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...
10:59:08.768 [pool-25-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
10:59:08.768 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:08.768 [pool-25-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
10:59:08.769 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:08.769 [pool-25-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...10:59:08.769 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:08.769 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:08.837 [pool-25-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...
10:59:08.837 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:08.837 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:08.837 [pool-25-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...
10:59:08.838 [pool-25-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
10:59:09.063 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
10:59:09.064 [pool-25-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
10:59:09.150 [pool-25-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
10:59:09.150 [pool-25-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.
0s313ms [pure insertion]
marking any relevant derived attributes for update...10:59:09.150 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:09.150 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:09.150 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:09.150 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:10.239 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
10:59:10.309 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
10:59:10.309 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.159s
attempting to resolve any uninitialized derived attributes...
10:59:10.309 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:10.309 [pool-25-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:10.309 [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...
10:59:10.309 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s159ms [proxy update]
10:59:10.309 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:10.310 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~4s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
10:59:11.181 [pool-25-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 5 s 540 ms
10:59:11.181 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16873990962358079618/test_allContents[OrientDB]
10:59:11.207 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16873990962358079618/test_allContents[OrientDB]
10:59:11.281 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16873990962358079618/test_allContents[OrientDB]
10:59:11.441 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16873990962358079618/test_allContents[OrientDB]
10:59:11.468 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16873990962358079618/test_allContents[OrientDB]
10:59:11.646 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16873990962358079618/test_allContents[OrientDB]
10:59:11.659 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16873990962358079618/test_allContents[OrientDB]
10:59:11.685 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:11.685 [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
10:59:11.687 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:11.687 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:11.808 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:11 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_allContents[OrientDB]}} Storage 'plocal:/tmp/junit16873990962358079618/test_allContents[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit15229384523411197120/test_subtreeTraversalScoping[OrientDB]
Jun 15, 2022 10:59:11 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit15229384523411197120/test_subtreeTraversalScoping[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:12.774 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:12.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:12.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:12.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:12.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:12.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:12.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:12.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:12.777 [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!
10:59:12.777 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:12.777 [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
10:59:12.777 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:59:12.778 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store
10:59:12.798 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:12.798 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:12.801 [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
10:59:12.918 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:12.918 [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)]
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:12.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:12.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:12.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:12.952 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
10:59:12.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
10:59:12.953 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
10:59:12.954 [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
10:59:12.955 [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
10:59:12.955 [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
10:59:12.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
10:59:12.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
10:59:12.956 [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
10:59:12.957 [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
10:59:12.957 [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
10:59:12.958 [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
10:59:12.986 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
10:59:12.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:13.089 [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
10:59:13.091 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:13.091 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:13.138 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:13.139 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:13.139 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:13.176 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:13.177 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:13.177 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:13.177 [pool-26-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)]
10:59:13.380 [pool-26-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)]
10:59:14.743 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
10:59:14.743 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:15.198 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
10:59:15.198 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi.
2s23ms [pure insertion]
marking any relevant derived attributes for update...10:59:15.198 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:15.198 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:15.198 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:15.198 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.358s
attempting to resolve any uninitialized derived attributes...
10:59:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:16.556 [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...
10:59:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s358ms [proxy update]
10:59:16.556 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:16.557 [pool-26-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
10:59:16.980 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 889 ms
10:59:17.056 [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
10:59:17.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:17.058 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:17.071 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:17.071 [pool-26-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/
10:59:17.071 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:17.071 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:17.080 [pool-26-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...
10:59:17.081 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.081 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.081 [pool-26-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...
10:59:17.081 [pool-26-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
10:59:17.082 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:17.082 [pool-26-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
10:59:17.228 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:17.228 [pool-26-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.
0s148ms [pure insertion]
marking any relevant derived attributes for update...10:59:17.228 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.228 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.242 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:17.242 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.242 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.242 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi...
10:59:17.242 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi
10:59:17.242 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
10:59:17.242 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:17.243 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:17.243 [pool-26-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...10:59:17.243 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.243 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.250 [pool-26-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...
10:59:17.250 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.250 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.250 [pool-26-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...
10:59:17.255 [pool-26-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
10:59:17.256 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:17.256 [pool-26-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
10:59:17.256 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:17.256 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi.
0s6ms [pure insertion]
marking any relevant derived attributes for update...10:59:17.256 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.256 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.262 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:17.262 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.262 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.262 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:17.263 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:17.263 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:17.263 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:17.263 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:17.263 [pool-26-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...10:59:17.263 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.263 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.274 [pool-26-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...
10:59:17.274 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.274 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.274 [pool-26-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...
10:59:17.274 [pool-26-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
10:59:17.479 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
10:59:17.479 [pool-26-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
10:59:17.557 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
10:59:17.557 [pool-26-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.
0s283ms [pure insertion]
marking any relevant derived attributes for update...10:59:17.557 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.557 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.563 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:17.563 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.563 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.563 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:17.563 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:17.564 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:17.564 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:17.564 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:17.564 [pool-26-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...10:59:17.564 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.564 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.570 [pool-26-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...
10:59:17.571 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.571 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.571 [pool-26-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...
10:59:17.571 [pool-26-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
10:59:17.572 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:59:17.572 [pool-26-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
10:59:17.574 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:59:17.574 [pool-26-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...10:59:17.574 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.574 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.579 [pool-26-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...
10:59:17.579 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.579 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.579 [pool-26-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...
10:59:17.642 [pool-26-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
10:59:17.643 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:17.643 [pool-26-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
10:59:17.643 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:17.643 [pool-26-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.
0s64ms [pure insertion]
marking any relevant derived attributes for update...10:59:17.643 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.643 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.648 [pool-26-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...
10:59:17.649 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.649 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.649 [pool-26-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...
10:59:17.649 [pool-26-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
10:59:17.649 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:17.649 [pool-26-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
10:59:17.650 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:17.650 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:59:17.650 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:17.650 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:17.665 [pool-26-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...
10:59:17.665 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:17.665 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:17.665 [pool-26-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...
10:59:17.665 [pool-26-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
10:59:18.349 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
10:59:18.349 [pool-26-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
10:59:18.466 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
10:59:18.466 [pool-26-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.
0s801ms [pure insertion]
marking any relevant derived attributes for update...10:59:18.466 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:18.466 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:18.484 [pool-26-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...
10:59:18.484 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:18.484 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:18.484 [pool-26-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...
10:59:18.484 [pool-26-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
10:59:19.245 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
10:59:19.246 [pool-26-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
10:59:19.395 [pool-26-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
10:59:19.395 [pool-26-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.
0s911ms [pure insertion]
marking any relevant derived attributes for update...10:59:19.395 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:19.395 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:19.395 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:19.395 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:20.332 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
10:59:20.457 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
10:59:20.457 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.062s
attempting to resolve any uninitialized derived attributes...
10:59:20.457 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:20.457 [pool-26-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:20.457 [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...
10:59:20.457 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s62ms [proxy update]
10:59:20.457 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:20.457 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~3s
validating changes...
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
10:59:21.170 [pool-26-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 112 ms
10:59:21.170 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:59:21.170 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15229384523411197120/test_subtreeTraversalScoping[OrientDB]
10:59:21.172 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED
10:59:21.172 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit15229384523411197120/test_subtreeTraversalScoping[OrientDB]
10:59:21.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:21.186 [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
10:59:21.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:21.188 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:21.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:21 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_subtreeTraversalScoping[OrientDB]}} Storage 'plocal:/tmp/junit15229384523411197120/test_subtreeTraversalScoping[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit5181700811982126722/test_getAllOf[OrientDB]
Jun 15, 2022 10:59:21 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit5181700811982126722/test_getAllOf[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:22.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:22.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:22.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:22.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:22.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:22.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:22.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:22.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:22.326 [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!
10:59:22.326 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:22.327 [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
10:59:22.327 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:59:22.328 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store
10:59:22.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:22.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:22.349 [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
10:59:22.480 [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
10:59:22.480 [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
10:59:22.480 [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
10:59:22.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:22.480 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:22.480 [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)]
10:59:22.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
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:22.506 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:22.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:22.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:22.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:22.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:22.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:22.509 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
10:59:22.509 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
10:59:22.510 [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
10:59:22.510 [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
10:59:22.512 [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
10:59:22.513 [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
10:59:22.531 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
10:59:22.532 [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
10:59:22.533 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
10:59:22.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
10:59:22.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:22.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/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:22.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:22.661 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:22.671 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:22.672 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:22.672 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:22.741 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:22.742 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:22.742 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:22.742 [pool-27-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)]
10:59:22.921 [pool-27-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)]
10:59:23.882 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
10:59:23.882 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:24.242 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
10:59:24.242 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s501ms [pure insertion]
marking any relevant derived attributes for update...10:59:24.242 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:24.242 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:24.242 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:24.242 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:25.395 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:25.395 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.153s
attempting to resolve any uninitialized derived attributes...
10:59:25.395 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:25.395 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:25.395 [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...
10:59:25.395 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s153ms [proxy update]
10:59:25.395 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:25.395 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /set0.xmi
sync metrics:
interesting	1
deleted		0
changed		1
loaded		1
c elems		5353
d elems		0
time		~2s
validating changes...
changed resource size: 5353
relevant graph size: 5353
validated changes... true
10:59:25.894 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 232 ms
10:59:25.979 [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
10:59:25.981 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:25.981 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:25.993 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:25.993 [pool-27-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/
10:59:25.994 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:25.994 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:25.999 [pool-27-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...
10:59:25.999 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:25.999 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:25.999 [pool-27-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...
10:59:25.999 [pool-27-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
10:59:26.000 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:26.000 [pool-27-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
10:59:26.131 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:26.131 [pool-27-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.
0s132ms [pure insertion]
marking any relevant derived attributes for update...10:59:26.132 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:59:26.132 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:59:26.137 [pool-27-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...
10:59:26.137 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.137 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.137 [pool-27-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...
10:59:26.138 [pool-27-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
10:59:26.138 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:26.138 [pool-27-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
10:59:26.138 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:26.139 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:59:26.139 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:26.139 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:26.144 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:26.144 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.144 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.144 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi...
10:59:26.144 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi
10:59:26.145 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
10:59:26.145 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:26.145 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:26.145 [pool-27-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...10:59:26.145 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:26.145 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:26.151 [pool-27-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...
10:59:26.151 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.151 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.151 [pool-27-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...
10:59:26.152 [pool-27-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
10:59:26.152 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:59:26.153 [pool-27-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
10:59:26.154 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:59:26.154 [pool-27-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...10:59:26.154 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:26.154 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:26.160 [pool-27-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...
10:59:26.160 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.160 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.160 [pool-27-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...
10:59:26.160 [pool-27-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
10:59:26.160 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:26.161 [pool-27-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
10:59:26.161 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:26.161 [pool-27-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...10:59:26.161 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:26.161 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:26.166 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:26.166 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.166 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.166 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:26.167 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:26.168 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:26.168 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:26.168 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:26.168 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:59:26.168 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:26.168 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:26.176 [pool-27-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...
10:59:26.176 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.176 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.176 [pool-27-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...
10:59:26.176 [pool-27-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
10:59:26.443 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
10:59:26.443 [pool-27-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
10:59:26.473 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
10:59:26.473 [pool-27-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.
0s297ms [pure insertion]
marking any relevant derived attributes for update...10:59:26.473 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:26.473 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:26.540 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:26.540 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.540 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.540 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:26.540 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:26.541 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:26.541 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:26.541 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:26.541 [pool-27-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...10:59:26.541 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:26.541 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:26.557 [pool-27-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...
10:59:26.557 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:26.557 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:26.557 [pool-27-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...
10:59:26.558 [pool-27-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
10:59:27.355 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
10:59:27.355 [pool-27-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
10:59:27.549 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
10:59:27.549 [pool-27-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.
0s992ms [pure insertion]
marking any relevant derived attributes for update...10:59:27.549 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:27.549 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:27.555 [pool-27-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...
10:59:27.555 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:27.555 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:27.555 [pool-27-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...
10:59:27.555 [pool-27-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
10:59:27.556 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:27.556 [pool-27-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
10:59:27.556 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:27.556 [pool-27-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...10:59:27.556 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:27.556 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:27.570 [pool-27-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...
10:59:27.570 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:27.570 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:27.570 [pool-27-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...
10:59:27.574 [pool-27-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
10:59:28.082 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
10:59:28.082 [pool-27-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
10:59:28.207 [pool-27-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
10:59:28.207 [pool-27-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.
0s637ms [pure insertion]
marking any relevant derived attributes for update...10:59:28.207 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:28.207 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:28.207 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:28.207 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:29.062 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
10:59:29.152 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
10:59:29.152 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.945s
attempting to resolve any uninitialized derived attributes...
10:59:29.152 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:29.152 [pool-27-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:29.152 [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...
10:59:29.152 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s945ms [proxy update]
10:59:29.152 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:29.153 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
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/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
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 /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
10:59:29.755 [pool-27-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 774 ms
10:59:29.755 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5181700811982126722/test_getAllOf[OrientDB]
10:59:29.758 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5181700811982126722/test_getAllOf[OrientDB]
10:59:29.937 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5181700811982126722/test_getAllOf[OrientDB]
10:59:29.950 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5181700811982126722/test_getAllOf[OrientDB]
10:59:30.024 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5181700811982126722/test_getAllOf[OrientDB]
10:59:30.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType...
10:59:30.025 [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);
10:59:30.037 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType
10:59:30.037 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
10:59:30.076 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
10:59:30.462 [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)
10:59:30.462 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.425s
10:59:30.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType.
10:59:30.463 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:30.463 [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
10:59:30.465 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:30.465 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:30.505 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:30 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOf[OrientDB]}} Storage 'plocal:/tmp/junit5181700811982126722/test_getAllOf[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit3372004148742401801/test_getFiles[OrientDB]
Jun 15, 2022 10:59:30 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit3372004148742401801/test_getFiles[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:31.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:31.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:31.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:31.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:31.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:31.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:31.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:31.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:31.495 [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!
10:59:31.495 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:31.496 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
10:59:31.496 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
changed resource size: 0
relevant graph size: 0
validated changes... true
10:59:31.497 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store
10:59:31.512 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:31.512 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:31.514 [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
10:59:31.645 [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)]
10:59:31.676 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
10:59:31.676 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
10:59:31.677 [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
10:59:31.678 [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
10:59:31.678 [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
10:59:31.679 [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
10:59:31.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:31.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:31.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
10:59:31.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:31.695 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:31.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
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:31.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
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:31.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
10:59:31.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
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:31.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
10:59:31.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
10:59:31.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
10:59:31.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
10:59:31.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
10:59:31.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
10:59:31.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
10:59:31.696 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:31.697 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:31.709 [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
10:59:31.709 [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
10:59:31.709 [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
10:59:31.709 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
10:59:31.709 [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
10:59:31.710 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
10:59:31.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
10:59:31.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:31.793 [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
10:59:31.795 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:31.795 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:31.804 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:31.805 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:31.805 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:31.869 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:31.871 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:31.871 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:31.871 [pool-28-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)]
10:59:32.034 [pool-28-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)]
10:59:32.969 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 5353 M->MM REFERENCES! (took ~13134sec)
10:59:32.969 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:33.647 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec)
10:59:33.647 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi.
1s778ms [pure insertion]
marking any relevant derived attributes for update...10:59:33.647 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:59:33.648 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:59:33.648 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:33.648 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:34.796 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:34.796 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.148s
attempting to resolve any uninitialized derived attributes...
10:59:34.796 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:34.796 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:34.796 [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...
10:59:34.796 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s148ms [proxy update]
10:59:34.796 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:34.796 [pool-28-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
10:59:35.282 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 487 ms
10:59:35.340 [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
10:59:35.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:35.341 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:35.353 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:35.354 [pool-28-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/
10:59:35.354 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:35.354 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:35.359 [pool-28-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...
10:59:35.359 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:35.359 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:35.359 [pool-28-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...
10:59:35.360 [pool-28-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
10:59:35.360 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:59:35.360 [pool-28-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
10:59:35.512 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:59:35.512 [pool-28-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.
0s153ms [pure insertion]
marking any relevant derived attributes for update...10:59:35.512 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:35.512 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:35.525 [pool-28-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...
10:59:35.525 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:35.525 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:35.525 [pool-28-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...
10:59:35.525 [pool-28-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
10:59:35.897 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
10:59:35.897 [pool-28-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
10:59:36.007 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
10:59:36.007 [pool-28-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.
0s482ms [pure insertion]
marking any relevant derived attributes for update...10:59:36.007 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.007 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:36.039 [pool-28-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...
10:59:36.039 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:36.039 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:36.039 [pool-28-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...
10:59:36.040 [pool-28-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
10:59:36.040 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:36.040 [pool-28-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
10:59:36.040 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:36.040 [pool-28-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...10:59:36.040 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.040 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:36.061 [pool-28-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...
10:59:36.061 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:36.061 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:36.061 [pool-28-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...
10:59:36.061 [pool-28-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
10:59:36.653 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
10:59:36.653 [pool-28-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
10:59:36.954 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
10:59:36.954 [pool-28-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.
0s893ms [pure insertion]
marking any relevant derived attributes for update...10:59:36.954 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.954 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:36.959 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:36.959 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:36.959 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:36.959 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:36.959 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:36.960 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:36.960 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:36.960 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:36.960 [pool-28-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...10:59:36.960 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.960 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:36.964 [pool-28-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...
10:59:36.964 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:36.964 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:36.964 [pool-28-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...
10:59:36.964 [pool-28-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
10:59:36.965 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:36.965 [pool-28-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
10:59:36.965 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:36.965 [pool-28-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...10:59:36.965 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.965 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:36.970 [pool-28-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...
10:59:36.970 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:36.970 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:36.970 [pool-28-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...
10:59:36.976 [pool-28-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
10:59:36.976 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:36.976 [pool-28-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
10:59:36.977 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:36.977 [pool-28-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.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:59:36.977 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.977 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:36.981 [pool-28-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...
10:59:36.981 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:36.981 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:36.981 [pool-28-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...
10:59:36.982 [pool-28-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
10:59:36.982 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:36.982 [pool-28-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
10:59:36.982 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:36.982 [pool-28-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...10:59:36.982 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.982 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:36.987 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:36.987 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:36.987 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:36.987 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:36.987 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:36.988 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:36.988 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:36.988 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:36.988 [pool-28-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...10:59:36.988 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:36.988 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:37.043 [pool-28-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...
10:59:37.043 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:37.043 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:37.043 [pool-28-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...
10:59:37.043 [pool-28-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
10:59:37.159 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
10:59:37.159 [pool-28-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
10:59:37.179 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
10:59:37.179 [pool-28-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.
0s136ms [pure insertion]
marking any relevant derived attributes for update...10:59:37.179 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:37.179 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:37.184 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:37.184 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:37.184 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:37.184 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi...
10:59:37.184 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi
10:59:37.184 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
10:59:37.184 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:37.185 [pool-28-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:37.185 [pool-28-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...10:59:37.185 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:37.185 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:37.185 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:37.185 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:38.126 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
10:59:38.245 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
10:59:38.245 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.06s
attempting to resolve any uninitialized derived attributes...
10:59:38.245 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:38.245 [pool-28-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:38.246 [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...
10:59:38.246 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s61ms [proxy update]
10:59:38.246 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:38.246 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~2s
validating changes...
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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/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 /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /set0.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
10:59:39.169 [pool-28-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 828 ms
10:59:39.170 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3372004148742401801/test_getFiles[OrientDB]
10:59:39.171 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3372004148742401801/test_getFiles[OrientDB]
10:59:39.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:39.241 [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
10:59:39.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:39.242 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:39.347 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:39 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getFiles[OrientDB]}} Storage 'plocal:/tmp/junit3372004148742401801/test_getFiles[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit12519929143728374357/test_getAllOfCountsSubtypes[OrientDB]
Jun 15, 2022 10:59:39 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit12519929143728374357/test_getAllOfCountsSubtypes[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:40.291 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:40.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:40.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:40.292 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:40.292 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:40.292 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:40.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:40.292 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:40.293 [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!
10:59:40.293 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:40.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:59:40.294 [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
10:59:40.295 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
Adding metamodels in: ./resources/metamodels/JDTAST.ecore to store
10:59:40.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:40.310 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:40.312 [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
10:59:40.430 [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)]
10:59:40.449 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes
10:59:40.451 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom
10:59:40.451 [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
10:59:40.454 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes
10:59:40.454 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core
10:59:40.456 [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
10:59:40.456 [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
10:59:40.457 [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
10:59:40.458 [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
10:59:40.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
10:59:40.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
10:59:40.474 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:40.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
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:40.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
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:40.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
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:40.475 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:40.476 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:40.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
10:59:40.477 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:40.479 [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
10:59:40.479 [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
10:59:40.479 [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
10:59:40.537 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec)
10:59:40.537 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:40.595 [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
10:59:40.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:40.638 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:40.648 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:40.649 [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/
10:59:40.649 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:40.649 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:40.657 [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...
10:59:40.658 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:40.658 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:40.658 [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...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
10:59:40.816 [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
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
10:59:41.055 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 583 M->MM REFERENCES! (took ~1357sec)
10:59:41.055 [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
10:59:41.262 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec)
10:59:41.263 [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.
0s606ms [pure insertion]
marking any relevant derived attributes for update...10:59:41.263 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:41.263 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:41.267 [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...
10:59:41.267 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:41.267 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:41.267 [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...
10:59:41.267 [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
10:59:41.276 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:41.276 [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
10:59:41.276 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:41.276 [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.
0s9ms [pure insertion]
marking any relevant derived attributes for update...10:59:41.276 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:41.276 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:41.281 [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...
10:59:41.281 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:41.281 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:41.281 [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...
10:59:41.281 [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
10:59:41.281 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:41.281 [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
10:59:41.282 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:41.282 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:59:41.282 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:41.282 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:41.286 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:41.287 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:41.287 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:41.287 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi...
10:59:41.287 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:41.396 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:41.396 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
10:59:41.396 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:41.396 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi.
0s110ms [pure insertion]
marking any relevant derived attributes for update...10:59:41.397 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:41.397 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:41.408 [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...
10:59:41.408 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:41.408 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:41.408 [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...
10:59:41.408 [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
10:59:42.094 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 2743 M->MM REFERENCES! (took ~6753sec)
10:59:42.094 [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
10:59:42.282 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec)
10:59:42.282 [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.
0s874ms [pure insertion]
marking any relevant derived attributes for update...10:59:42.282 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:42.282 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:42.287 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:42.288 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:42.288 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:42.288 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi...
10:59:42.288 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:42.294 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~3sec)
10:59:42.294 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
10:59:42.294 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:42.294 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:59:42.294 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:42.294 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:42.300 [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...
10:59:42.300 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:42.300 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:42.300 [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...
10:59:42.301 [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
10:59:42.301 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:42.301 [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
10:59:42.302 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:42.302 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:59:42.302 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:42.302 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:42.341 [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...
10:59:42.341 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:42.341 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:42.341 [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...
10:59:42.341 [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
10:59:42.342 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~5sec)
10:59:42.343 [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
10:59:42.348 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec)
10:59:42.348 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi.
0s7ms [pure insertion]
marking any relevant derived attributes for update...10:59:42.348 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:42.348 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:42.354 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi...
10:59:42.354 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:42.354 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:42.354 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi...
10:59:42.354 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi
10:59:42.355 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~1sec)
10:59:42.355 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi
10:59:42.355 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:42.355 [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...10:59:42.356 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:42.356 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:42.371 [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...
10:59:42.371 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:42.371 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:42.372 [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...
10:59:42.372 [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
10:59:43.100 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 2018 M->MM REFERENCES! (took ~5004sec)
10:59:43.100 [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
10:59:43.251 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec)
10:59:43.251 [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.
0s880ms [pure insertion]
marking any relevant derived attributes for update...10:59:43.251 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:43.251 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:43.256 [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...
10:59:43.256 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:43.256 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:43.256 [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...
10:59:43.256 [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
10:59:43.257 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~2sec)
10:59:43.257 [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
10:59:43.257 [pool-29-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:43.257 [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.
0s1ms [pure insertion]
marking any relevant derived attributes for update...10:59:43.257 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:43.257 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:43.257 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:43.257 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:44.802 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total)
10:59:44.865 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs
10:59:44.865 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.608s
attempting to resolve any uninitialized derived attributes...
10:59:44.865 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:44.865 [pool-29-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:44.865 [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...
10:59:44.865 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
1s609ms [proxy update]
10:59:44.866 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
sync metrics:
interesting	11
deleted		0
changed		11
loaded		11
c elems		5353
d elems		0
time		~4s
validating changes...
10:59:44.866 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi
validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi
validating file UPDATED for /set0.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi
validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi
changed resource size: 5353
relevant graph size: 5353
validated changes... true
10:59:45.464 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 826 ms
10:59:45.464 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12519929143728374357/test_getAllOfCountsSubtypes[OrientDB]
10:59:45.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot...
10:59:45.466 [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);
10:59:45.468 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot
10:59:45.469 [main] WARN org.eclipse.hawk.orientdb.OrientDatabase - Warning: premature commit needed to create class V_derivedattribute
set up properties for V_derivedattribute: []
10:59:45.504 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
10:59:45.768 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total)
10:59:45.768 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.3s
10:59:45.768 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot.
10:59:45.769 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12519929143728374357/test_getAllOfCountsSubtypes[OrientDB]
10:59:45.771 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot...
10:59:45.771 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot (isMany=true|isOrdered=false|isUnique=true|type=IPackageFragmentRoot) org.eclipse.hawk.epsilon.emc.EOLQueryEngine#
return self.closure(e|e.eContainers);
10:59:45.772 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot
10:59:45.774 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers);
10:59:45.866 [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)
10:59:45.866 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.094s
10:59:45.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot.
10:59:45.871 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:45.874 [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
10:59:45.874 [pool-29-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms
10:59:45.875 [pool-29-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit12519929143728374357/test_getAllOfCountsSubtypes[OrientDB]
10:59:45.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:45.877 [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
10:59:45.879 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:45.879 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:45.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:45 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_getAllOfCountsSubtypes[OrientDB]}} Storage 'plocal:/tmp/junit12519929143728374357/test_getAllOfCountsSubtypes[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit6935784034283032855/test_addChild[OrientDB]
Jun 15, 2022 10:59:46 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit6935784034283032855/test_addChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:46.937 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:46.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:46.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:46.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:46.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:46.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:46.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:46.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:46.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer!
10:59:46.940 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:46.941 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:59:46.941 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
sync metrics:
interesting	0
deleted		0
changed		0
loaded		0
c elems		0
d elems		0
time		~0s
validating changes...
changed resource size: 0
relevant graph size: 0
validated changes... true
10:59:46.942 [pool-30-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
10:59:46.944 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:46.944 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:46.945 [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
10:59:47.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
10:59:47.077 [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)]
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:47.098 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:47.099 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:47.103 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
10:59:47.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:47.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
10:59:47.105 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:47.105 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:47.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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[]
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName
10:59:47.137 [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
10:59:47.137 [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[]
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger
10:59:47.137 [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
10:59:47.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [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
10:59:47.137 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
10:59:47.137 [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
10:59:47.137 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
10:59:47.138 [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
10:59:47.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [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
10:59:47.138 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
10:59:47.138 [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
10:59:47.138 [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
10:59:47.141 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
10:59:47.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:47.141 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:59:47.141 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:47.141 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:47.143 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:59:47.144 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
10:59:47.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:47.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit16229390771827655838/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:47.208 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:47.208 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:47.209 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:47.210 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:47.210 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:47.211 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:47.212 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:47.212 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:47.212 [pool-30-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)]
10:59:47.396 [pool-30-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)]
10:59:47.499 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:59:47.499 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:47.501 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:59:47.501 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s290ms [pure insertion]
marking any relevant derived attributes for update...10:59:47.501 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:47.501 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:47.501 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:47.501 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:47.502 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:47.502 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:59:47.502 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:47.502 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:47.502 [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...
10:59:47.502 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
10:59:47.503 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:47.503 [pool-30-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
10:59:47.503 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 295 ms
Copied ./resources/models/changed-trees/add-child.model over /tmp/junit16229390771827655838/tree.model
10:59:47.504 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:47.505 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:47.505 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:47.505 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:47.506 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:47.506 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:47.506 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store
10:59:47.506 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0
10:59:47.506 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
10:59:47.507 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model...
10:59:47.507 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
10:59:47.508 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
10:59:47.510 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model
10:59:47.510 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~0sec)
10:59:47.510 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:47.511 [pool-30-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec)
10:59:47.511 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model.
0s5ms [pure insertion]
marking any relevant derived attributes for update...10:59:47.511 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:47.511 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:47.511 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:47.511 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:47.512 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:47.512 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:59:47.512 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:47.512 [pool-30-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:47.512 [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...
10:59:47.512 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
10:59:47.513 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:47.513 [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		3
d elems		2
time		~0s
validating changes...
validating file UPDATED for /tree.model
changed resource size: 3
relevant graph size: 3
validated changes... true
10:59:47.513 [pool-30-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms
10:59:47.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:47.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit16229390771827655838/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:47.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:47.516 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:47.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:47 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addChild[OrientDB]}} Storage 'plocal:/tmp/junit6935784034283032855/test_addChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit8150781278142206775/test_addModel[OrientDB]
Jun 15, 2022 10:59:47 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit8150781278142206775/test_addModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:48.567 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:48.568 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:48.568 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:48.568 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:48.568 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:48.568 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:48.568 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:48.568 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:48.569 [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!
10:59:48.569 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:48.570 [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
10:59:48.569 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:59:48.570 [pool-31-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
10:59:48.572 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:48.572 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:48.573 [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
10:59:48.708 [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)]
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:48.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:48.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:48.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:48.748 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
10:59:48.748 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:48.748 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
10:59:48.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:48.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:48.751 [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
10:59:48.751 [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
10:59:48.751 [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
10:59:48.751 [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[]
10:59:48.751 [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
10:59:48.751 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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[]
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.752 [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
10:59:48.753 [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
10:59:48.753 [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
10:59:48.753 [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
10:59:48.753 [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
10:59:48.753 [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
10:59:48.753 [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
10:59:48.753 [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
10:59:48.753 [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
10:59:48.756 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
10:59:48.756 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:48.756 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:59:48.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:48.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:48.758 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:59:48.762 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
10:59:48.762 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:48.828 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3509730185022201938/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:48.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:48.829 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:48.830 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:48.830 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:48.830 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:48.830 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:48.830 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:48.832 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:48.832 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s
attempting to resolve any uninitialized derived attributes...
10:59:48.832 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:48.832 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:48.832 [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...
10:59:48.832 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
10:59:48.833 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:48.833 [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
10:59:48.834 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms
10:59:48.834 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:48.835 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:48.835 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:48.835 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:48.836 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:48.842 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:48.842 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:48.842 [pool-31-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)]
10:59:48.986 [pool-31-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)]
10:59:49.090 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:59:49.090 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:49.092 [pool-31-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:59:49.092 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s256ms [pure insertion]
marking any relevant derived attributes for update...10:59:49.092 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:49.092 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:49.092 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:49.092 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:49.093 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:49.093 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:59:49.093 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:49.093 [pool-31-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:49.093 [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...
10:59:49.093 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
10:59:49.094 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:49.094 [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		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
10:59:49.094 [pool-31-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 260 ms
10:59:49.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:49.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit3509730185022201938/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:49.097 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:49.097 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:49.166 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:49 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_addModel[OrientDB]}} Storage 'plocal:/tmp/junit8150781278142206775/test_addModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit690174608776272724/test_renameRoot[OrientDB]
Jun 15, 2022 10:59:49 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit690174608776272724/test_renameRoot[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:50.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:50.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:50.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:50.116 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:50.116 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:50.117 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:50.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:50.117 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:50.117 [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!
10:59:50.117 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:50.118 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:59:50.118 [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
10:59:50.119 [pool-32-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
10:59:50.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:50.120 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:50.121 [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
10:59:50.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)]
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:50.295 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:50.296 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:50.300 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
10:59:50.300 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:50.300 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
10:59:50.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:50.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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[]
10:59:50.303 [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
10:59:50.303 [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
10:59:50.303 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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[]
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
10:59:50.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.304 [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
10:59:50.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
10:59:50.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:50.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:59:50.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:50.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:50.316 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:59:50.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
10:59:50.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:50.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5351565876086882943/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:50.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:50.384 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:50.385 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:50.386 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:50.386 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:50.387 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:50.388 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:50.388 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:50.388 [pool-32-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)]
10:59:50.511 [pool-32-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)]
10:59:50.617 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:59:50.617 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:50.618 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:59:50.618 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s231ms [pure insertion]
marking any relevant derived attributes for update...10:59:50.618 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:59:50.619 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:59:50.619 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:50.619 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:50.619 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:50.619 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:59:50.619 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:50.619 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:50.620 [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...
10:59:50.620 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:59:50.620 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:50.620 [pool-32-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
10:59:50.620 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 236 ms
Copied ./resources/models/changed-trees/rename-root.model over /tmp/junit5351565876086882943/tree.model
10:59:50.621 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:50.621 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:50.622 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:50.622 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:50.622 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:50.622 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:50.622 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store
10:59:50.623 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
10:59:50.623 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
10:59:50.623 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
10:59:50.623 [pool-32-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called
10:59:50.624 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model.
0s2ms [pure insertion]
marking any relevant derived attributes for update...10:59:50.624 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:50.624 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:50.625 [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...
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:50.625 [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		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
10:59:50.625 [pool-32-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms
10:59:50.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:50.627 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit5351565876086882943/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:50.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:50.629 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:50.697 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:50 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameRoot[OrientDB]}} Storage 'plocal:/tmp/junit690174608776272724/test_renameRoot[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit13941250507891009907/test_eContainer[OrientDB]
Jun 15, 2022 10:59:50 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit13941250507891009907/test_eContainer[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:51.719 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:51.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:51.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:51.737 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:51.737 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:51.738 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:51.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:51.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:51.738 [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!
10:59:51.738 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:51.739 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:59:51.740 [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
10:59:51.740 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
10:59:51.742 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:51.742 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:51.742 [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
10:59:51.900 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:51.900 [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)]
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:51.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:51.946 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:51.949 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
10:59:51.949 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:51.949 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
10:59:51.951 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:51.951 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.952 [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
10:59:51.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
10:59:51.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[]
10:59:51.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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.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
10:59:51.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
10:59:51.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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.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
10:59:51.953 [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
10:59:51.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
10:59:51.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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.953 [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[]
10:59:51.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
10:59:51.953 [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
10:59:51.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
10:59:51.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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.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
10:59:51.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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.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
10:59:51.953 [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
10:59:51.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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.953 [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
10:59:51.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
10:59:51.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:51.956 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:59:51.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:51.956 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:51.958 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:59:51.959 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
10:59:51.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:52.018 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit10286229701615020731/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:52.020 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:52.020 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:52.021 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:52.022 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:52.022 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:52.023 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:52.024 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:52.024 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:52.024 [pool-33-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)]
10:59:52.168 [pool-33-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)]
10:59:52.265 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:59:52.265 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:52.267 [pool-33-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:59:52.267 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s244ms [pure insertion]
marking any relevant derived attributes for update...10:59:52.267 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:52.267 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:52.267 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:52.267 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:52.268 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:52.268 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:59:52.268 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:52.268 [pool-33-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:52.268 [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...
10:59:52.268 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:59:52.269 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:52.269 [pool-33-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
10:59:52.269 [pool-33-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 249 ms
property: eContainer not found in metamodel for type: Tree
10:59:52.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:52.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit10286229701615020731/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:52.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:52.273 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:52.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:52 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_eContainer[OrientDB]}} Storage 'plocal:/tmp/junit13941250507891009907/test_eContainer[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit2496092079973346191/test_removeChild[OrientDB]
Jun 15, 2022 10:59:52 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit2496092079973346191/test_removeChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:53.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:53.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:53.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:53.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:53.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:53.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:53.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:53.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:53.315 [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!
10:59:53.316 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:53.317 [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
10:59:53.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:59:53.318 [pool-34-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
10:59:53.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:53.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:53.320 [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
10:59:53.468 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:53.468 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:53.468 [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)]
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:53.497 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:53.498 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:53.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:53.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:53.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:53.499 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:53.502 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
10:59:53.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:53.502 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
10:59:53.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:53.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:53.505 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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
10:59:53.506 [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[]
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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[]
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.507 [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
10:59:53.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
10:59:53.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:53.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:59:53.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:53.510 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:53.513 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:59:53.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
10:59:53.520 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:53.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6024785604069584451/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:53.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:53.584 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:53.585 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:53.586 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:53.586 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:53.587 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:53.588 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:53.588 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:53.588 [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)]
10:59:53.708 [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)]
10:59:53.815 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:59:53.815 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:53.817 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:59:53.817 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s230ms [pure insertion]
marking any relevant derived attributes for update...10:59:53.817 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:53.817 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:53.817 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:53.817 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:53.818 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:53.818 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:59:53.818 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:53.818 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:53.818 [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...
10:59:53.818 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s2ms [proxy update]
10:59:53.819 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:53.819 [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		2
d elems		0
time		~0s
validating changes...
changed resource size: 2
relevant graph size: 2
validated changes... true
10:59:53.819 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 235 ms
Copied ./resources/models/changed-trees/remove-child.model over /tmp/junit6024785604069584451/tree.model
10:59:53.819 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:53.820 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:53.820 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:53.820 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:53.821 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:53.821 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:53.821 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store
10:59:53.821 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0
10:59:53.821 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
10:59:53.821 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model...
10:59:53.821 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model
10:59:53.822 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.001s
10:59:53.823 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model
10:59:53.823 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 1 M->MM REFERENCES! (took ~0sec)
10:59:53.823 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:53.823 [pool-34-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec)
10:59:53.823 [pool-34-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...10:59:53.823 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:53.823 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:53.823 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:53.823 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:53.824 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:53.824 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:59:53.824 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:53.824 [pool-34-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:53.824 [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...
10:59:53.824 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:59:53.824 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:53.824 [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		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
10:59:53.825 [pool-34-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms
10:59:53.825 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:53.825 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit6024785604069584451/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:53.827 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:53.827 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:53.903 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:53 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_removeChild[OrientDB]}} Storage 'plocal:/tmp/junit2496092079973346191/test_removeChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit14616423565598804727/test_renameChild[OrientDB]
Jun 15, 2022 10:59:54 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit14616423565598804727/test_renameChild[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:54.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:54.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:54.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk...
inserting static metamodels of registered metamodel factories to graph:
org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory
10:59:54.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:54.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:54.855 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:54.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:54.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:54.855 [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!
10:59:54.855 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:54.856 [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
10:59:54.856 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
10:59:54.857 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
Adding metamodels in: ./resources/metamodels/Ecore.ecore to store
10:59:54.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:54.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:54.859 [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
10:59:54.996 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:54.996 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:54.996 [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)]
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:55.028 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:55.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:55.030 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:55.041 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec)
10:59:55.041 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:55.041 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/XMLType.ecore to store
10:59:55.042 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:55.042 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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[]
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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
10:59:55.044 [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[]
10:59:55.047 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec)
10:59:55.047 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:55.047 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/metamodels/Tree.ecore to store
10:59:55.047 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:55.047 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:55.049 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore
10:59:55.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec)
10:59:55.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
10:59:55.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7375346800889788850/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:55.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:55.121 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:55.122 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:55.123 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:55.123 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:55.124 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:55.125 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:55.125 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:55.125 [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)]
10:59:55.233 [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)]
10:59:55.325 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 2 M->MM REFERENCES! (took ~0sec)
10:59:55.325 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model
10:59:55.333 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec)
10:59:55.333 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model.
0s209ms [pure insertion]
marking any relevant derived attributes for update...10:59:55.333 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:55.333 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:55.333 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:55.333 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:55.334 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:55.334 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
10:59:55.334 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:55.334 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:55.334 [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...
10:59:55.334 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:59:55.334 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:55.335 [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
10:59:55.335 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 214 ms
Copied ./resources/models/changed-trees/rename-child.model over /tmp/junit7375346800889788850/tree.model
10:59:55.335 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:55.336 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:55.336 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:55.336 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:55.337 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model...
10:59:55.337 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:55.337 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store
10:59:55.337 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5
10:59:55.337 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
10:59:55.337 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model...
10:59:55.337 [pool-35-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called
10:59:55.338 [pool-35-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...10:59:55.338 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:55.339 [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...
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s0ms [proxy update]
10:59:55.339 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:55.339 [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		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
10:59:55.340 [pool-35-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms
10:59:55.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:55.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit7375346800889788850/:org.eclipse.hawk.localfolder.LocalFolder:false
10:59:55.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:55.344 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
10:59:55.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 10:59:55 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_renameChild[OrientDB]}} Storage 'plocal:/tmp/junit14616423565598804727/test_renameChild[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit16920141834209729894/test_upgradeModelProfileVersion[OrientDB]
Jun 15, 2022 10:59:56 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit16920141834209729894/test_upgradeModelProfileVersion[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
10:59:56.984 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
10:59:56.985 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:56.985 [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
10:59:57.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:57.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:57.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
10:59:57.609 [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)]
10:59:57.642 [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
10:59:57.643 [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
10:59:57.644 [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
10:59:57.644 [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
10:59:57.644 [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
10:59:57.646 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
10:59:57.646 [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
10:59:57.646 [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
10:59:57.647 [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
10:59:57.647 [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
10:59:57.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
10:59:57.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
10:59:57.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
10:59:57.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
10:59:57.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
10:59:57.648 [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
10:59:57.648 [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
10:59:57.649 [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
10:59:57.649 [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
10:59:57.650 [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
10:59:57.651 [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
10:59:57.651 [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
10:59:57.657 [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
10:59:57.657 [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
10:59:57.658 [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
10:59:57.658 [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
10:59:57.659 [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
10:59:57.660 [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
10:59:57.660 [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
10:59:57.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
10:59:57.671 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
10:59:57.672 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
10:59:57.673 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
10:59:57.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
10:59:57.675 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
10:59:57.676 [main] 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
10:59:57.676 [main] 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
10:59:57.679 [main] 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
10:59:57.738 [main] 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
10:59:57.743 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
10:59:57.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
10:59:57.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
10:59:57.779 [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
10:59:57.779 [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
10:59:57.781 [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
10:59:57.783 [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
10:59:57.783 [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
10:59:57.783 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
10:59:57.783 [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
10:59:57.785 [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
10:59:57.785 [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
10:59:57.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
10:59:57.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
10:59:57.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
10:59:57.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
10:59:57.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
10:59:57.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
10:59:57.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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[]
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.795 [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
10:59:57.796 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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[]
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.836 [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
10:59:57.837 [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
10:59:57.837 [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
10:59:57.840 [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
10:59:57.840 [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
10:59:57.840 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
10:59:57.840 [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
10:59:57.840 [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
10:59:57.943 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
10:59:57.943 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
10:59:57.963 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
10:59:57.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
10:59:57.964 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:57.965 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:59:57.965 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
10:59:58.138 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
10:59:58.140 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:58.140 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:58.140 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:58.142 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:58.142 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:58.144 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
10:59:58.145 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:58.145 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:58.145 [pool-36-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)]
10:59:58.318 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
10:59:58.352 [pool-36-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)]
10:59:58.650 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
10:59:58.650 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
10:59:58.805 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
10:59:58.805 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s661ms [pure insertion]
marking any relevant derived attributes for update...10:59:58.805 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:58.805 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:58.839 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
10:59:58.839 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:58.839 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:58.839 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
10:59:58.839 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
10:59:59.045 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
10:59:59.045 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
10:59:59.137 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
10:59:59.137 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s298ms [pure insertion]
marking any relevant derived attributes for update...10:59:59.137 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:59.137 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:59.157 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
10:59:59.158 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:59.158 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:59.158 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
10:59:59.158 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
10:59:59.239 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
10:59:59.239 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
10:59:59.246 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
10:59:59.246 [pool-36-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...10:59:59.246 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:59.246 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:59.247 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
10:59:59.248 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:59.248 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:59.248 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
10:59:59.248 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
10:59:59.364 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
10:59:59.364 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
10:59:59.451 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
10:59:59.451 [pool-36-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...10:59:59.451 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:59.451 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:59.452 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:59.452 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:59.565 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
10:59:59.565 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
10:59:59.565 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.113s
attempting to resolve any uninitialized derived attributes...
10:59:59.565 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:59.565 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:59.565 [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...
10:59:59.565 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s113ms [proxy update]
10:59:59.565 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:59.566 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:59:59.566 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 426 ms
10:59:59.566 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
10:59:59.568 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
10:59:59.568 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
10:59:59.572 [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
10:59:59.572 [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
10:59:59.573 [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
10:59:59.574 [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
10:59:59.575 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore
10:59:59.576 [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
10:59:59.576 [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
10:59:59.576 [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
10:59:59.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
10:59:59.637 [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)
10:59:59.747 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit12734460464371690684/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
10:59:59.748 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:59.748 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:59.749 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:59.750 [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...
10:59:59.750 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
10:59:59.750 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:59.751 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:59.751 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:59.751 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:59.754 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml...
10:59:59.755 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:59.755 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
10:59:59.755 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml...
10:59:59.755 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml
10:59:59.773 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
10:59:59.773 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml
10:59:59.778 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
10:59:59.778 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...10:59:59.778 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:59.778 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:59.778 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:59.778 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:59.781 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
10:59:59.781 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
10:59:59.781 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
10:59:59.781 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:59.781 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:59.781 [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...
10:59:59.781 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
10:59:59.782 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:59.782 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:59:59.782 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 34 ms
10:59:59.844 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
10:59:59.845 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
10:59:59.845 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
10:59:59.845 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
10:59:59.848 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml...
10:59:59.848 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
10:59:59.848 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store
10:59:59.856 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
10:59:59.856 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
10:59:59.856 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml...
10:59:59.856 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml
10:59:59.859 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s
10:59:59.863 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml
10:59:59.880 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
10:59:59.880 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml
10:59:59.882 [pool-36-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
10:59:59.936 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml.
0s88ms [pure insertion]
marking any relevant derived attributes for update...10:59:59.936 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
10:59:59.936 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
10:59:59.937 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
10:59:59.937 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
10:59:59.939 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
10:59:59.940 [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...
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s3ms [proxy update]
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
10:59:59.940 [pool-36-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 96 ms
10:59:59.946 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
10:59:59.946 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///tmp/junit12734460464371690684/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
10:59:59.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
10:59:59.947 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:00.100 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:00 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_upgradeModelProfileVersion[OrientDB]}} Storage 'plocal:/tmp/junit16920141834209729894/test_upgradeModelProfileVersion[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit9574254348090784466/test_stereotypeAsModel[OrientDB]
Jun 15, 2022 11:00:00 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit9574254348090784466/test_stereotypeAsModel[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:01.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:01.339 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:01.339 [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
11:00:01.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:01.362 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:01.374 [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
11:00:01.569 [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)]
11:00:01.586 [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
11:00:01.586 [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
11:00:01.586 [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
11:00:01.586 [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
11:00:01.587 [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
11:00:01.588 [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
11:00:01.588 [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
11:00:01.588 [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
11:00:01.588 [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
11:00:01.588 [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
11:00:01.588 [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
11:00:01.589 [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
11:00:01.590 [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
11:00:01.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:01.590 [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
11:00:01.591 [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
11:00:01.592 [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
11:00:01.592 [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
11:00:01.600 [main] 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
11:00:01.601 [main] 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
11:00:01.602 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
11:00:01.603 [main] 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
11:00:01.636 [main] 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
11:00:01.637 [main] 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
11:00:01.638 [main] 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
11:00:01.638 [main] 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
11:00:01.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
11:00:01.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
11:00:01.652 [main] 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
11:00:01.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
11:00:01.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
11:00:01.682 [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
11:00:01.682 [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
11:00:01.682 [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
11:00:01.683 [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
11:00:01.683 [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
11:00:01.685 [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
11:00:01.685 [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
11:00:01.687 [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
11:00:01.745 [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
11:00:01.745 [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
11:00:01.746 [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
11:00:01.746 [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
11:00:01.746 [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
11:00:01.748 [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
11:00:01.748 [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
11:00:01.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
11:00:01.748 [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
11:00:01.749 [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
11:00:01.750 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:01.750 [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
11:00:01.750 [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
11:00:01.750 [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
11:00:01.750 [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
11:00:01.752 [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
11:00:01.752 [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
11:00:01.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
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:01.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
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:01.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:01.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
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:01.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
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:01.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
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:01.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:01.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:01.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:01.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:01.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:01.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:01.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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[]
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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[]
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.756 [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
11:00:01.852 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:01.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:01.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:01.860 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:01.861 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:01.862 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:01.862 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
11:00:01.944 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:01.946 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:01.946 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:01.946 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:01.948 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:01.948 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:01.950 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:01.952 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:01.952 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:01.952 [pool-37-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)]
11:00:02.111 [pool-37-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)]
11:00:02.351 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:02.351 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:02.553 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:02.553 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s603ms [pure insertion]
marking any relevant derived attributes for update...11:00:02.553 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:02.553 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:02.556 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:02.556 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:02.556 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:02.556 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
11:00:02.556 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
11:00:02.650 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:02.650 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:02.652 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:02.652 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s96ms [pure insertion]
marking any relevant derived attributes for update...11:00:02.652 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
11:00:02.653 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
11:00:02.741 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:02.741 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:02.741 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:02.741 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:02.741 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:02.761 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:02.761 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:02.767 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:02.767 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s26ms [pure insertion]
marking any relevant derived attributes for update...11:00:02.767 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:02.767 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:02.769 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:02.769 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:02.769 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:02.769 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
11:00:02.769 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
11:00:02.874 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:02.874 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:02.955 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:02.955 [pool-37-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...11:00:02.955 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:02.955 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:02.956 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:02.956 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:03.057 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:03.058 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:03.058 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.102s
attempting to resolve any uninitialized derived attributes...
11:00:03.058 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:03.058 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:03.058 [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...
11:00:03.058 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s102ms [proxy update]
11:00:03.058 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:03.058 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:03.059 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 112 ms
11:00:03.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:03.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:03.154 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:03.156 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:03.156 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:03.156 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:03.158 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml...
11:00:03.158 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:03.158 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:03.158 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml...
11:00:03.158 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml
11:00:03.660 [pool-37-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind
11:00:03.669 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
11:00:03.669 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml
11:00:03.881 [pool-37-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
11:00:03.881 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml.
0s723ms [pure insertion]
marking any relevant derived attributes for update...11:00:03.881 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:03.881 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:03.882 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:03.882 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:03.939 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total)
11:00:03.944 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs
11:00:03.944 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.062s
attempting to resolve any uninitialized derived attributes...
11:00:03.944 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:03.944 [pool-37-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:03.944 [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...
11:00:03.944 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s63ms [proxy update]
11:00:03.945 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:03.945 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:03.945 [pool-37-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 791 ms
11:00:03.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:03.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:03.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:03.950 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:04.095 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:04 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_stereotypeAsModel[OrientDB]}} Storage 'plocal:/tmp/junit9574254348090784466/test_stereotypeAsModel[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit4816677485472101513/test_localfolderCrosslinks[OrientDB]
Jun 15, 2022 11:00:04 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit4816677485472101513/test_localfolderCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:05.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:05.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:05.439 [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
11:00:05.461 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:05.461 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:05.473 [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
11:00:05.650 [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)]
11:00:05.669 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:05.670 [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
11:00:05.670 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///Ecore_0.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
11:00:05.670 [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
11:00:05.672 [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
11:00:05.672 [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
11:00:05.673 [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
11:00:05.673 [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
11:00:05.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
11:00:05.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
11:00:05.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
11:00:05.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
11:00:05.674 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
11:00:05.674 [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
11:00:05.675 [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
11:00:05.676 [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
11:00:05.676 [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
11:00:05.676 [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
11:00:05.676 [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
11:00:05.677 [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
11:00:05.678 [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
11:00:05.678 [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
11:00:05.686 [main] 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
11:00:05.686 [main] 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
11:00:05.688 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
11:00:05.689 [main] 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
11:00:05.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
11:00:05.690 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
11:00:05.691 [main] 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
11:00:05.691 [main] 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
11:00:05.694 [main] 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
11:00:05.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
11:00:05.744 [main] 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
11:00:05.746 [main] 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
11:00:05.747 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
11:00:05.773 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:05.774 [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
11:00:05.774 [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
11:00:05.774 [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
11:00:05.774 [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
11:00:05.775 [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
11:00:05.775 [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
11:00:05.776 [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
11:00:05.776 [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
11:00:05.776 [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
11:00:05.777 [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
11:00:05.779 [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
11:00:05.779 [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
11:00:05.779 [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
11:00:05.779 [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
11:00:05.780 [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
11:00:05.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
11:00:05.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
11:00:05.782 [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
11:00:05.782 [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
11:00:05.782 [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
11:00:05.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
11:00:05.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:05.783 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:05.784 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:05.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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[]
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.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
11:00:05.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
11:00:05.787 [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
11:00:05.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
11:00:05.787 [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
11:00:05.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
11:00:05.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
11:00:05.787 [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
11:00:05.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
11:00:05.787 [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
11:00:05.787 [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
11:00:05.863 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:05.863 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:05.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:05.872 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:05.872 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:05.873 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:05.873 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
11:00:05.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:05.954 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:05.954 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:05.954 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:05.956 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:05.956 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:05.958 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:05.959 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:05.959 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:05.959 [pool-38-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)]
11:00:06.146 [pool-38-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)]
11:00:06.446 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:06.446 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:06.599 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:06.599 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s641ms [pure insertion]
marking any relevant derived attributes for update...11:00:06.599 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:06.599 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:06.601 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:06.601 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:06.602 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:06.602 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
11:00:06.602 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
11:00:06.743 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:06.743 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:06.773 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:06.773 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s172ms [pure insertion]
marking any relevant derived attributes for update...11:00:06.773 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:06.773 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:06.847 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:06.847 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:06.847 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:06.847 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:06.847 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:06.866 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:06.866 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:06.876 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:06.876 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...11:00:06.876 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
11:00:06.877 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
11:00:06.878 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:06.878 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:06.878 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:06.878 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
11:00:06.878 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
11:00:06.967 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:06.967 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:06.969 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:06.969 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s91ms [pure insertion]
marking any relevant derived attributes for update...11:00:06.969 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:06.969 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:06.969 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:06.969 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:07.092 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.124s
attempting to resolve any uninitialized derived attributes...
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:07.093 [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...
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s124ms [proxy update]
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:07.093 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 139 ms
11:00:07.182 [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/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:07.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:07.183 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:07.186 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:07.186 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:07.186 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:07.187 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
11:00:07.187 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:07.187 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:07.187 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
11:00:07.188 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml
11:00:07.265 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
11:00:07.265 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml
11:00:07.272 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
11:00:07.272 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s85ms [pure insertion]
marking any relevant derived attributes for update...11:00:07.272 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:07.272 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:07.273 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
11:00:07.273 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:07.273 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:07.273 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
11:00:07.273 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml
11:00:07.354 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
11:00:07.354 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml
11:00:07.356 [pool-38-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
11:00:07.356 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s83ms [pure insertion]
marking any relevant derived attributes for update...11:00:07.356 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:07.356 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:07.356 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:07.356 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:07.360 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
11:00:07.444 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
11:00:07.445 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.089s
attempting to resolve any uninitialized derived attributes...
11:00:07.445 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:07.445 [pool-38-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:07.445 [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...
11:00:07.445 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s89ms [proxy update]
11:00:07.445 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:07.445 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:07.445 [pool-38-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 261 ms
11:00:07.445 [pool-38-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4816677485472101513/test_localfolderCrosslinks[OrientDB]
11:00:07.449 [pool-38-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit4816677485472101513/test_localfolderCrosslinks[OrientDB]
11:00:07.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:07.451 [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/crossfile-refs/:org.eclipse.hawk.localfolder.LocalFolder:false
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:07.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:07.453 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:07.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:07 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_localfolderCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit4816677485472101513/test_localfolderCrosslinks[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit7939944211317324439/test_zoo[OrientDB]
Jun 15, 2022 11:00:07 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit7939944211317324439/test_zoo[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:08.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:08.619 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:08.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
11:00:08.639 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:08.639 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:08.651 [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
11:00:08.783 [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)]
11:00:08.814 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:08.815 [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
11:00:08.815 [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
11:00:08.815 [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
11:00:08.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
11:00:08.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
11:00:08.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
11:00:08.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
11:00:08.817 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
11:00:08.817 [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
11:00:08.817 [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
11:00:08.837 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:08.837 [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
11:00:08.837 [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
11:00:08.838 [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
11:00:08.838 [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
11:00:08.839 [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
11:00:08.839 [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
11:00:08.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
11:00:08.949 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
11:00:08.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
11:00:08.951 [main] 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
11:00:08.952 [main] 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
11:00:08.952 [main] 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
11:00:08.953 [main] 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
11:00:08.953 [main] 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
11:00:08.955 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
11:00:08.961 [main] 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
11:00:08.964 [main] 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
11:00:08.966 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
11:00:08.967 [main] 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
11:00:09.045 [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
11:00:09.045 [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
11:00:09.046 [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
11:00:09.046 [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
11:00:09.046 [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
11:00:09.046 [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
11:00:09.047 [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
11:00:09.048 [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
11:00:09.048 [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
11:00:09.048 [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
11:00:09.048 [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
11:00:09.049 [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
11:00:09.050 [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
11:00:09.050 [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
11:00:09.050 [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
11:00:09.050 [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
11:00:09.051 [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
11:00:09.063 [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
11:00:09.063 [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
11:00:09.065 [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
11:00:09.067 [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
11:00:09.067 [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
11:00:09.068 [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
11:00:09.068 [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
11:00:09.068 [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
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:09.069 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:09.070 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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[]
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.072 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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[]
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.073 [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
11:00:09.139 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:09.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:09.146 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:09.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:09.147 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:09.148 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:09.148 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
11:00:09.166 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:09.168 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:09.168 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:09.168 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:09.170 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:09.170 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:09.171 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:09.172 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:09.172 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:09.172 [pool-39-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)]
11:00:09.360 [pool-39-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)]
11:00:09.549 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:09.549 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:09.754 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:09.754 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s583ms [pure insertion]
marking any relevant derived attributes for update...11:00:09.754 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:09.754 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:09.771 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:09.771 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:09.771 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:09.771 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:09.771 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:09.841 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:09.841 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:09.847 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:09.847 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s76ms [pure insertion]
marking any relevant derived attributes for update...11:00:09.847 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:09.847 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:09.848 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:09.848 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:09.848 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:09.848 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
11:00:09.849 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
11:00:09.951 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:09.951 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:09.978 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:09.978 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s130ms [pure insertion]
marking any relevant derived attributes for update...11:00:09.978 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:09.978 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:09.979 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:09.979 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:09.979 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:09.979 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
11:00:09.980 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
11:00:10.060 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:10.060 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:10.061 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:10.061 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s82ms [pure insertion]
marking any relevant derived attributes for update...11:00:10.061 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:10.061 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:10.061 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:10.062 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:10.159 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.098s
attempting to resolve any uninitialized derived attributes...
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:10.160 [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...
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s98ms [proxy update]
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:10.160 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 992 ms
11:00:10.257 [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
11:00:10.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:10.258 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:10.260 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:10.260 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:10.260 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:10.261 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml...
11:00:10.261 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:10.261 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:10.261 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml...
11:00:10.261 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml
11:00:10.280 [pool-39-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind
11:00:10.283 [pool-39-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind
11:00:10.283 [pool-39-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind
11:00:10.288 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
11:00:10.288 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml
11:00:10.346 [pool-39-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
11:00:10.346 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml.
0s85ms [pure insertion]
marking any relevant derived attributes for update...11:00:10.346 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:10.346 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:10.347 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:10.347 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:10.351 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total)
11:00:10.356 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs
11:00:10.356 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s
attempting to resolve any uninitialized derived attributes...
11:00:10.356 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:10.356 [pool-39-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:10.356 [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...
11:00:10.356 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s9ms [proxy update]
11:00:10.357 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:10.357 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:10.357 [pool-39-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 99 ms
11:00:10.365 [pool-39-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7939944211317324439/test_zoo[OrientDB]
11:00:10.369 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:10.369 [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
11:00:10.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:10.371 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:10.522 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:10 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_zoo[OrientDB]}} Storage 'plocal:/tmp/junit7939944211317324439/test_zoo[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit15053814315090027394/test_indexLibraries[OrientDB]
Jun 15, 2022 11:00:10 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit15053814315090027394/test_indexLibraries[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:11.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:11.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:11.442 [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
11:00:11.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:11.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:11.477 [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
11:00:11.660 [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)]
11:00:11.694 [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
11:00:11.694 [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
11:00:11.695 [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
11:00:11.695 [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
11:00:11.695 [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
11:00:11.696 [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
11:00:11.696 [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
11:00:11.696 [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
11:00:11.696 [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
11:00:11.696 [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
11:00:11.697 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:11.697 [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
11:00:11.697 [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
11:00:11.697 [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
11:00:11.698 [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
11:00:11.698 [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
11:00:11.705 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
11:00:11.706 [main] 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
11:00:11.706 [main] 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
11:00:11.707 [main] 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
11:00:11.709 [main] 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
11:00:11.709 [main] 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
11:00:11.709 [main] 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
11:00:11.736 [main] 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
11:00:11.738 [main] 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
11:00:11.744 [main] 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
11:00:11.748 [main] 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
11:00:11.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
11:00:11.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
11:00:11.879 [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
11:00:11.879 [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
11:00:11.881 [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
11:00:11.882 [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
11:00:11.883 [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
11:00:11.883 [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
11:00:11.883 [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
11:00:11.883 [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
11:00:11.884 [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
11:00:11.885 [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
11:00:11.885 [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
11:00:11.885 [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
11:00:11.885 [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
11:00:11.885 [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
11:00:11.887 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:11.887 [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
11:00:11.887 [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
11:00:11.887 [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
11:00:11.888 [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
11:00:11.889 [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
11:00:11.891 [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
11:00:11.891 [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
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:11.892 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:11.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:11.894 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:11.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:11.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:11.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:11.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:11.936 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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[]
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.940 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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[]
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.941 [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
11:00:11.942 [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
11:00:11.942 [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
11:00:11.942 [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
11:00:11.942 [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
11:00:11.942 [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
11:00:11.964 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:11.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:11.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:11.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:11.972 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:12.037 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:12.038 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms
11:00:12.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:12.060 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:12.060 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:12.060 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:12.062 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:12.062 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:12.063 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:12.063 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:12.063 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:12.063 [pool-40-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)]
11:00:12.250 [pool-40-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)]
11:00:12.380 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:12.380 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:12.500 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:12.500 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s438ms [pure insertion]
marking any relevant derived attributes for update...11:00:12.500 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
11:00:12.501 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
11:00:12.542 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:12.542 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:12.542 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:12.542 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:12.542 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:12.561 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:12.561 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:12.571 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:12.571 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s29ms [pure insertion]
marking any relevant derived attributes for update...11:00:12.571 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:12.571 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:12.573 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:12.573 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:12.573 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:12.573 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
11:00:12.573 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
11:00:12.670 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:12.670 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:12.750 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:12.750 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s177ms [pure insertion]
marking any relevant derived attributes for update...11:00:12.750 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:12.750 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:12.751 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:12.751 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:12.751 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:12.752 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
11:00:12.752 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
11:00:12.852 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:12.852 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:12.870 [pool-40-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:12.870 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s119ms [pure insertion]
marking any relevant derived attributes for update...11:00:12.870 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:12.870 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:12.871 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:12.871 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:13.063 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:13.063 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:13.063 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.192s
attempting to resolve any uninitialized derived attributes...
11:00:13.063 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:13.063 [pool-40-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:13.064 [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...
11:00:13.064 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s193ms [proxy update]
11:00:13.064 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:13.064 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:13.064 [pool-40-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 4 ms
11:00:13.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:13.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:13.076 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:13.076 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:13.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:13 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_indexLibraries[OrientDB]}} Storage 'plocal:/tmp/junit15053814315090027394/test_indexLibraries[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit17707423339322994831/test_customProfileV4[OrientDB]
Jun 15, 2022 11:00:13 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit17707423339322994831/test_customProfileV4[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:14.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:14.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:14.159 [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
11:00:14.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:14.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:14.190 [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
11:00:14.353 [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)]
11:00:14.377 [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
11:00:14.377 [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
11:00:14.377 [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
11:00:14.377 [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
11:00:14.377 [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
11:00:14.379 [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
11:00:14.379 [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
11:00:14.379 [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
11:00:14.379 [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
11:00:14.379 [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
11:00:14.381 [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
11:00:14.381 [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
11:00:14.381 [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
11:00:14.381 [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
11:00:14.382 [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
11:00:14.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/Types::String will be handled as its instance type java.lang.String
11:00:14.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/Types::Integer will be handled as its instance type java.lang.Integer
11:00:14.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/Types::Real will be handled as its instance type java.lang.Double
11:00:14.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
11:00:14.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/Types::Boolean will be handled as its instance type java.lang.Boolean
11:00:14.383 [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
11:00:14.383 [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
11:00:14.390 [main] 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
11:00:14.390 [main] 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
11:00:14.391 [main] 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
11:00:14.393 [main] 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
11:00:14.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind
11:00:14.394 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind
11:00:14.395 [main] 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
11:00:14.395 [main] 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
11:00:14.397 [main] 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
11:00:14.438 [main] 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
11:00:14.441 [main] 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
11:00:14.443 [main] 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
11:00:14.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterDirectionKind will be handled as its instance type org.eclipse.uml2.uml.ParameterDirectionKind
11:00:14.472 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:14.472 [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
11:00:14.472 [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
11:00:14.473 [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
11:00:14.473 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
11:00:14.474 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:14.474 [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
11:00:14.474 [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
11:00:14.475 [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
11:00:14.476 [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
11:00:14.476 [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
11:00:14.477 [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
11:00:14.479 [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
11:00:14.479 [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
11:00:14.480 [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
11:00:14.480 [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
11:00:14.481 [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
11:00:14.481 [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
11:00:14.481 [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
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:14.483 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:14.484 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:14.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
11:00:14.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
11:00:14.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
11:00:14.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
11:00:14.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
11:00:14.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
11:00:14.490 [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
11:00:14.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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.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
11:00:14.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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:14.491 [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
11:00:14.491 [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[]
11:00:14.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
11:00:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.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
11:00:14.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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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[]
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.491 [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
11:00:14.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
11:00:14.491 [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
11:00:14.537 [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
11:00:14.537 [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
11:00:14.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:14.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:14.567 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:14.568 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:14.568 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:14.569 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:14.569 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
11:00:14.640 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:14.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:14.642 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:14.642 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:14.643 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:14.643 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:14.644 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:14.645 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:14.645 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:14.645 [pool-41-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)]
11:00:14.769 [pool-41-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)]
11:00:14.946 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:14.947 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:15.083 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:15.083 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s439ms [pure insertion]
marking any relevant derived attributes for update...11:00:15.083 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:15.083 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:15.085 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:15.085 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:15.085 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:15.085 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
11:00:15.085 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
11:00:15.169 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:15.169 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:15.316 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:15.316 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s231ms [pure insertion]
marking any relevant derived attributes for update...11:00:15.316 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:15.316 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:15.355 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:15.356 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:15.356 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:15.356 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:15.356 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:15.442 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:15.443 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:15.455 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:15.455 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s100ms [pure insertion]
marking any relevant derived attributes for update...11:00:15.455 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:15.455 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:15.457 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:15.457 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:15.458 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:15.458 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
11:00:15.458 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
11:00:15.570 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:15.570 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:15.647 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:15.647 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s190ms [pure insertion]
marking any relevant derived attributes for update...11:00:15.647 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:15.647 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:15.648 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:15.648 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:15.754 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:15.754 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:15.754 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.106s
attempting to resolve any uninitialized derived attributes...
11:00:15.754 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:15.754 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:15.754 [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...
11:00:15.754 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s107ms [proxy update]
11:00:15.755 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:15.755 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:15.755 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 113 ms
11:00:15.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
11:00:15.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:15.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:15.760 [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
11:00:15.761 [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
11:00:15.762 [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
11:00:15.762 [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
11:00:15.785 [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
11:00:15.785 [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
11:00:15.786 [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
11:00:15.786 [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
11:00:15.792 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
11:00:15.792 [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)
11:00:15.883 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
11:00:15.885 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:15.885 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:15.885 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:15.885 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:15.885 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:15.885 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:15.885 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:15.886 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:15.886 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:15.886 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s
attempting to resolve any uninitialized derived attributes...
11:00:15.886 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:15.886 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:15.886 [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...
11:00:15.886 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
11:00:15.886 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:15.888 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:15.888 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:15.888 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:15.892 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml...
11:00:15.892 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:15.892 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:15.892 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml...
11:00:15.892 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml
11:00:15.908 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
11:00:15.909 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml
11:00:15.914 [pool-41-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
11:00:15.914 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml.
0s22ms [pure insertion]
marking any relevant derived attributes for update...11:00:15.914 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:15.914 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:15.914 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:15.914 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:15.917 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
11:00:15.917 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
11:00:15.917 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
11:00:15.917 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:15.917 [pool-41-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:15.917 [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...
11:00:15.917 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
11:00:15.918 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:15.918 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:15.918 [pool-41-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 33 ms
11:00:15.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:15.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
adding: file:///home/jenkins/agent/workspace/hawk_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false
11:00:15.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:15.950 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:16.097 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:16 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV4[OrientDB]}} Storage 'plocal:/tmp/junit17707423339322994831/test_customProfileV4[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit1158335702472412936/test_customProfileV5[OrientDB]
Jun 15, 2022 11:00:16 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit1158335702472412936/test_customProfileV5[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:17.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:17.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:17.051 [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
11:00:17.067 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:17.067 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:17.078 [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
11:00:17.221 [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)]
11:00:17.266 [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
11:00:17.266 [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
11:00:17.266 [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
11:00:17.267 [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
11:00:17.267 [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
11:00:17.269 [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
11:00:17.269 [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
11:00:17.269 [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
11:00:17.269 [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
11:00:17.269 [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
11:00:17.269 [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
11:00:17.269 [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
11:00:17.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
11:00:17.276 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
11:00:17.277 [main] 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
11:00:17.278 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind
11:00:17.279 [main] 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
11:00:17.279 [main] 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
11:00:17.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind
11:00:17.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
11:00:17.282 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind
11:00:17.288 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
11:00:17.291 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind
11:00:17.293 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
11:00:17.294 [main] 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
11:00:17.340 [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
11:00:17.340 [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
11:00:17.341 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:17.341 [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
11:00:17.341 [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
11:00:17.342 [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
11:00:17.342 [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
11:00:17.343 [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
11:00:17.343 [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
11:00:17.343 [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
11:00:17.343 [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
11:00:17.344 [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
11:00:17.345 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML
11:00:17.345 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore
11:00:17.346 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/5::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
11:00:17.346 [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
11:00:17.346 [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
11:00:17.347 [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
11:00:17.347 [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
11:00:17.348 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:17.349 [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
11:00:17.349 [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
11:00:17.349 [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
11:00:17.350 [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
11:00:17.350 [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
11:00:17.351 [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
11:00:17.351 [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
11:00:17.351 [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
11:00:17.352 [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
11:00:17.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
11:00:17.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:17.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:17.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:17.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:17.354 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:17.355 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:17.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:17.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:17.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:17.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:17.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:17.356 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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[]
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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[]
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.361 [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
11:00:17.362 [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
11:00:17.362 [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
11:00:17.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:17.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:17.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:17.442 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:17.442 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:17.443 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:17.443 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
11:00:17.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:17.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:17.459 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:17.460 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:17.461 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:17.461 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:17.462 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:17.462 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:17.463 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:17.463 [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)]
11:00:17.655 [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)]
11:00:17.801 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:17.801 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:17.920 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:17.920 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s458ms [pure insertion]
marking any relevant derived attributes for update...11:00:17.920 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
11:00:17.921 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
11:00:17.939 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:17.939 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:17.939 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:17.939 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:17.939 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:17.957 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:17.957 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:17.962 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:17.962 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s23ms [pure insertion]
marking any relevant derived attributes for update...11:00:17.962 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:17.962 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:17.963 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:17.964 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:17.964 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:17.964 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
11:00:17.964 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
11:00:18.071 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:18.071 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:18.272 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:18.272 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s309ms [pure insertion]
marking any relevant derived attributes for update...11:00:18.272 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:18.272 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:18.274 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:18.274 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:18.274 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:18.274 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
11:00:18.274 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
11:00:18.361 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:18.361 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:18.441 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:18.441 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s167ms [pure insertion]
marking any relevant derived attributes for update...11:00:18.441 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:18.441 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:18.442 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:18.442 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:18.491 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.05s
attempting to resolve any uninitialized derived attributes...
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:18.492 [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...
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s50ms [proxy update]
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:18.492 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 33 ms
11:00:18.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
11:00:18.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:18.494 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:18.497 [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
11:00:18.498 [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
11:00:18.499 [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
11:00:18.499 [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
11:00:18.537 [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
11:00:18.537 [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
11:00:18.538 [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
11:00:18.538 [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
reseting local top revision of repository: pathmap://UML_LIBRARIES/
(as elements in it were removed or new metamodels were added to Hawk)
11:00:18.544 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
11:00:18.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s).
11:00:18.590 [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/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
11:00:18.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:18.591 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:18.591 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:18.592 [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...
11:00:18.592 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
11:00:18.593 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:18.594 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:18.594 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:18.594 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:18.596 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml...
11:00:18.597 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:18.597 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:18.597 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml...
11:00:18.597 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml
11:00:18.642 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
11:00:18.642 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml
11:00:18.646 [pool-42-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
11:00:18.646 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml.
0s50ms [pure insertion]
marking any relevant derived attributes for update...11:00:18.646 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:18.646 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:18.646 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:18.646 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:18.649 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total)
11:00:18.649 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs
11:00:18.649 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s
attempting to resolve any uninitialized derived attributes...
11:00:18.650 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:18.650 [pool-42-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:18.650 [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...
11:00:18.650 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s4ms [proxy update]
11:00:18.650 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:18.650 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:18.650 [pool-42-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 59 ms
11:00:18.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:18.659 [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/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false
11:00:18.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:18.660 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:18.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:18 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_customProfileV5[OrientDB]}} Storage 'plocal:/tmp/junit1158335702472412936/test_customProfileV5[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit16612007607736250888/test_modelProfileInsideRepository[OrientDB]
Jun 15, 2022 11:00:18 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit16612007607736250888/test_modelProfileInsideRepository[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:19.665 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:19.666 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:19.666 [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
11:00:19.683 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:19.683 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:19.695 [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
11:00:19.844 [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
11:00:19.844 [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
11:00:19.844 [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
11:00:19.844 [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
11:00:19.844 [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
11:00:19.844 [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)]
11:00:19.863 [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
11:00:19.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
11:00:19.863 [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
11:00:19.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
11:00:19.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
11:00:19.865 [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
11:00:19.865 [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
11:00:19.865 [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
11:00:19.865 [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
11:00:19.866 [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
11:00:19.870 [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
11:00:19.870 [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
11:00:19.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ObjectNodeOrderingKind will be handled as its instance type org.eclipse.uml2.uml.ObjectNodeOrderingKind
11:00:19.876 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind
11:00:19.877 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::InteractionOperatorKind will be handled as its instance type org.eclipse.uml2.uml.InteractionOperatorKind
11:00:19.878 [main] 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
11:00:19.879 [main] 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
11:00:19.880 [main] 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
11:00:19.880 [main] 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
11:00:19.881 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageSort will be handled as its instance type org.eclipse.uml2.uml.MessageSort
11:00:19.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
11:00:19.888 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind
11:00:19.891 [main] 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
11:00:19.893 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::PseudostateKind will be handled as its instance type org.eclipse.uml2.uml.PseudostateKind
11:00:19.894 [main] 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
11:00:19.960 [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
11:00:19.960 [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
11:00:19.961 [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
11:00:19.961 [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
11:00:19.969 [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
11:00:19.969 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:19.969 [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
11:00:19.969 [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
11:00:19.970 [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
11:00:19.971 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:19.971 [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
11:00:19.971 [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
11:00:19.972 [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
11:00:19.973 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore
11:00:19.973 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML
11:00:19.973 [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
11:00:19.973 [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
11:00:19.973 [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
11:00:19.975 [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
11:00:19.975 [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
11:00:19.975 [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
11:00:19.975 [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
11:00:19.975 [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
11:00:19.977 [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
11:00:19.979 [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
11:00:19.979 [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
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
11:00:19.981 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:19.982 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:19.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:19.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:19.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:19.983 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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[]
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
11:00:19.984 [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
11:00:19.984 [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
11:00:19.984 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
11:00:19.985 [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
11:00:19.985 [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
11:00:19.985 [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
11:00:19.985 [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
11:00:19.985 [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
11:00:19.985 [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
11:00:19.985 [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
11:00:19.985 [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
11:00:19.985 [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
11:00:20.050 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:20.050 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:20.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:20.057 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:20.057 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:20.058 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:20.058 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
11:00:20.071 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:20.073 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:20.073 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:20.073 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:20.074 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:20.074 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:20.075 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:20.076 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:20.076 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:20.076 [pool-43-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)]
11:00:20.275 [pool-43-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)]
11:00:20.396 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:20.396 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:20.501 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:20.501 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s426ms [pure insertion]
marking any relevant derived attributes for update...11:00:20.501 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s1ms
11:00:20.502 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms
11:00:20.503 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:20.503 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:20.503 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:20.503 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
11:00:20.503 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
11:00:20.640 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:20.640 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:20.661 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:20.661 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s158ms [pure insertion]
marking any relevant derived attributes for update...11:00:20.661 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:20.661 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:20.740 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:20.740 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:20.740 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:20.740 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:20.740 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:20.758 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:20.758 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:20.764 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:20.764 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s24ms [pure insertion]
marking any relevant derived attributes for update...11:00:20.764 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:20.765 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:20.766 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:20.766 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:20.766 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:20.766 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
11:00:20.767 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
11:00:20.872 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:20.872 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:20.951 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:20.951 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s185ms [pure insertion]
marking any relevant derived attributes for update...11:00:20.951 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:20.951 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:20.952 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:20.952 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:21.159 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.208s
attempting to resolve any uninitialized derived attributes...
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:21.160 [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...
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s208ms [proxy update]
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:21.160 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 87 ms
11:00:21.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)...
Adding metamodels in: ./resources/models/uml/simpleProfile/model.profile.uml to store
11:00:21.162 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:21.162 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:21.165 [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
11:00:21.165 [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
11:00:21.167 [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
11:00:21.168 [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
11:00:21.169 [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
11:00:21.169 [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
11:00:21.170 [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
11:00:21.170 [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
11:00:21.176 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec)
11:00:21.176 [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)
11:00:21.267 [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/junit5469735730718111591/:org.eclipse.hawk.localfolder.LocalFolder:false
11:00:21.268 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:21.268 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:21.268 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s
attempting to resolve any uninitialized derived attributes...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:21.269 [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...
11:00:21.269 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s1ms [proxy update]
11:00:21.270 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:21.273 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:21.274 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:21.274 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:21.276 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml...
11:00:21.276 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:21.276 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:21.276 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml...
11:00:21.276 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml
11:00:21.575 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 72 M->MM REFERENCES! (took ~155sec)
11:00:21.575 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml
11:00:21.752 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec)
11:00:21.752 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml.
0s476ms [pure insertion]
marking any relevant derived attributes for update...11:00:21.752 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:21.752 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:21.754 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml...
11:00:21.754 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:21.754 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:21.754 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml...
11:00:21.759 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml
11:00:21.779 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 15 M->MM REFERENCES! (took ~135sec)
11:00:21.779 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml
11:00:21.849 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec)
11:00:21.849 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml.
0s95ms [pure insertion]
marking any relevant derived attributes for update...11:00:21.849 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:21.849 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:21.852 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
11:00:21.852 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:21.852 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:21.852 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml...
11:00:21.852 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
11:00:21.863 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
11:00:21.863 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
11:00:21.867 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
11:00:21.867 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml.
0s15ms [pure insertion]
marking any relevant derived attributes for update...11:00:21.867 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:21.867 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:21.868 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml...
11:00:21.868 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:21.868 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:21.868 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml...
11:00:21.868 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml
11:00:21.954 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
11:00:21.954 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml
11:00:21.958 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
11:00:21.958 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml.
0s90ms [pure insertion]
marking any relevant derived attributes for update...11:00:21.958 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:21.958 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:21.959 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml...
11:00:21.959 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:21.959 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:21.959 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml...
11:00:21.960 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml
11:00:22.039 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
11:00:22.039 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml
11:00:22.040 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
11:00:22.040 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml.
0s81ms [pure insertion]
marking any relevant derived attributes for update...11:00:22.040 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:22.040 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:22.041 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:22.041 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:22.053 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total)
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.117s
attempting to resolve any uninitialized derived attributes...
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:22.158 [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...
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s117ms [proxy update]
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:22.158 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 890 ms
11:00:22.164 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:22.167 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:22.168 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:22.168 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:22.170 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml...
11:00:22.170 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:22.171 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store
11:00:22.173 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635
11:00:22.173 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage
11:00:22.173 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml...
11:00:22.173 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml
11:00:22.177 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.004s
11:00:22.183 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml
11:00:22.238 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 11 M->MM REFERENCES! (took ~28sec)
11:00:22.238 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml
11:00:22.239 [pool-43-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec)
11:00:22.239 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml.
0s69ms [pure insertion]
marking any relevant derived attributes for update...11:00:22.239 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:22.239 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:22.240 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:22.240 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:22.243 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total)
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s
attempting to resolve any uninitialized derived attributes...
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:22.245 [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...
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s5ms [proxy update]
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:22.245 [pool-43-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 81 ms
11:00:22.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:22.250 [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/junit5469735730718111591/:org.eclipse.hawk.localfolder.LocalFolder:false
11:00:22.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:22.252 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:22.386 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:22 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_modelProfileInsideRepository[OrientDB]}} Storage 'plocal:/tmp/junit16612007607736250888/test_modelProfileInsideRepository[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Starting database plocal:/tmp/junit17269200010422330473/test_workspaceCrosslinks[OrientDB]
Jun 15, 2022 11:00:22 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit17269200010422330473/test_workspaceCrosslinks[OrientDB]' is created under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
set up properties for V_hawkIndexStore: []
11:00:23.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
11:00:23.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:23.299 [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
11:00:23.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 
11:00:23.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 
11:00:23.324 [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
11:00:23.453 [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)]
11:00:23.481 [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
11:00:23.481 [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
11:00:23.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE
11:00:23.486 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/3::FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE
11:00:23.487 [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
11:00:23.487 [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
11:00:23.487 [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
11:00:23.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String
11:00:23.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer
11:00:23.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double
11:00:23.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer
11:00:23.488 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean
11:00:23.488 [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
11:00:23.488 [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
11:00:23.489 [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
11:00:23.489 [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
11:00:23.489 [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
11:00:23.490 [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
11:00:23.491 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:23.491 [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
11:00:23.491 [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
11:00:23.491 [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
11:00:23.492 [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
11:00:23.492 [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
11:00:23.499 [main] 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
11:00:23.499 [main] 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
11:00:23.500 [main] 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
11:00:23.501 [main] 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
11:00:23.502 [main] 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
11:00:23.502 [main] 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
11:00:23.537 [main] 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
11:00:23.537 [main] 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
11:00:23.539 [main] 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
11:00:23.545 [main] 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
11:00:23.548 [main] 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
11:00:23.550 [main] 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
11:00:23.550 [main] 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
11:00:23.578 [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
11:00:23.579 [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
11:00:23.580 [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
11:00:23.580 [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
11:00:23.580 [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
11:00:23.580 [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
11:00:23.580 [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
11:00:23.581 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore
11:00:23.582 [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
11:00:23.582 [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
11:00:23.582 [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
11:00:23.583 [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
11:00:23.583 [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
11:00:23.584 [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
11:00:23.584 [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
11:00:23.584 [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
11:00:23.585 [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
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[]
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short
11:00:23.587 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long
11:00:23.588 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer
11:00:23.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float
11:00:23.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double
11:00:23.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String
11:00:23.589 [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
11:00:23.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar
11:00:23.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer
11:00:23.589 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long
11:00:23.590 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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[]
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.636 [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
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List
11:00:23.637 [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
11:00:23.637 [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
11:00:23.637 [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
11:00:23.637 [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
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long
11:00:23.637 [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
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List
11:00:23.637 [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
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[]
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List
11:00:23.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String
11:00:23.637 [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
11:00:23.638 [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
11:00:23.638 [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
11:00:23.663 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec)
inserting static metamodels complete
11:00:23.663 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels...
11:00:23.669 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels.
11:00:23.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk.
11:00:23.670 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:23.670 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:23.670 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms
11:00:23.740 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata...
adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false
11:00:23.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:23.742 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:23.742 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:23.744 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:23.744 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:23.745 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml...
11:00:23.746 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:23.746 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:23.746 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml...
set up properties for V_file: [in__hawkFile (type=LINKBAG)]
11:00:23.908 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml
set up properties for V_eobject: [out__hawkFile (type=LINKBAG), out__hawkOfKind (type=LINKLIST), out__hawkOfType (type=LINKLIST)]
11:00:24.086 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 51 M->MM REFERENCES! (took ~477sec)
11:00:24.086 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml
11:00:24.249 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec)
11:00:24.249 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml.
0s504ms [pure insertion]
marking any relevant derived attributes for update...11:00:24.249 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:24.249 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:24.262 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml...
11:00:24.262 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:24.262 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:24.262 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml...
11:00:24.263 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml
11:00:24.339 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 22 M->MM REFERENCES! (took ~95sec)
11:00:24.339 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml
11:00:24.347 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec)
11:00:24.347 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml.
0s85ms [pure insertion]
marking any relevant derived attributes for update...11:00:24.347 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:24.347 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:24.348 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml...
11:00:24.349 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:24.349 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:24.349 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml...
11:00:24.349 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml
11:00:24.571 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 100 M->MM REFERENCES! (took ~804sec)
11:00:24.571 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml
11:00:24.652 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec)
11:00:24.652 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml.
0s304ms [pure insertion]
marking any relevant derived attributes for update...11:00:24.652 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:24.652 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:24.654 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml...
11:00:24.654 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:24.654 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:24.654 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml...
11:00:24.654 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml
11:00:24.737 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 12 M->MM REFERENCES! (took ~102sec)
11:00:24.737 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml
11:00:24.739 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec)
11:00:24.739 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml.
0s85ms [pure insertion]
marking any relevant derived attributes for update...11:00:24.739 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:24.739 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:24.739 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:24.739 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:24.842 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total)
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.104s
attempting to resolve any uninitialized derived attributes...
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:24.843 [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...
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s104ms [proxy update]
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:24.843 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 101 ms
11:00:24.975 [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
11:00:24.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:24.977 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk...
updating indexer: 
11:00:25.038 [pool-44-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 61 ms
11:00:25.038 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files...
11:00:25.038 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository...
11:00:25.038 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version...
11:00:25.039 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml...
11:00:25.039 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:25.039 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:25.039 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml...
11:00:25.039 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml
11:00:25.065 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 6 M->MM REFERENCES! (took ~46sec)
11:00:25.065 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml
11:00:25.079 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec)
11:00:25.079 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml.
0s40ms [pure insertion]
marking any relevant derived attributes for update...11:00:25.079 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:25.079 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:25.080 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml...
11:00:25.080 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called
11:00:25.080 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion
11:00:25.080 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml...
11:00:25.080 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml
11:00:25.157 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 3 M->MM REFERENCES! (took ~25sec)
11:00:25.157 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml
11:00:25.158 [pool-44-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec)
11:00:25.158 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml.
0s78ms [pure insertion]
marking any relevant derived attributes for update...11:00:25.158 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update...
0s0ms
11:00:25.158 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms
11:00:25.158 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies...
attempting to resolve any leftover cross-file references...
11:00:25.158 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references...
11:00:25.162 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total)
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.095s
attempting to resolve any uninitialized derived attributes...
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes...
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes...
11:00:25.253 [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...
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes...
0s95ms [proxy update]
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies.
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations.
11:00:25.253 [pool-44-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 276 ms
11:00:25.254 [pool-44-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17269200010422330473/test_workspaceCrosslinks[OrientDB]
11:00:25.257 [pool-44-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17269200010422330473/test_workspaceCrosslinks[OrientDB]
11:00:25.268 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down...
11:00:25.268 [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
11:00:25.270 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata.
11:00:25.270 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete
11:00:25.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down.
Jun 15, 2022 11:00:25 AM com.orientechnologies.common.log.OLogManager log
INFO: $ANSI{green {db=test_workspaceCrosslinks[OrientDB]}} Storage 'plocal:/tmp/junit17269200010422330473/test_workspaceCrosslinks[OrientDB]' is opened under OrientDB distribution : 2.2.30 (build 43d850df23c0fd1edca7279761c2238fdc6cc576, branch 2.2.x)
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 216.094 s - in org.eclipse.hawk.integration.tests.IntegrationTestSuite
set0[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 78.699 s
tree[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1.701 s
treeWithSpaces[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1.416 s
treeCrossResourceContainment[OrientDB](org.eclipse.hawk.integration.tests.emf.CountInstancesTest)  Time elapsed: 1.408 s
derivedEdgeCollection[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.691 s
deriveThenAdd[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.809 s
derivedEdgeSingle[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest)  Time elapsed: 1.684 s
addThenIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.39 s
lookupWithIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.435 s
lookupWithoutIndex[OrientDB](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest)  Time elapsed: 1.46 s
eContainersIsUpdatedRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest)  Time elapsed: 2.493 s
queryEnumValues[OrientDB](org.eclipse.hawk.integration.tests.emf.EnumSupportTest)  Time elapsed: 1.454 s
metamodels[OrientDB](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest)  Time elapsed: 1.287 s
elephantResolve[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 3.09 s
zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest)  Time elapsed: 8.277 s
metamodel[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 1.801 s
zoo[OrientDB](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest)  Time elapsed: 7.919 s
bpmn[OrientDB](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest)  Time elapsed: 1.187 s
instanceCountsAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 1.707 s
listFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 1.741 s
instanceCounts[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 1.66 s
reverseRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 1.656 s
forwardRefs[OrientDB](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest)  Time elapsed: 1.717 s
allContents[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 13.307 s
subtreeTraversalScoping[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 9.549 s
getAllOf[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 9.163 s
getFiles[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 8.825 s
getAllOfCountsSubtypes[OrientDB](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest)  Time elapsed: 6.569 s
addChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 1.692 s
addModel[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 1.548 s
renameRoot[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 1.529 s
eContainer[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 1.649 s
removeChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 1.557 s
renameChild[OrientDB](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest)  Time elapsed: 1.515 s
upgradeModelProfileVersion[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 4.714 s
stereotypeAsModel[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.992 s
localfolderCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.504 s
zoo[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.896 s
indexLibraries[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.718 s
customProfileV4[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.884 s
customProfileV5[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 2.648 s
modelProfileInsideRepository[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest)  Time elapsed: 3.645 s
workspaceCrosslinks[OrientDB](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest)  Time elapsed: 3.027 s

Results:

Tests run: 43, Failures: 0, Errors: 0, Skipped: 0

Running org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest
Created repository in /tmp/hawkSvnRepo15518657306399635031, checkout in /tmp/hawkSvnCo15844595285749448989
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.862 s - in org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest
initWorks(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest)  Time elapsed: 1.79 s
addRemove(org.eclipse.hawk.svn.tests.TemporarySVNRepositoryTest)  Time elapsed: 4.973 s
Running org.eclipse.hawk.svn.tests.SvnManagerTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.978 s - in org.eclipse.hawk.svn.tests.SvnManagerTest
compactedChanges(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 7.973 s
setCredentialsStoresUserPass(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 1.007 s
startingDotFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 2.99 s
frozen(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 1.006 s
oneAdd(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 2.995 s
noExtensionFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 2.997 s
importFileHEAD(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 3.001 s
repositoryPath(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 1.004 s
importPreviousFile(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 5 s
photoFilesAreIgnored(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 2.994 s
emptyHistory(org.eclipse.hawk.svn.tests.SvnManagerTest)  Time elapsed: 1.006 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.EMFMetamodelResourceFactoryTest
11:02:49.339 [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]
11:02:49.343 [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]
11:02:49.343 [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]
11:02:49.460 [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]
11:02:49.546 [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]
11:02:49.551 [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]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s - in org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest
separateJDTAST(org.eclipse.hawk.emf.tests.EMFMetamodelResourceFactoryTest)  Time elapsed: 0.601 s

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

Running org.eclipse.hawk.http.HTTPManagerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eclipse.hawk.http.HTTPManagerTest
getDeltaDigest(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 0.989 s
getDeltaLastModifiedHeader(org.eclipse.hawk.http.HTTPManagerTest)  Time elapsed: 0.067 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.006 s

Results:

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

Running org.eclipse.hawk.git.JGitRepositoryTest
11:03:05.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes
11:03:05.355 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:05.356 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, size=130, fileKey=(dev=804,ino=61466490)
11:03:05.359 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin
11:03:05.369 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2'
11:03:05.370 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

11:03:05.370 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin
11:03:05.371 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null'
11:03:05.372 [main] DEBUG org.eclipse.jgit.util.FS - remaining output:

11:03:05.437 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128
11:03:05.438 [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
'
11:03:05.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:05.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig]
11:03:05.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.473 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:05.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:05.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:05.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:05.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:05.446475000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985446475000 ns, racy<=2500000000 ns
11:03:05.474 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:05.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:05.478032000, lastModified=2022-06-15 11:03:05.476929000, size=23, fileKey=(dev=10006c,ino=1342831804)
11:03:05.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:05.538927000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.267911000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.268711000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.268711000, lastModified=2022-06-15 11:03:05.537929000, delta=730782000 ns, racy<=2500000000 ns
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.269496000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.269496000, lastModified=2022-06-15 11:03:05.537929000, delta=731567000 ns, racy<=2500000000 ns
11:03:06.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.269496000, lastModified=2022-06-15 11:03:05.537929000, delta=731567000 ns, racy<=2500000000 ns
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.270398000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.270398000, lastModified=2022-06-15 11:03:05.537929000, delta=732469000 ns, racy<=2500000000 ns
11:03:06.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:06.270675000, lastModified=2022-06-15 11:03:05.476929000, size=23, fileKey=(dev=10006c,ino=1342831804)
11:03:06.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.272405000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.273036000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.273036000, lastModified=2022-06-15 11:03:05.537929000, delta=735107000 ns, racy<=2500000000 ns
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.273711000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.273711000, lastModified=2022-06-15 11:03:05.537929000, delta=735782000 ns, racy<=2500000000 ns
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.273711000, lastModified=2022-06-15 11:03:05.537929000, delta=735782000 ns, racy<=2500000000 ns
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.347673000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.347673000, lastModified=2022-06-15 11:03:05.537929000, delta=809744000 ns, racy<=2500000000 ns
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.347673000, lastModified=2022-06-15 11:03:05.537929000, delta=809744000 ns, racy<=2500000000 ns
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.358784000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.358 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.358784000, lastModified=2022-06-15 11:03:05.537929000, delta=820855000 ns, racy<=2500000000 ns
11:03:06.360 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.358784000, lastModified=2022-06-15 11:03:05.537929000, delta=820855000 ns, racy<=2500000000 ns
11:03:06.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.361479000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.361 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.361479000, lastModified=2022-06-15 11:03:05.537929000, delta=823550000 ns, racy<=2500000000 ns
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.361479000, lastModified=2022-06-15 11:03:05.537929000, delta=823550000 ns, racy<=2500000000 ns
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.365581000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.365581000, lastModified=2022-06-15 11:03:05.537929000, delta=827652000 ns, racy<=2500000000 ns
11:03:06.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.365581000, lastModified=2022-06-15 11:03:05.537929000, delta=827652000 ns, racy<=2500000000 ns
11:03:06.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:06.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:06.372274000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:06.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.372274000, lastModified=2022-06-15 11:03:05.537929000, delta=834345000 ns, racy<=2500000000 ns
11:03:06.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:06.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:06.376014000, lastModified=2022-06-15 11:03:05.461928000, size=6, fileKey=(dev=10006c,ino=1347802465)
11:03:06.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:06.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:06.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:06.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:06.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit8225217072596980776/.git/objects
11:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit8225217072596980776/.git/objects; got PT0.000007S
11:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit8225217072596980776/.git/objects
11:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.382787000, lastModified=2022-06-15 11:03:06.381941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.381941000 to 2022-06-15 11:03:06.385941000
11:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.387444000, lastModified=2022-06-15 11:03:06.386941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.387444000, lastModified=2022-06-15 11:03:06.386941000, delta=503000 ns, racy<=17500 ns
11:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.436807000, lastModified=2022-06-15 11:03:06.387941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.387941000 to 2022-06-15 11:03:06.436941000
11:03:06.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.438111000, lastModified=2022-06-15 11:03:06.436941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.436941000 to 2022-06-15 11:03:06.437941000
11:03:06.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.438840000, lastModified=2022-06-15 11:03:06.437941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.437941000 to 2022-06-15 11:03:06.438941000
11:03:06.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.439529000, lastModified=2022-06-15 11:03:06.438941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.439529000, lastModified=2022-06-15 11:03:06.438941000, delta=588000 ns, racy<=17500 ns
11:03:06.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.440178000, lastModified=2022-06-15 11:03:06.439941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.440178000, lastModified=2022-06-15 11:03:06.439941000, delta=237000 ns, racy<=17500 ns
11:03:06.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.440725000, lastModified=2022-06-15 11:03:06.439941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.440725000, lastModified=2022-06-15 11:03:06.439941000, delta=784000 ns, racy<=17500 ns
11:03:06.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.445548000, lastModified=2022-06-15 11:03:06.444941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.445548000, lastModified=2022-06-15 11:03:06.444941000, delta=607000 ns, racy<=17500 ns
11:03:06.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.446263000, lastModified=2022-06-15 11:03:06.445941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.446263000, lastModified=2022-06-15 11:03:06.445941000, delta=322000 ns, racy<=17500 ns
11:03:06.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.446832000, lastModified=2022-06-15 11:03:06.445941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.446832000, lastModified=2022-06-15 11:03:06.445941000, delta=891000 ns, racy<=17500 ns
11:03:06.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.447442000, lastModified=2022-06-15 11:03:06.446941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.447442000, lastModified=2022-06-15 11:03:06.446941000, delta=501000 ns, racy<=17500 ns
11:03:06.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.447977000, lastModified=2022-06-15 11:03:06.446941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.446941000 to 2022-06-15 11:03:06.447941000
11:03:06.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.448573000, lastModified=2022-06-15 11:03:06.447941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.448573000, lastModified=2022-06-15 11:03:06.447941000, delta=632000 ns, racy<=17500 ns
11:03:06.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.449134000, lastModified=2022-06-15 11:03:06.447941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.447941000 to 2022-06-15 11:03:06.448941000
11:03:06.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.453509000, lastModified=2022-06-15 11:03:06.448941000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.448941000 to 2022-06-15 11:03:06.452942000
11:03:06.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.454202000, lastModified=2022-06-15 11:03:06.453942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.454202000, lastModified=2022-06-15 11:03:06.453942000, delta=260000 ns, racy<=17500 ns
11:03:06.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.454791000, lastModified=2022-06-15 11:03:06.453942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.454791000, lastModified=2022-06-15 11:03:06.453942000, delta=849000 ns, racy<=17500 ns
11:03:06.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.455395000, lastModified=2022-06-15 11:03:06.454942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.455395000, lastModified=2022-06-15 11:03:06.454942000, delta=453000 ns, racy<=17500 ns
11:03:06.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.455919000, lastModified=2022-06-15 11:03:06.454942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.454942000 to 2022-06-15 11:03:06.455942000
11:03:06.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.456555000, lastModified=2022-06-15 11:03:06.455942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.456555000, lastModified=2022-06-15 11:03:06.455942000, delta=613000 ns, racy<=17500 ns
11:03:06.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.457082000, lastModified=2022-06-15 11:03:06.455942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.455942000 to 2022-06-15 11:03:06.456942000
11:03:06.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.457644000, lastModified=2022-06-15 11:03:06.456942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.457644000, lastModified=2022-06-15 11:03:06.456942000, delta=702000 ns, racy<=17500 ns
11:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.462334000, lastModified=2022-06-15 11:03:06.461942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.462334000, lastModified=2022-06-15 11:03:06.461942000, delta=392000 ns, racy<=17500 ns
11:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.462852000, lastModified=2022-06-15 11:03:06.461942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.462852000, lastModified=2022-06-15 11:03:06.461942000, delta=910000 ns, racy<=17500 ns
11:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.463471000, lastModified=2022-06-15 11:03:06.462942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.463471000, lastModified=2022-06-15 11:03:06.462942000, delta=529000 ns, racy<=17500 ns
11:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.463945000, lastModified=2022-06-15 11:03:06.462942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.462942000 to 2022-06-15 11:03:06.463942000
11:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.464593000, lastModified=2022-06-15 11:03:06.463942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.464593000, lastModified=2022-06-15 11:03:06.463942000, delta=651000 ns, racy<=17500 ns
11:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.465096000, lastModified=2022-06-15 11:03:06.463942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.463942000 to 2022-06-15 11:03:06.464942000
11:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.465610000, lastModified=2022-06-15 11:03:06.464942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.465610000, lastModified=2022-06-15 11:03:06.464942000, delta=668000 ns, racy<=17500 ns
11:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.470185000, lastModified=2022-06-15 11:03:06.464942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.464942000 to 2022-06-15 11:03:06.469942000
11:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.470854000, lastModified=2022-06-15 11:03:06.469942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.470854000, lastModified=2022-06-15 11:03:06.469942000, delta=912000 ns, racy<=17500 ns
11:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.471490000, lastModified=2022-06-15 11:03:06.470942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.471490000, lastModified=2022-06-15 11:03:06.470942000, delta=548000 ns, racy<=17500 ns
11:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.471972000, lastModified=2022-06-15 11:03:06.470942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.470942000 to 2022-06-15 11:03:06.471942000
11:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.472533000, lastModified=2022-06-15 11:03:06.471942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.472533000, lastModified=2022-06-15 11:03:06.471942000, delta=591000 ns, racy<=17500 ns
11:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.473014000, lastModified=2022-06-15 11:03:06.471942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.471942000 to 2022-06-15 11:03:06.472942000
11:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.473597000, lastModified=2022-06-15 11:03:06.472942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.473597000, lastModified=2022-06-15 11:03:06.472942000, delta=655000 ns, racy<=17500 ns
11:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.474221000, lastModified=2022-06-15 11:03:06.473942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.474221000, lastModified=2022-06-15 11:03:06.473942000, delta=279000 ns, racy<=17500 ns
11:03:06.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.478844000, lastModified=2022-06-15 11:03:06.477942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.478844000, lastModified=2022-06-15 11:03:06.477942000, delta=902000 ns, racy<=17500 ns
11:03:06.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.479453000, lastModified=2022-06-15 11:03:06.478942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.479453000, lastModified=2022-06-15 11:03:06.478942000, delta=511000 ns, racy<=17500 ns
11:03:06.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.480022000, lastModified=2022-06-15 11:03:06.478942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.478942000 to 2022-06-15 11:03:06.479942000
11:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.480624000, lastModified=2022-06-15 11:03:06.479942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.480624000, lastModified=2022-06-15 11:03:06.479942000, delta=682000 ns, racy<=17500 ns
11:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.481189000, lastModified=2022-06-15 11:03:06.480942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.481189000, lastModified=2022-06-15 11:03:06.480942000, delta=247000 ns, racy<=17500 ns
11:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.481739000, lastModified=2022-06-15 11:03:06.480942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.481739000, lastModified=2022-06-15 11:03:06.480942000, delta=797000 ns, racy<=17500 ns
11:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.482322000, lastModified=2022-06-15 11:03:06.481942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.482322000, lastModified=2022-06-15 11:03:06.481942000, delta=380000 ns, racy<=17500 ns
11:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.487969000, lastModified=2022-06-15 11:03:06.481942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.481942000 to 2022-06-15 11:03:06.487942000
11:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.488648000, lastModified=2022-06-15 11:03:06.487942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.488648000, lastModified=2022-06-15 11:03:06.487942000, delta=706000 ns, racy<=17500 ns
11:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.489293000, lastModified=2022-06-15 11:03:06.488942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.489293000, lastModified=2022-06-15 11:03:06.488942000, delta=351000 ns, racy<=17500 ns
11:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.489841000, lastModified=2022-06-15 11:03:06.488942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.489841000, lastModified=2022-06-15 11:03:06.488942000, delta=899000 ns, racy<=17500 ns
11:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.490427000, lastModified=2022-06-15 11:03:06.489942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.490427000, lastModified=2022-06-15 11:03:06.489942000, delta=485000 ns, racy<=17500 ns
11:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.490936000, lastModified=2022-06-15 11:03:06.489942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.489942000 to 2022-06-15 11:03:06.490942000
11:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.491565000, lastModified=2022-06-15 11:03:06.490942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.491565000, lastModified=2022-06-15 11:03:06.490942000, delta=623000 ns, racy<=17500 ns
11:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.492144000, lastModified=2022-06-15 11:03:06.490942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.490942000 to 2022-06-15 11:03:06.491942000
11:03:06.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.497753000, lastModified=2022-06-15 11:03:06.496942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.497753000, lastModified=2022-06-15 11:03:06.496942000, delta=811000 ns, racy<=17500 ns
11:03:06.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.498373000, lastModified=2022-06-15 11:03:06.497942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.498373000, lastModified=2022-06-15 11:03:06.497942000, delta=431000 ns, racy<=17500 ns
11:03:06.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.498918000, lastModified=2022-06-15 11:03:06.497942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.497942000 to 2022-06-15 11:03:06.498942000
11:03:06.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.499432000, lastModified=2022-06-15 11:03:06.498942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.499432000, lastModified=2022-06-15 11:03:06.498942000, delta=490000 ns, racy<=17500 ns
11:03:06.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.499891000, lastModified=2022-06-15 11:03:06.498942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.498942000 to 2022-06-15 11:03:06.499942000
11:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.500432000, lastModified=2022-06-15 11:03:06.499942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.500432000, lastModified=2022-06-15 11:03:06.499942000, delta=490000 ns, racy<=17500 ns
11:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.500941000, lastModified=2022-06-15 11:03:06.499942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.499942000 to 2022-06-15 11:03:06.500942000
11:03:06.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.506542000, lastModified=2022-06-15 11:03:06.500942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.500942000 to 2022-06-15 11:03:06.505942000
11:03:06.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.507183000, lastModified=2022-06-15 11:03:06.505942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.505942000 to 2022-06-15 11:03:06.506942000
11:03:06.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.507707000, lastModified=2022-06-15 11:03:06.506942000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.507707000, lastModified=2022-06-15 11:03:06.506942000, delta=765000 ns, racy<=17500 ns
11:03:06.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.537083000, lastModified=2022-06-15 11:03:06.535943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.535943000 to 2022-06-15 11:03:06.536943000
11:03:06.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.537781000, lastModified=2022-06-15 11:03:06.536943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.536943000 to 2022-06-15 11:03:06.537943000
11:03:06.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.538769000, lastModified=2022-06-15 11:03:06.537943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.537943000 to 2022-06-15 11:03:06.542943000
11:03:06.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.543945000, lastModified=2022-06-15 11:03:06.542943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.542943000 to 2022-06-15 11:03:06.543943000
11:03:06.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.544553000, lastModified=2022-06-15 11:03:06.543943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.544553000, lastModified=2022-06-15 11:03:06.543943000, delta=610000 ns, racy<=17500 ns
11:03:06.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.550184000, lastModified=2022-06-15 11:03:06.548943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.548943000 to 2022-06-15 11:03:06.549943000
11:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.550695000, lastModified=2022-06-15 11:03:06.549943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.550695000, lastModified=2022-06-15 11:03:06.549943000, delta=752000 ns, racy<=17500 ns
11:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.551302000, lastModified=2022-06-15 11:03:06.550943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.551302000, lastModified=2022-06-15 11:03:06.550943000, delta=359000 ns, racy<=17500 ns
11:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.551832000, lastModified=2022-06-15 11:03:06.550943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.551832000, lastModified=2022-06-15 11:03:06.550943000, delta=889000 ns, racy<=17500 ns
11:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.552405000, lastModified=2022-06-15 11:03:06.551943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.552405000, lastModified=2022-06-15 11:03:06.551943000, delta=462000 ns, racy<=17500 ns
11:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.552884000, lastModified=2022-06-15 11:03:06.551943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.551943000 to 2022-06-15 11:03:06.552943000
11:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.553549000, lastModified=2022-06-15 11:03:06.552943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.553549000, lastModified=2022-06-15 11:03:06.552943000, delta=606000 ns, racy<=17500 ns
11:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.558997000, lastModified=2022-06-15 11:03:06.553943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.553943000 to 2022-06-15 11:03:06.558943000
11:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.559855000, lastModified=2022-06-15 11:03:06.558943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.558943000 to 2022-06-15 11:03:06.559943000
11:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.560519000, lastModified=2022-06-15 11:03:06.559943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.560519000, lastModified=2022-06-15 11:03:06.559943000, delta=576000 ns, racy<=17500 ns
11:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.561013000, lastModified=2022-06-15 11:03:06.559943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.559943000 to 2022-06-15 11:03:06.560943000
11:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.561543000, lastModified=2022-06-15 11:03:06.560943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.561543000, lastModified=2022-06-15 11:03:06.560943000, delta=600000 ns, racy<=17500 ns
11:03:06.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.562447000, lastModified=2022-06-15 11:03:06.561943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.562447000, lastModified=2022-06-15 11:03:06.561943000, delta=504000 ns, racy<=17500 ns
11:03:06.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.563039000, lastModified=2022-06-15 11:03:06.561943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.561943000 to 2022-06-15 11:03:06.562943000
11:03:06.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.563557000, lastModified=2022-06-15 11:03:06.562943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.563557000, lastModified=2022-06-15 11:03:06.562943000, delta=614000 ns, racy<=17500 ns
11:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.569208000, lastModified=2022-06-15 11:03:06.568943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.569208000, lastModified=2022-06-15 11:03:06.568943000, delta=265000 ns, racy<=17500 ns
11:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.570015000, lastModified=2022-06-15 11:03:06.568943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.568943000 to 2022-06-15 11:03:06.569943000
11:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.570598000, lastModified=2022-06-15 11:03:06.569943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.570598000, lastModified=2022-06-15 11:03:06.569943000, delta=655000 ns, racy<=17500 ns
11:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.571178000, lastModified=2022-06-15 11:03:06.569943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.569943000 to 2022-06-15 11:03:06.570943000
11:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.571668000, lastModified=2022-06-15 11:03:06.570943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.571668000, lastModified=2022-06-15 11:03:06.570943000, delta=725000 ns, racy<=17500 ns
11:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.572317000, lastModified=2022-06-15 11:03:06.571943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.572317000, lastModified=2022-06-15 11:03:06.571943000, delta=374000 ns, racy<=17500 ns
11:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.572809000, lastModified=2022-06-15 11:03:06.571943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.572809000, lastModified=2022-06-15 11:03:06.571943000, delta=866000 ns, racy<=17500 ns
11:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.580991000, lastModified=2022-06-15 11:03:06.572943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.572943000 to 2022-06-15 11:03:06.580943000
11:03:06.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.581565000, lastModified=2022-06-15 11:03:06.580943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.581565000, lastModified=2022-06-15 11:03:06.580943000, delta=622000 ns, racy<=17500 ns
11:03:06.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.582160000, lastModified=2022-06-15 11:03:06.580943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.580943000 to 2022-06-15 11:03:06.581943000
11:03:06.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.582639000, lastModified=2022-06-15 11:03:06.581943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.582639000, lastModified=2022-06-15 11:03:06.581943000, delta=696000 ns, racy<=17500 ns
11:03:06.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.583320000, lastModified=2022-06-15 11:03:06.582943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.583320000, lastModified=2022-06-15 11:03:06.582943000, delta=377000 ns, racy<=17500 ns
11:03:06.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.583808000, lastModified=2022-06-15 11:03:06.582943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.583808000, lastModified=2022-06-15 11:03:06.582943000, delta=865000 ns, racy<=17500 ns
11:03:06.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.584421000, lastModified=2022-06-15 11:03:06.583943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.584421000, lastModified=2022-06-15 11:03:06.583943000, delta=478000 ns, racy<=17500 ns
11:03:06.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.584917000, lastModified=2022-06-15 11:03:06.583943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.583943000 to 2022-06-15 11:03:06.584943000
11:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.587811000, lastModified=2022-06-15 11:03:06.586943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.587811000, lastModified=2022-06-15 11:03:06.586943000, delta=868000 ns, racy<=17500 ns
11:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.588379000, lastModified=2022-06-15 11:03:06.587943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.588379000, lastModified=2022-06-15 11:03:06.587943000, delta=436000 ns, racy<=17500 ns
11:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.588844000, lastModified=2022-06-15 11:03:06.587943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.588844000, lastModified=2022-06-15 11:03:06.587943000, delta=901000 ns, racy<=17500 ns
11:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.589334000, lastModified=2022-06-15 11:03:06.588943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.589334000, lastModified=2022-06-15 11:03:06.588943000, delta=391000 ns, racy<=17500 ns
11:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.589814000, lastModified=2022-06-15 11:03:06.588943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.589814000, lastModified=2022-06-15 11:03:06.588943000, delta=871000 ns, racy<=17500 ns
11:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.590304000, lastModified=2022-06-15 11:03:06.589943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.590304000, lastModified=2022-06-15 11:03:06.589943000, delta=361000 ns, racy<=17500 ns
11:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.590773000, lastModified=2022-06-15 11:03:06.589943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.590773000, lastModified=2022-06-15 11:03:06.589943000, delta=830000 ns, racy<=17500 ns
11:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.593914000, lastModified=2022-06-15 11:03:06.590943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.590943000 to 2022-06-15 11:03:06.593943000
11:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.594471000, lastModified=2022-06-15 11:03:06.593943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.594471000, lastModified=2022-06-15 11:03:06.593943000, delta=528000 ns, racy<=17500 ns
11:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.594900000, lastModified=2022-06-15 11:03:06.593943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.593943000 to 2022-06-15 11:03:06.594943000
11:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.595409000, lastModified=2022-06-15 11:03:06.594943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.595409000, lastModified=2022-06-15 11:03:06.594943000, delta=466000 ns, racy<=17500 ns
11:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.595830000, lastModified=2022-06-15 11:03:06.594943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.595830000, lastModified=2022-06-15 11:03:06.594943000, delta=887000 ns, racy<=17500 ns
11:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.596337000, lastModified=2022-06-15 11:03:06.595943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.596337000, lastModified=2022-06-15 11:03:06.595943000, delta=394000 ns, racy<=17500 ns
11:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.596741000, lastModified=2022-06-15 11:03:06.595943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.596741000, lastModified=2022-06-15 11:03:06.595943000, delta=798000 ns, racy<=17500 ns
11:03:06.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.597264000, lastModified=2022-06-15 11:03:06.596943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.597264000, lastModified=2022-06-15 11:03:06.596943000, delta=321000 ns, racy<=17500 ns
11:03:06.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.600481000, lastModified=2022-06-15 11:03:06.599943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.600481000, lastModified=2022-06-15 11:03:06.599943000, delta=538000 ns, racy<=17500 ns
11:03:06.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.600963000, lastModified=2022-06-15 11:03:06.599943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.599943000 to 2022-06-15 11:03:06.600943000
11:03:06.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.601613000, lastModified=2022-06-15 11:03:06.600943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.601613000, lastModified=2022-06-15 11:03:06.600943000, delta=670000 ns, racy<=17500 ns
11:03:06.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.602348000, lastModified=2022-06-15 11:03:06.601943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.602348000, lastModified=2022-06-15 11:03:06.601943000, delta=405000 ns, racy<=17500 ns
11:03:06.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.602900000, lastModified=2022-06-15 11:03:06.601943000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.601943000 to 2022-06-15 11:03:06.602944000
11:03:06.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.603479000, lastModified=2022-06-15 11:03:06.602944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.603479000, lastModified=2022-06-15 11:03:06.602944000, delta=535000 ns, racy<=17500 ns
11:03:06.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.604118000, lastModified=2022-06-15 11:03:06.602944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.602944000 to 2022-06-15 11:03:06.603944000
11:03:06.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.606850000, lastModified=2022-06-15 11:03:06.603944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.603944000 to 2022-06-15 11:03:06.606944000
11:03:06.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.607410000, lastModified=2022-06-15 11:03:06.606944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.607410000, lastModified=2022-06-15 11:03:06.606944000, delta=466000 ns, racy<=17500 ns
11:03:06.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.607900000, lastModified=2022-06-15 11:03:06.606944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.606944000 to 2022-06-15 11:03:06.607944000
11:03:06.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.608412000, lastModified=2022-06-15 11:03:06.607944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.608412000, lastModified=2022-06-15 11:03:06.607944000, delta=468000 ns, racy<=17500 ns
11:03:06.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.608854000, lastModified=2022-06-15 11:03:06.607944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.608854000, lastModified=2022-06-15 11:03:06.607944000, delta=910000 ns, racy<=17500 ns
11:03:06.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.609343000, lastModified=2022-06-15 11:03:06.608944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.609343000, lastModified=2022-06-15 11:03:06.608944000, delta=399000 ns, racy<=17500 ns
11:03:06.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.609754000, lastModified=2022-06-15 11:03:06.608944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.609754000, lastModified=2022-06-15 11:03:06.608944000, delta=810000 ns, racy<=17500 ns
11:03:06.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.610267000, lastModified=2022-06-15 11:03:06.609944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.610267000, lastModified=2022-06-15 11:03:06.609944000, delta=323000 ns, racy<=17500 ns
11:03:06.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.613693000, lastModified=2022-06-15 11:03:06.612944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.613693000, lastModified=2022-06-15 11:03:06.612944000, delta=749000 ns, racy<=17500 ns
11:03:06.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.614176000, lastModified=2022-06-15 11:03:06.612944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.612944000 to 2022-06-15 11:03:06.613944000
11:03:06.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.620214000, lastModified=2022-06-15 11:03:06.619944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.620214000, lastModified=2022-06-15 11:03:06.619944000, delta=270000 ns, racy<=17500 ns
11:03:06.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.620957000, lastModified=2022-06-15 11:03:06.619944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.619944000 to 2022-06-15 11:03:06.620944000
11:03:06.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.621494000, lastModified=2022-06-15 11:03:06.620944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.621494000, lastModified=2022-06-15 11:03:06.620944000, delta=550000 ns, racy<=17500 ns
11:03:06.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.636611000, lastModified=2022-06-15 11:03:06.620944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.620944000 to 2022-06-15 11:03:06.635944000
11:03:06.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.637118000, lastModified=2022-06-15 11:03:06.635944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.635944000 to 2022-06-15 11:03:06.636944000
11:03:06.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.640328000, lastModified=2022-06-15 11:03:06.636944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.636944000 to 2022-06-15 11:03:06.639944000
11:03:06.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.640878000, lastModified=2022-06-15 11:03:06.639944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.640878000, lastModified=2022-06-15 11:03:06.639944000, delta=934000 ns, racy<=17500 ns
11:03:06.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.641352000, lastModified=2022-06-15 11:03:06.640944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.641352000, lastModified=2022-06-15 11:03:06.640944000, delta=408000 ns, racy<=17500 ns
11:03:06.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.641751000, lastModified=2022-06-15 11:03:06.640944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.641751000, lastModified=2022-06-15 11:03:06.640944000, delta=807000 ns, racy<=17500 ns
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.642207000, lastModified=2022-06-15 11:03:06.641944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.642207000, lastModified=2022-06-15 11:03:06.641944000, delta=263000 ns, racy<=17500 ns
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.642613000, lastModified=2022-06-15 11:03:06.641944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.642613000, lastModified=2022-06-15 11:03:06.641944000, delta=669000 ns, racy<=17500 ns
11:03:06.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.643016000, lastModified=2022-06-15 11:03:06.641944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.641944000 to 2022-06-15 11:03:06.642944000
11:03:06.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.643515000, lastModified=2022-06-15 11:03:06.642944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.643515000, lastModified=2022-06-15 11:03:06.642944000, delta=571000 ns, racy<=17500 ns
11:03:06.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.646554000, lastModified=2022-06-15 11:03:06.645944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.646554000, lastModified=2022-06-15 11:03:06.645944000, delta=610000 ns, racy<=17500 ns
11:03:06.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.647028000, lastModified=2022-06-15 11:03:06.645944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.645944000 to 2022-06-15 11:03:06.646944000
11:03:06.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.647627000, lastModified=2022-06-15 11:03:06.646944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.647627000, lastModified=2022-06-15 11:03:06.646944000, delta=683000 ns, racy<=17500 ns
11:03:06.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.648352000, lastModified=2022-06-15 11:03:06.647944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.648352000, lastModified=2022-06-15 11:03:06.647944000, delta=408000 ns, racy<=17500 ns
11:03:06.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.648899000, lastModified=2022-06-15 11:03:06.647944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.647944000 to 2022-06-15 11:03:06.648944000
11:03:06.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.649527000, lastModified=2022-06-15 11:03:06.648944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.649527000, lastModified=2022-06-15 11:03:06.648944000, delta=583000 ns, racy<=17500 ns
11:03:06.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.650228000, lastModified=2022-06-15 11:03:06.649944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.650228000, lastModified=2022-06-15 11:03:06.649944000, delta=284000 ns, racy<=17500 ns
11:03:06.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.653317000, lastModified=2022-06-15 11:03:06.649944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.649944000 to 2022-06-15 11:03:06.652944000
11:03:06.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.653832000, lastModified=2022-06-15 11:03:06.652944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.653832000, lastModified=2022-06-15 11:03:06.652944000, delta=888000 ns, racy<=17500 ns
11:03:06.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.654349000, lastModified=2022-06-15 11:03:06.653944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.654349000, lastModified=2022-06-15 11:03:06.653944000, delta=405000 ns, racy<=17500 ns
11:03:06.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.654805000, lastModified=2022-06-15 11:03:06.653944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.654805000, lastModified=2022-06-15 11:03:06.653944000, delta=861000 ns, racy<=17500 ns
11:03:06.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.655261000, lastModified=2022-06-15 11:03:06.654944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.655261000, lastModified=2022-06-15 11:03:06.654944000, delta=317000 ns, racy<=17500 ns
11:03:06.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.655822000, lastModified=2022-06-15 11:03:06.654944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.655822000, lastModified=2022-06-15 11:03:06.654944000, delta=878000 ns, racy<=17500 ns
11:03:06.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.656234000, lastModified=2022-06-15 11:03:06.655944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.656234000, lastModified=2022-06-15 11:03:06.655944000, delta=290000 ns, racy<=17500 ns
11:03:06.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.656630000, lastModified=2022-06-15 11:03:06.655944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.656630000, lastModified=2022-06-15 11:03:06.655944000, delta=686000 ns, racy<=17500 ns
11:03:06.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.660382000, lastModified=2022-06-15 11:03:06.659944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.660382000, lastModified=2022-06-15 11:03:06.659944000, delta=438000 ns, racy<=17500 ns
11:03:06.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.660836000, lastModified=2022-06-15 11:03:06.659944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.660836000, lastModified=2022-06-15 11:03:06.659944000, delta=892000 ns, racy<=17500 ns
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.661348000, lastModified=2022-06-15 11:03:06.660944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.661348000, lastModified=2022-06-15 11:03:06.660944000, delta=404000 ns, racy<=17500 ns
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.661722000, lastModified=2022-06-15 11:03:06.660944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.661722000, lastModified=2022-06-15 11:03:06.660944000, delta=778000 ns, racy<=17500 ns
11:03:06.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.662182000, lastModified=2022-06-15 11:03:06.661944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.662182000, lastModified=2022-06-15 11:03:06.661944000, delta=238000 ns, racy<=17500 ns
11:03:06.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.662590000, lastModified=2022-06-15 11:03:06.661944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.662590000, lastModified=2022-06-15 11:03:06.661944000, delta=646000 ns, racy<=17500 ns
11:03:06.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.662973000, lastModified=2022-06-15 11:03:06.661944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.661944000 to 2022-06-15 11:03:06.662944000
11:03:06.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.666920000, lastModified=2022-06-15 11:03:06.662944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.662944000 to 2022-06-15 11:03:06.666944000
11:03:06.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.667618000, lastModified=2022-06-15 11:03:06.666944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.667618000, lastModified=2022-06-15 11:03:06.666944000, delta=674000 ns, racy<=17500 ns
11:03:06.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.668064000, lastModified=2022-06-15 11:03:06.666944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.666944000 to 2022-06-15 11:03:06.667944000
11:03:06.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.668490000, lastModified=2022-06-15 11:03:06.667944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.668490000, lastModified=2022-06-15 11:03:06.667944000, delta=546000 ns, racy<=17500 ns
11:03:06.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.668940000, lastModified=2022-06-15 11:03:06.667944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.667944000 to 2022-06-15 11:03:06.668944000
11:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.669398000, lastModified=2022-06-15 11:03:06.668944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.669398000, lastModified=2022-06-15 11:03:06.668944000, delta=454000 ns, racy<=17500 ns
11:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.669862000, lastModified=2022-06-15 11:03:06.668944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.669862000, lastModified=2022-06-15 11:03:06.668944000, delta=918000 ns, racy<=17500 ns
11:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.670300000, lastModified=2022-06-15 11:03:06.669944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.670300000, lastModified=2022-06-15 11:03:06.669944000, delta=356000 ns, racy<=17500 ns
11:03:06.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.674403000, lastModified=2022-06-15 11:03:06.673944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.674403000, lastModified=2022-06-15 11:03:06.673944000, delta=459000 ns, racy<=17500 ns
11:03:06.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.674864000, lastModified=2022-06-15 11:03:06.673944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.674864000, lastModified=2022-06-15 11:03:06.673944000, delta=920000 ns, racy<=17500 ns
11:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.675346000, lastModified=2022-06-15 11:03:06.674944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.675346000, lastModified=2022-06-15 11:03:06.674944000, delta=402000 ns, racy<=17500 ns
11:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.675824000, lastModified=2022-06-15 11:03:06.674944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.675824000, lastModified=2022-06-15 11:03:06.674944000, delta=880000 ns, racy<=17500 ns
11:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.676591000, lastModified=2022-06-15 11:03:06.675944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.676591000, lastModified=2022-06-15 11:03:06.675944000, delta=647000 ns, racy<=17500 ns
11:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.676986000, lastModified=2022-06-15 11:03:06.675944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.675944000 to 2022-06-15 11:03:06.676944000
11:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.677460000, lastModified=2022-06-15 11:03:06.676944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.677460000, lastModified=2022-06-15 11:03:06.676944000, delta=516000 ns, racy<=17500 ns
11:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.681243000, lastModified=2022-06-15 11:03:06.676944000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.676944000 to 2022-06-15 11:03:06.680945000
11:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.682036000, lastModified=2022-06-15 11:03:06.680945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.680945000 to 2022-06-15 11:03:06.681945000
11:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.682695000, lastModified=2022-06-15 11:03:06.681945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.682695000, lastModified=2022-06-15 11:03:06.681945000, delta=750000 ns, racy<=17500 ns
11:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.683407000, lastModified=2022-06-15 11:03:06.682945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.683407000, lastModified=2022-06-15 11:03:06.682945000, delta=462000 ns, racy<=17500 ns
11:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.683963000, lastModified=2022-06-15 11:03:06.682945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.682945000 to 2022-06-15 11:03:06.683945000
11:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.684560000, lastModified=2022-06-15 11:03:06.683945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.684560000, lastModified=2022-06-15 11:03:06.683945000, delta=615000 ns, racy<=17500 ns
11:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.685248000, lastModified=2022-06-15 11:03:06.684945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.685248000, lastModified=2022-06-15 11:03:06.684945000, delta=303000 ns, racy<=17500 ns
11:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.685863000, lastModified=2022-06-15 11:03:06.684945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.685863000, lastModified=2022-06-15 11:03:06.684945000, delta=918000 ns, racy<=17500 ns
11:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.689676000, lastModified=2022-06-15 11:03:06.688945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.689676000, lastModified=2022-06-15 11:03:06.688945000, delta=731000 ns, racy<=17500 ns
11:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.690323000, lastModified=2022-06-15 11:03:06.689945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.690323000, lastModified=2022-06-15 11:03:06.689945000, delta=378000 ns, racy<=17500 ns
11:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.690785000, lastModified=2022-06-15 11:03:06.689945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.690785000, lastModified=2022-06-15 11:03:06.689945000, delta=840000 ns, racy<=17500 ns
11:03:06.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.691214000, lastModified=2022-06-15 11:03:06.690945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.691214000, lastModified=2022-06-15 11:03:06.690945000, delta=269000 ns, racy<=17500 ns
11:03:06.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.691737000, lastModified=2022-06-15 11:03:06.690945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.691737000, lastModified=2022-06-15 11:03:06.690945000, delta=792000 ns, racy<=17500 ns
11:03:06.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.692272000, lastModified=2022-06-15 11:03:06.691945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.692272000, lastModified=2022-06-15 11:03:06.691945000, delta=327000 ns, racy<=17500 ns
11:03:06.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.736757000, lastModified=2022-06-15 11:03:06.691945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.691945000 to 2022-06-15 11:03:06.735945000
11:03:06.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.741112000, lastModified=2022-06-15 11:03:06.736945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.736945000 to 2022-06-15 11:03:06.740945000
11:03:06.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.741549000, lastModified=2022-06-15 11:03:06.740945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.741549000, lastModified=2022-06-15 11:03:06.740945000, delta=604000 ns, racy<=17500 ns
11:03:06.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.741969000, lastModified=2022-06-15 11:03:06.740945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.740945000 to 2022-06-15 11:03:06.741945000
11:03:06.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.742455000, lastModified=2022-06-15 11:03:06.741945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.742455000, lastModified=2022-06-15 11:03:06.741945000, delta=510000 ns, racy<=17500 ns
11:03:06.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.742888000, lastModified=2022-06-15 11:03:06.741945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.742888000, lastModified=2022-06-15 11:03:06.741945000, delta=943000 ns, racy<=17500 ns
11:03:06.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.743374000, lastModified=2022-06-15 11:03:06.742945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.743374000, lastModified=2022-06-15 11:03:06.742945000, delta=429000 ns, racy<=17500 ns
11:03:06.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.743795000, lastModified=2022-06-15 11:03:06.742945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.743795000, lastModified=2022-06-15 11:03:06.742945000, delta=850000 ns, racy<=17500 ns
11:03:06.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.744276000, lastModified=2022-06-15 11:03:06.743945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.744276000, lastModified=2022-06-15 11:03:06.743945000, delta=331000 ns, racy<=17500 ns
11:03:06.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.748241000, lastModified=2022-06-15 11:03:06.747945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.748241000, lastModified=2022-06-15 11:03:06.747945000, delta=296000 ns, racy<=17500 ns
11:03:06.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.748619000, lastModified=2022-06-15 11:03:06.747945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.748619000, lastModified=2022-06-15 11:03:06.747945000, delta=674000 ns, racy<=17500 ns
11:03:06.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.748992000, lastModified=2022-06-15 11:03:06.747945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.747945000 to 2022-06-15 11:03:06.748945000
11:03:06.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.749388000, lastModified=2022-06-15 11:03:06.748945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.749388000, lastModified=2022-06-15 11:03:06.748945000, delta=443000 ns, racy<=17500 ns
11:03:06.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.749758000, lastModified=2022-06-15 11:03:06.748945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.749758000, lastModified=2022-06-15 11:03:06.748945000, delta=813000 ns, racy<=17500 ns
11:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.750302000, lastModified=2022-06-15 11:03:06.749945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.750302000, lastModified=2022-06-15 11:03:06.749945000, delta=357000 ns, racy<=17500 ns
11:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.750722000, lastModified=2022-06-15 11:03:06.749945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.750722000, lastModified=2022-06-15 11:03:06.749945000, delta=777000 ns, racy<=17500 ns
11:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.757428000, lastModified=2022-06-15 11:03:06.750945000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.750945000 to 2022-06-15 11:03:06.756946000
11:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.757892000, lastModified=2022-06-15 11:03:06.756946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.756946000 to 2022-06-15 11:03:06.757946000
11:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.758417000, lastModified=2022-06-15 11:03:06.757946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.758417000, lastModified=2022-06-15 11:03:06.757946000, delta=471000 ns, racy<=17500 ns
11:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.758844000, lastModified=2022-06-15 11:03:06.757946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.758844000, lastModified=2022-06-15 11:03:06.757946000, delta=898000 ns, racy<=17500 ns
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.759321000, lastModified=2022-06-15 11:03:06.758946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.759321000, lastModified=2022-06-15 11:03:06.758946000, delta=375000 ns, racy<=17500 ns
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.759706000, lastModified=2022-06-15 11:03:06.758946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.759706000, lastModified=2022-06-15 11:03:06.758946000, delta=760000 ns, racy<=17500 ns
11:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.760127000, lastModified=2022-06-15 11:03:06.758946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.758946000 to 2022-06-15 11:03:06.759946000
11:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.760538000, lastModified=2022-06-15 11:03:06.759946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.760538000, lastModified=2022-06-15 11:03:06.759946000, delta=592000 ns, racy<=17500 ns
11:03:06.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.765680000, lastModified=2022-06-15 11:03:06.764946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.765680000, lastModified=2022-06-15 11:03:06.764946000, delta=734000 ns, racy<=17500 ns
11:03:06.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.766174000, lastModified=2022-06-15 11:03:06.765946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.766174000, lastModified=2022-06-15 11:03:06.765946000, delta=228000 ns, racy<=17500 ns
11:03:06.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.766724000, lastModified=2022-06-15 11:03:06.765946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.766724000, lastModified=2022-06-15 11:03:06.765946000, delta=778000 ns, racy<=17500 ns
11:03:06.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.767201000, lastModified=2022-06-15 11:03:06.766946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.767201000, lastModified=2022-06-15 11:03:06.766946000, delta=255000 ns, racy<=17500 ns
11:03:06.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.767621000, lastModified=2022-06-15 11:03:06.766946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.767621000, lastModified=2022-06-15 11:03:06.766946000, delta=675000 ns, racy<=17500 ns
11:03:06.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.768082000, lastModified=2022-06-15 11:03:06.766946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.766946000 to 2022-06-15 11:03:06.767946000
11:03:06.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.768555000, lastModified=2022-06-15 11:03:06.767946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.768555000, lastModified=2022-06-15 11:03:06.767946000, delta=609000 ns, racy<=17500 ns
11:03:06.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.773421000, lastModified=2022-06-15 11:03:06.767946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.767946000 to 2022-06-15 11:03:06.772946000
11:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.773929000, lastModified=2022-06-15 11:03:06.772946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.772946000 to 2022-06-15 11:03:06.773946000
11:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.774409000, lastModified=2022-06-15 11:03:06.773946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.774409000, lastModified=2022-06-15 11:03:06.773946000, delta=463000 ns, racy<=17500 ns
11:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.774785000, lastModified=2022-06-15 11:03:06.773946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.774785000, lastModified=2022-06-15 11:03:06.773946000, delta=839000 ns, racy<=17500 ns
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.775272000, lastModified=2022-06-15 11:03:06.774946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.775272000, lastModified=2022-06-15 11:03:06.774946000, delta=326000 ns, racy<=17500 ns
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.775662000, lastModified=2022-06-15 11:03:06.774946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.775662000, lastModified=2022-06-15 11:03:06.774946000, delta=716000 ns, racy<=17500 ns
11:03:06.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.776018000, lastModified=2022-06-15 11:03:06.774946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.774946000 to 2022-06-15 11:03:06.775946000
11:03:06.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.776490000, lastModified=2022-06-15 11:03:06.775946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.776490000, lastModified=2022-06-15 11:03:06.775946000, delta=544000 ns, racy<=17500 ns
11:03:06.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.781643000, lastModified=2022-06-15 11:03:06.780946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.781643000, lastModified=2022-06-15 11:03:06.780946000, delta=697000 ns, racy<=17500 ns
11:03:06.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.782130000, lastModified=2022-06-15 11:03:06.780946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.780946000 to 2022-06-15 11:03:06.781946000
11:03:06.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.782550000, lastModified=2022-06-15 11:03:06.781946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.782550000, lastModified=2022-06-15 11:03:06.781946000, delta=604000 ns, racy<=17500 ns
11:03:06.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.782958000, lastModified=2022-06-15 11:03:06.781946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.781946000 to 2022-06-15 11:03:06.782946000
11:03:06.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.783419000, lastModified=2022-06-15 11:03:06.782946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.783419000, lastModified=2022-06-15 11:03:06.782946000, delta=473000 ns, racy<=17500 ns
11:03:06.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.783809000, lastModified=2022-06-15 11:03:06.782946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.783809000, lastModified=2022-06-15 11:03:06.782946000, delta=863000 ns, racy<=17500 ns
11:03:06.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.784324000, lastModified=2022-06-15 11:03:06.783946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.784324000, lastModified=2022-06-15 11:03:06.783946000, delta=378000 ns, racy<=17500 ns
11:03:06.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.789309000, lastModified=2022-06-15 11:03:06.783946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.783946000 to 2022-06-15 11:03:06.788946000
11:03:06.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.789842000, lastModified=2022-06-15 11:03:06.788946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.789842000, lastModified=2022-06-15 11:03:06.788946000, delta=896000 ns, racy<=17500 ns
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.790309000, lastModified=2022-06-15 11:03:06.789946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.790309000, lastModified=2022-06-15 11:03:06.789946000, delta=363000 ns, racy<=17500 ns
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.790732000, lastModified=2022-06-15 11:03:06.789946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.790732000, lastModified=2022-06-15 11:03:06.789946000, delta=786000 ns, racy<=17500 ns
11:03:06.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.791221000, lastModified=2022-06-15 11:03:06.790946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.791221000, lastModified=2022-06-15 11:03:06.790946000, delta=275000 ns, racy<=17500 ns
11:03:06.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.791618000, lastModified=2022-06-15 11:03:06.790946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.791618000, lastModified=2022-06-15 11:03:06.790946000, delta=672000 ns, racy<=17500 ns
11:03:06.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.791992000, lastModified=2022-06-15 11:03:06.790946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.790946000 to 2022-06-15 11:03:06.791946000
11:03:06.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.792381000, lastModified=2022-06-15 11:03:06.791946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.792381000, lastModified=2022-06-15 11:03:06.791946000, delta=435000 ns, racy<=17500 ns
11:03:06.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.797369000, lastModified=2022-06-15 11:03:06.796946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.797369000, lastModified=2022-06-15 11:03:06.796946000, delta=423000 ns, racy<=17500 ns
11:03:06.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.797814000, lastModified=2022-06-15 11:03:06.796946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.797814000, lastModified=2022-06-15 11:03:06.796946000, delta=868000 ns, racy<=17500 ns
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.798192000, lastModified=2022-06-15 11:03:06.797946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.798192000, lastModified=2022-06-15 11:03:06.797946000, delta=246000 ns, racy<=17500 ns
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.798588000, lastModified=2022-06-15 11:03:06.797946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.798588000, lastModified=2022-06-15 11:03:06.797946000, delta=642000 ns, racy<=17500 ns
11:03:06.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.799069000, lastModified=2022-06-15 11:03:06.797946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.797946000 to 2022-06-15 11:03:06.798946000
11:03:06.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.799508000, lastModified=2022-06-15 11:03:06.798946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.799508000, lastModified=2022-06-15 11:03:06.798946000, delta=562000 ns, racy<=17500 ns
11:03:06.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.800014000, lastModified=2022-06-15 11:03:06.798946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.798946000 to 2022-06-15 11:03:06.799946000
11:03:06.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.805227000, lastModified=2022-06-15 11:03:06.799946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.799946000 to 2022-06-15 11:03:06.804946000
11:03:06.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.805811000, lastModified=2022-06-15 11:03:06.804946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.805811000, lastModified=2022-06-15 11:03:06.804946000, delta=865000 ns, racy<=17500 ns
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.806326000, lastModified=2022-06-15 11:03:06.805946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.806326000, lastModified=2022-06-15 11:03:06.805946000, delta=380000 ns, racy<=17500 ns
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.806703000, lastModified=2022-06-15 11:03:06.805946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.806703000, lastModified=2022-06-15 11:03:06.805946000, delta=757000 ns, racy<=17500 ns
11:03:06.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.807070000, lastModified=2022-06-15 11:03:06.805946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.805946000 to 2022-06-15 11:03:06.806946000
11:03:06.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.807447000, lastModified=2022-06-15 11:03:06.806946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.807447000, lastModified=2022-06-15 11:03:06.806946000, delta=501000 ns, racy<=17500 ns
11:03:06.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.807804000, lastModified=2022-06-15 11:03:06.806946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.807804000, lastModified=2022-06-15 11:03:06.806946000, delta=858000 ns, racy<=17500 ns
11:03:06.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.808212000, lastModified=2022-06-15 11:03:06.807946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.808212000, lastModified=2022-06-15 11:03:06.807946000, delta=266000 ns, racy<=17500 ns
11:03:06.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.816148000, lastModified=2022-06-15 11:03:06.814946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.814946000 to 2022-06-15 11:03:06.815946000
11:03:06.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.816578000, lastModified=2022-06-15 11:03:06.815946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.816578000, lastModified=2022-06-15 11:03:06.815946000, delta=632000 ns, racy<=17500 ns
11:03:06.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.816939000, lastModified=2022-06-15 11:03:06.815946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.816939000, lastModified=2022-06-15 11:03:06.815946000, delta=993000 ns, racy<=17500 ns
11:03:06.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.817373000, lastModified=2022-06-15 11:03:06.816946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.817373000, lastModified=2022-06-15 11:03:06.816946000, delta=427000 ns, racy<=17500 ns
11:03:06.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.817808000, lastModified=2022-06-15 11:03:06.816946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.817808000, lastModified=2022-06-15 11:03:06.816946000, delta=862000 ns, racy<=17500 ns
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.818266000, lastModified=2022-06-15 11:03:06.817946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.818266000, lastModified=2022-06-15 11:03:06.817946000, delta=320000 ns, racy<=17500 ns
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.818679000, lastModified=2022-06-15 11:03:06.817946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.818679000, lastModified=2022-06-15 11:03:06.817946000, delta=733000 ns, racy<=17500 ns
11:03:06.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.821264000, lastModified=2022-06-15 11:03:06.817946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.817946000 to 2022-06-15 11:03:06.820946000
11:03:06.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.821573000, lastModified=2022-06-15 11:03:06.820946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.821573000, lastModified=2022-06-15 11:03:06.820946000, delta=627000 ns, racy<=17500 ns
11:03:06.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.821943000, lastModified=2022-06-15 11:03:06.820946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.821943000, lastModified=2022-06-15 11:03:06.820946000, delta=997000 ns, racy<=17500 ns
11:03:06.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.822421000, lastModified=2022-06-15 11:03:06.821946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.822421000, lastModified=2022-06-15 11:03:06.821946000, delta=475000 ns, racy<=17500 ns
11:03:06.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.822738000, lastModified=2022-06-15 11:03:06.821946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.822738000, lastModified=2022-06-15 11:03:06.821946000, delta=792000 ns, racy<=17500 ns
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.823186000, lastModified=2022-06-15 11:03:06.822946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.823186000, lastModified=2022-06-15 11:03:06.822946000, delta=240000 ns, racy<=17500 ns
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.823574000, lastModified=2022-06-15 11:03:06.822946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.823574000, lastModified=2022-06-15 11:03:06.822946000, delta=628000 ns, racy<=17500 ns
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.823951000, lastModified=2022-06-15 11:03:06.822946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.823951000, lastModified=2022-06-15 11:03:06.822946000, delta=1005000 ns, racy<=17500 ns
11:03:06.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.826695000, lastModified=2022-06-15 11:03:06.825946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.826695000, lastModified=2022-06-15 11:03:06.825946000, delta=749000 ns, racy<=17500 ns
11:03:06.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.827088000, lastModified=2022-06-15 11:03:06.825946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.825946000 to 2022-06-15 11:03:06.826946000
11:03:06.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.827501000, lastModified=2022-06-15 11:03:06.826946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.827501000, lastModified=2022-06-15 11:03:06.826946000, delta=555000 ns, racy<=17500 ns
11:03:06.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.827913000, lastModified=2022-06-15 11:03:06.826946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.827913000, lastModified=2022-06-15 11:03:06.826946000, delta=967000 ns, racy<=17500 ns
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.828280000, lastModified=2022-06-15 11:03:06.827946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.828280000, lastModified=2022-06-15 11:03:06.827946000, delta=334000 ns, racy<=17500 ns
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.828643000, lastModified=2022-06-15 11:03:06.827946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.828643000, lastModified=2022-06-15 11:03:06.827946000, delta=697000 ns, racy<=17500 ns
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.828943000, lastModified=2022-06-15 11:03:06.827946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.827946000 to 2022-06-15 11:03:06.828946000
11:03:06.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.831921000, lastModified=2022-06-15 11:03:06.828946000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.828946000 to 2022-06-15 11:03:06.831947000
11:03:06.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.832343000, lastModified=2022-06-15 11:03:06.831947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.832343000, lastModified=2022-06-15 11:03:06.831947000, delta=396000 ns, racy<=17500 ns
11:03:06.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.832712000, lastModified=2022-06-15 11:03:06.831947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.832712000, lastModified=2022-06-15 11:03:06.831947000, delta=765000 ns, racy<=17500 ns
11:03:06.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.833089000, lastModified=2022-06-15 11:03:06.831947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.831947000 to 2022-06-15 11:03:06.832947000
11:03:06.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.833465000, lastModified=2022-06-15 11:03:06.832947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.833465000, lastModified=2022-06-15 11:03:06.832947000, delta=518000 ns, racy<=17500 ns
11:03:06.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.833811000, lastModified=2022-06-15 11:03:06.832947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.833811000, lastModified=2022-06-15 11:03:06.832947000, delta=864000 ns, racy<=17500 ns
11:03:06.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.834282000, lastModified=2022-06-15 11:03:06.833947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.834282000, lastModified=2022-06-15 11:03:06.833947000, delta=335000 ns, racy<=17500 ns
11:03:06.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.834694000, lastModified=2022-06-15 11:03:06.833947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.834694000, lastModified=2022-06-15 11:03:06.833947000, delta=747000 ns, racy<=17500 ns
11:03:06.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.837661000, lastModified=2022-06-15 11:03:06.836947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.837661000, lastModified=2022-06-15 11:03:06.836947000, delta=714000 ns, racy<=17500 ns
11:03:06.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.837995000, lastModified=2022-06-15 11:03:06.836947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.836947000 to 2022-06-15 11:03:06.837947000
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.838406000, lastModified=2022-06-15 11:03:06.837947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.838406000, lastModified=2022-06-15 11:03:06.837947000, delta=459000 ns, racy<=17500 ns
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.838809000, lastModified=2022-06-15 11:03:06.837947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.838809000, lastModified=2022-06-15 11:03:06.837947000, delta=862000 ns, racy<=17500 ns
11:03:06.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.839143000, lastModified=2022-06-15 11:03:06.837947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.837947000 to 2022-06-15 11:03:06.838947000
11:03:06.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.839488000, lastModified=2022-06-15 11:03:06.838947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.839488000, lastModified=2022-06-15 11:03:06.838947000, delta=541000 ns, racy<=17500 ns
11:03:06.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.839813000, lastModified=2022-06-15 11:03:06.838947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.839813000, lastModified=2022-06-15 11:03:06.838947000, delta=866000 ns, racy<=17500 ns
11:03:06.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.842818000, lastModified=2022-06-15 11:03:06.839947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.839947000 to 2022-06-15 11:03:06.841947000
11:03:06.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.843304000, lastModified=2022-06-15 11:03:06.842947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.843304000, lastModified=2022-06-15 11:03:06.842947000, delta=357000 ns, racy<=17500 ns
11:03:06.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.843687000, lastModified=2022-06-15 11:03:06.842947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.843687000, lastModified=2022-06-15 11:03:06.842947000, delta=740000 ns, racy<=17500 ns
11:03:06.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.844111000, lastModified=2022-06-15 11:03:06.842947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.842947000 to 2022-06-15 11:03:06.843947000
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.844443000, lastModified=2022-06-15 11:03:06.843947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.844443000, lastModified=2022-06-15 11:03:06.843947000, delta=496000 ns, racy<=17500 ns
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.844752000, lastModified=2022-06-15 11:03:06.843947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.844752000, lastModified=2022-06-15 11:03:06.843947000, delta=805000 ns, racy<=17500 ns
11:03:06.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.845086000, lastModified=2022-06-15 11:03:06.843947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.843947000 to 2022-06-15 11:03:06.845947000
11:03:06.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.846373000, lastModified=2022-06-15 11:03:06.845947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.846373000, lastModified=2022-06-15 11:03:06.845947000, delta=426000 ns, racy<=17500 ns
11:03:06.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.849432000, lastModified=2022-06-15 11:03:06.848947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.849432000, lastModified=2022-06-15 11:03:06.848947000, delta=485000 ns, racy<=17500 ns
11:03:06.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.849864000, lastModified=2022-06-15 11:03:06.848947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.849864000, lastModified=2022-06-15 11:03:06.848947000, delta=917000 ns, racy<=17500 ns
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.850234000, lastModified=2022-06-15 11:03:06.849947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.850234000, lastModified=2022-06-15 11:03:06.849947000, delta=287000 ns, racy<=17500 ns
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.850651000, lastModified=2022-06-15 11:03:06.849947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.850651000, lastModified=2022-06-15 11:03:06.849947000, delta=704000 ns, racy<=17500 ns
11:03:06.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.851000000, lastModified=2022-06-15 11:03:06.849947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.849947000 to 2022-06-15 11:03:06.850947000
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.851406000, lastModified=2022-06-15 11:03:06.850947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.851406000, lastModified=2022-06-15 11:03:06.850947000, delta=459000 ns, racy<=17500 ns
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.851773000, lastModified=2022-06-15 11:03:06.850947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.851773000, lastModified=2022-06-15 11:03:06.850947000, delta=826000 ns, racy<=17500 ns
11:03:06.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.856351000, lastModified=2022-06-15 11:03:06.850947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.850947000 to 2022-06-15 11:03:06.855947000
11:03:06.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.856821000, lastModified=2022-06-15 11:03:06.855947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.856821000, lastModified=2022-06-15 11:03:06.855947000, delta=874000 ns, racy<=17500 ns
11:03:06.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.857327000, lastModified=2022-06-15 11:03:06.856947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.857327000, lastModified=2022-06-15 11:03:06.856947000, delta=380000 ns, racy<=17500 ns
11:03:06.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.857809000, lastModified=2022-06-15 11:03:06.856947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.857809000, lastModified=2022-06-15 11:03:06.856947000, delta=862000 ns, racy<=17500 ns
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.858225000, lastModified=2022-06-15 11:03:06.857947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.858225000, lastModified=2022-06-15 11:03:06.857947000, delta=278000 ns, racy<=17500 ns
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.858637000, lastModified=2022-06-15 11:03:06.857947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.858637000, lastModified=2022-06-15 11:03:06.857947000, delta=690000 ns, racy<=17500 ns
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.858922000, lastModified=2022-06-15 11:03:06.857947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.858922000, lastModified=2022-06-15 11:03:06.857947000, delta=975000 ns, racy<=17500 ns
11:03:06.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.859407000, lastModified=2022-06-15 11:03:06.858947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.859407000, lastModified=2022-06-15 11:03:06.858947000, delta=460000 ns, racy<=17500 ns
11:03:06.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.862558000, lastModified=2022-06-15 11:03:06.861947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.862558000, lastModified=2022-06-15 11:03:06.861947000, delta=611000 ns, racy<=17500 ns
11:03:06.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.862982000, lastModified=2022-06-15 11:03:06.861947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.861947000 to 2022-06-15 11:03:06.862947000
11:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.863413000, lastModified=2022-06-15 11:03:06.862947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.863413000, lastModified=2022-06-15 11:03:06.862947000, delta=466000 ns, racy<=17500 ns
11:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.863806000, lastModified=2022-06-15 11:03:06.862947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.863806000, lastModified=2022-06-15 11:03:06.862947000, delta=859000 ns, racy<=17500 ns
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.864233000, lastModified=2022-06-15 11:03:06.863947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.864233000, lastModified=2022-06-15 11:03:06.863947000, delta=286000 ns, racy<=17500 ns
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.864571000, lastModified=2022-06-15 11:03:06.863947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.864571000, lastModified=2022-06-15 11:03:06.863947000, delta=624000 ns, racy<=17500 ns
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.864934000, lastModified=2022-06-15 11:03:06.863947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.864934000, lastModified=2022-06-15 11:03:06.863947000, delta=987000 ns, racy<=17500 ns
11:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.868755000, lastModified=2022-06-15 11:03:06.864947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.864947000 to 2022-06-15 11:03:06.867947000
11:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.869278000, lastModified=2022-06-15 11:03:06.868947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.869278000, lastModified=2022-06-15 11:03:06.868947000, delta=331000 ns, racy<=17500 ns
11:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.869689000, lastModified=2022-06-15 11:03:06.868947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.869689000, lastModified=2022-06-15 11:03:06.868947000, delta=742000 ns, racy<=17500 ns
11:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.870085000, lastModified=2022-06-15 11:03:06.868947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.868947000 to 2022-06-15 11:03:06.869947000
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.870428000, lastModified=2022-06-15 11:03:06.869947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.870428000, lastModified=2022-06-15 11:03:06.869947000, delta=481000 ns, racy<=17500 ns
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.870753000, lastModified=2022-06-15 11:03:06.869947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.870753000, lastModified=2022-06-15 11:03:06.869947000, delta=806000 ns, racy<=17500 ns
11:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.871042000, lastModified=2022-06-15 11:03:06.869947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.869947000 to 2022-06-15 11:03:06.870947000
11:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.871417000, lastModified=2022-06-15 11:03:06.870947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.871417000, lastModified=2022-06-15 11:03:06.870947000, delta=470000 ns, racy<=17500 ns
11:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.875351000, lastModified=2022-06-15 11:03:06.874947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.875351000, lastModified=2022-06-15 11:03:06.874947000, delta=404000 ns, racy<=17500 ns
11:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.875775000, lastModified=2022-06-15 11:03:06.874947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.875775000, lastModified=2022-06-15 11:03:06.874947000, delta=828000 ns, racy<=17500 ns
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.876277000, lastModified=2022-06-15 11:03:06.875947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.876277000, lastModified=2022-06-15 11:03:06.875947000, delta=330000 ns, racy<=17500 ns
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.876591000, lastModified=2022-06-15 11:03:06.875947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.876591000, lastModified=2022-06-15 11:03:06.875947000, delta=644000 ns, racy<=17500 ns
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.876898000, lastModified=2022-06-15 11:03:06.875947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.876898000, lastModified=2022-06-15 11:03:06.875947000, delta=951000 ns, racy<=17500 ns
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.877305000, lastModified=2022-06-15 11:03:06.876947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.877305000, lastModified=2022-06-15 11:03:06.876947000, delta=358000 ns, racy<=17500 ns
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.877636000, lastModified=2022-06-15 11:03:06.876947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.877636000, lastModified=2022-06-15 11:03:06.876947000, delta=689000 ns, racy<=17500 ns
11:03:06.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.881531000, lastModified=2022-06-15 11:03:06.876947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.876947000 to 2022-06-15 11:03:06.880947000
11:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.881946000, lastModified=2022-06-15 11:03:06.880947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.880947000 to 2022-06-15 11:03:06.881947000
11:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.882452000, lastModified=2022-06-15 11:03:06.881947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.882452000, lastModified=2022-06-15 11:03:06.881947000, delta=505000 ns, racy<=17500 ns
11:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.882846000, lastModified=2022-06-15 11:03:06.881947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.882846000, lastModified=2022-06-15 11:03:06.881947000, delta=899000 ns, racy<=17500 ns
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.883213000, lastModified=2022-06-15 11:03:06.882947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.883213000, lastModified=2022-06-15 11:03:06.882947000, delta=266000 ns, racy<=17500 ns
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.883508000, lastModified=2022-06-15 11:03:06.882947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.883508000, lastModified=2022-06-15 11:03:06.882947000, delta=561000 ns, racy<=17500 ns
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.883881000, lastModified=2022-06-15 11:03:06.882947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.883881000, lastModified=2022-06-15 11:03:06.882947000, delta=934000 ns, racy<=17500 ns
11:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.884276000, lastModified=2022-06-15 11:03:06.883947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.884276000, lastModified=2022-06-15 11:03:06.883947000, delta=329000 ns, racy<=17500 ns
11:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.888346000, lastModified=2022-06-15 11:03:06.887947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.888346000, lastModified=2022-06-15 11:03:06.887947000, delta=399000 ns, racy<=17500 ns
11:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.888782000, lastModified=2022-06-15 11:03:06.887947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.888782000, lastModified=2022-06-15 11:03:06.887947000, delta=835000 ns, racy<=17500 ns
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.889199000, lastModified=2022-06-15 11:03:06.888947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.889199000, lastModified=2022-06-15 11:03:06.888947000, delta=252000 ns, racy<=17500 ns
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.889616000, lastModified=2022-06-15 11:03:06.888947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.889616000, lastModified=2022-06-15 11:03:06.888947000, delta=669000 ns, racy<=17500 ns
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.889909000, lastModified=2022-06-15 11:03:06.888947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.889909000, lastModified=2022-06-15 11:03:06.888947000, delta=962000 ns, racy<=17500 ns
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.890267000, lastModified=2022-06-15 11:03:06.889947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.890267000, lastModified=2022-06-15 11:03:06.889947000, delta=320000 ns, racy<=17500 ns
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.890615000, lastModified=2022-06-15 11:03:06.889947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.890615000, lastModified=2022-06-15 11:03:06.889947000, delta=668000 ns, racy<=17500 ns
11:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.894727000, lastModified=2022-06-15 11:03:06.889947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.889947000 to 2022-06-15 11:03:06.893947000
11:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.895145000, lastModified=2022-06-15 11:03:06.894947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.895145000, lastModified=2022-06-15 11:03:06.894947000, delta=198000 ns, racy<=17500 ns
11:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.895573000, lastModified=2022-06-15 11:03:06.894947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.895573000, lastModified=2022-06-15 11:03:06.894947000, delta=626000 ns, racy<=17500 ns
11:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.895918000, lastModified=2022-06-15 11:03:06.894947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.895918000, lastModified=2022-06-15 11:03:06.894947000, delta=971000 ns, racy<=17500 ns
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.896270000, lastModified=2022-06-15 11:03:06.895947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.896270000, lastModified=2022-06-15 11:03:06.895947000, delta=323000 ns, racy<=17500 ns
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.896577000, lastModified=2022-06-15 11:03:06.895947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.896577000, lastModified=2022-06-15 11:03:06.895947000, delta=630000 ns, racy<=17500 ns
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.896939000, lastModified=2022-06-15 11:03:06.895947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.895947000 to 2022-06-15 11:03:06.896947000
11:03:06.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.897313000, lastModified=2022-06-15 11:03:06.896947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.897313000, lastModified=2022-06-15 11:03:06.896947000, delta=366000 ns, racy<=17500 ns
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.905282000, lastModified=2022-06-15 11:03:06.904947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.905282000, lastModified=2022-06-15 11:03:06.904947000, delta=335000 ns, racy<=17500 ns
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.905706000, lastModified=2022-06-15 11:03:06.904947000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.905706000, lastModified=2022-06-15 11:03:06.904947000, delta=759000 ns, racy<=17500 ns
11:03:06.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.906207000, lastModified=2022-06-15 11:03:06.905948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.906207000, lastModified=2022-06-15 11:03:06.905948000, delta=259000 ns, racy<=17500 ns
11:03:06.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.906513000, lastModified=2022-06-15 11:03:06.905948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.906513000, lastModified=2022-06-15 11:03:06.905948000, delta=565000 ns, racy<=17500 ns
11:03:06.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.906861000, lastModified=2022-06-15 11:03:06.905948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.906861000, lastModified=2022-06-15 11:03:06.905948000, delta=913000 ns, racy<=17500 ns
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.907209000, lastModified=2022-06-15 11:03:06.906948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.907209000, lastModified=2022-06-15 11:03:06.906948000, delta=261000 ns, racy<=17500 ns
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.907536000, lastModified=2022-06-15 11:03:06.906948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.907536000, lastModified=2022-06-15 11:03:06.906948000, delta=588000 ns, racy<=17500 ns
11:03:06.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.911407000, lastModified=2022-06-15 11:03:06.906948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.906948000 to 2022-06-15 11:03:06.910948000
11:03:06.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.911793000, lastModified=2022-06-15 11:03:06.910948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.911793000, lastModified=2022-06-15 11:03:06.910948000, delta=845000 ns, racy<=17500 ns
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.912203000, lastModified=2022-06-15 11:03:06.911948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.912203000, lastModified=2022-06-15 11:03:06.911948000, delta=255000 ns, racy<=17500 ns
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.912492000, lastModified=2022-06-15 11:03:06.911948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.912492000, lastModified=2022-06-15 11:03:06.911948000, delta=544000 ns, racy<=17500 ns
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.912784000, lastModified=2022-06-15 11:03:06.911948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.912784000, lastModified=2022-06-15 11:03:06.911948000, delta=836000 ns, racy<=17500 ns
11:03:06.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.913172000, lastModified=2022-06-15 11:03:06.911948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.911948000 to 2022-06-15 11:03:06.912948000
11:03:06.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.913472000, lastModified=2022-06-15 11:03:06.912948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.913472000, lastModified=2022-06-15 11:03:06.912948000, delta=524000 ns, racy<=17500 ns
11:03:06.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.913903000, lastModified=2022-06-15 11:03:06.912948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.912948000 to 2022-06-15 11:03:06.913948000
11:03:06.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.918352000, lastModified=2022-06-15 11:03:06.917948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.918352000, lastModified=2022-06-15 11:03:06.917948000, delta=404000 ns, racy<=17500 ns
11:03:06.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.918750000, lastModified=2022-06-15 11:03:06.917948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.918750000, lastModified=2022-06-15 11:03:06.917948000, delta=802000 ns, racy<=17500 ns
11:03:06.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.919113000, lastModified=2022-06-15 11:03:06.917948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.917948000 to 2022-06-15 11:03:06.918948000
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.919421000, lastModified=2022-06-15 11:03:06.918948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.919421000, lastModified=2022-06-15 11:03:06.918948000, delta=473000 ns, racy<=17500 ns
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.919741000, lastModified=2022-06-15 11:03:06.918948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.919741000, lastModified=2022-06-15 11:03:06.918948000, delta=793000 ns, racy<=17500 ns
11:03:06.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.920158000, lastModified=2022-06-15 11:03:06.918948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.918948000 to 2022-06-15 11:03:06.919948000
11:03:06.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.920563000, lastModified=2022-06-15 11:03:06.919948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.920563000, lastModified=2022-06-15 11:03:06.919948000, delta=615000 ns, racy<=17500 ns
11:03:06.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.925312000, lastModified=2022-06-15 11:03:06.919948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.919948000 to 2022-06-15 11:03:06.924948000
11:03:06.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.925725000, lastModified=2022-06-15 11:03:06.924948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.925725000, lastModified=2022-06-15 11:03:06.924948000, delta=777000 ns, racy<=17500 ns
11:03:06.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.926167000, lastModified=2022-06-15 11:03:06.925948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.926167000, lastModified=2022-06-15 11:03:06.925948000, delta=219000 ns, racy<=17500 ns
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.926473000, lastModified=2022-06-15 11:03:06.925948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.926473000, lastModified=2022-06-15 11:03:06.925948000, delta=525000 ns, racy<=17500 ns
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.926784000, lastModified=2022-06-15 11:03:06.925948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.926784000, lastModified=2022-06-15 11:03:06.925948000, delta=836000 ns, racy<=17500 ns
11:03:06.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.927107000, lastModified=2022-06-15 11:03:06.925948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.925948000 to 2022-06-15 11:03:06.926948000
11:03:06.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.927460000, lastModified=2022-06-15 11:03:06.926948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.927460000, lastModified=2022-06-15 11:03:06.926948000, delta=512000 ns, racy<=17500 ns
11:03:06.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.927850000, lastModified=2022-06-15 11:03:06.926948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.927850000, lastModified=2022-06-15 11:03:06.926948000, delta=902000 ns, racy<=17500 ns
11:03:06.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.932633000, lastModified=2022-06-15 11:03:06.931948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.932633000, lastModified=2022-06-15 11:03:06.931948000, delta=685000 ns, racy<=17500 ns
11:03:06.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.933086000, lastModified=2022-06-15 11:03:06.931948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.931948000 to 2022-06-15 11:03:06.932948000
11:03:06.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.933471000, lastModified=2022-06-15 11:03:06.932948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.933471000, lastModified=2022-06-15 11:03:06.932948000, delta=523000 ns, racy<=17500 ns
11:03:06.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.933856000, lastModified=2022-06-15 11:03:06.932948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.933856000, lastModified=2022-06-15 11:03:06.932948000, delta=908000 ns, racy<=17500 ns
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.934184000, lastModified=2022-06-15 11:03:06.933948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.934184000, lastModified=2022-06-15 11:03:06.933948000, delta=236000 ns, racy<=17500 ns
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.934454000, lastModified=2022-06-15 11:03:06.933948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.934454000, lastModified=2022-06-15 11:03:06.933948000, delta=506000 ns, racy<=17500 ns
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.934750000, lastModified=2022-06-15 11:03:06.933948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.934750000, lastModified=2022-06-15 11:03:06.933948000, delta=802000 ns, racy<=17500 ns
11:03:06.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.939567000, lastModified=2022-06-15 11:03:06.933948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.933948000 to 2022-06-15 11:03:06.938948000
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.940015000, lastModified=2022-06-15 11:03:06.938948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.938948000 to 2022-06-15 11:03:06.939948000
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.940441000, lastModified=2022-06-15 11:03:06.939948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.940441000, lastModified=2022-06-15 11:03:06.939948000, delta=493000 ns, racy<=17500 ns
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.940722000, lastModified=2022-06-15 11:03:06.939948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.940722000, lastModified=2022-06-15 11:03:06.939948000, delta=774000 ns, racy<=17500 ns
11:03:06.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.941014000, lastModified=2022-06-15 11:03:06.939948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.939948000 to 2022-06-15 11:03:06.940948000
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.941351000, lastModified=2022-06-15 11:03:06.940948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.941351000, lastModified=2022-06-15 11:03:06.940948000, delta=403000 ns, racy<=17500 ns
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.941654000, lastModified=2022-06-15 11:03:06.940948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.941654000, lastModified=2022-06-15 11:03:06.940948000, delta=706000 ns, racy<=17500 ns
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.941940000, lastModified=2022-06-15 11:03:06.940948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.941940000, lastModified=2022-06-15 11:03:06.940948000, delta=992000 ns, racy<=17500 ns
11:03:06.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.946705000, lastModified=2022-06-15 11:03:06.945948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.946705000, lastModified=2022-06-15 11:03:06.945948000, delta=757000 ns, racy<=17500 ns
11:03:06.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.947150000, lastModified=2022-06-15 11:03:06.945948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.945948000 to 2022-06-15 11:03:06.946948000
11:03:06.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.947553000, lastModified=2022-06-15 11:03:06.946948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.947553000, lastModified=2022-06-15 11:03:06.946948000, delta=605000 ns, racy<=17500 ns
11:03:06.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.947833000, lastModified=2022-06-15 11:03:06.946948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.947833000, lastModified=2022-06-15 11:03:06.946948000, delta=885000 ns, racy<=17500 ns
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.948230000, lastModified=2022-06-15 11:03:06.947948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.948230000, lastModified=2022-06-15 11:03:06.947948000, delta=282000 ns, racy<=17500 ns
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.948560000, lastModified=2022-06-15 11:03:06.947948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.948560000, lastModified=2022-06-15 11:03:06.947948000, delta=612000 ns, racy<=17500 ns
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.948872000, lastModified=2022-06-15 11:03:06.947948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.948872000, lastModified=2022-06-15 11:03:06.947948000, delta=924000 ns, racy<=17500 ns
11:03:06.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.953954000, lastModified=2022-06-15 11:03:06.948948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.948948000 to 2022-06-15 11:03:06.953948000
11:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.954399000, lastModified=2022-06-15 11:03:06.953948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.954399000, lastModified=2022-06-15 11:03:06.953948000, delta=451000 ns, racy<=17500 ns
11:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.954790000, lastModified=2022-06-15 11:03:06.953948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.954790000, lastModified=2022-06-15 11:03:06.953948000, delta=842000 ns, racy<=17500 ns
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.955232000, lastModified=2022-06-15 11:03:06.954948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.955232000, lastModified=2022-06-15 11:03:06.954948000, delta=284000 ns, racy<=17500 ns
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.955604000, lastModified=2022-06-15 11:03:06.954948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.955604000, lastModified=2022-06-15 11:03:06.954948000, delta=656000 ns, racy<=17500 ns
11:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.956003000, lastModified=2022-06-15 11:03:06.954948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.954948000 to 2022-06-15 11:03:06.955948000
11:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.956377000, lastModified=2022-06-15 11:03:06.955948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.956377000, lastModified=2022-06-15 11:03:06.955948000, delta=429000 ns, racy<=17500 ns
11:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.956811000, lastModified=2022-06-15 11:03:06.955948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.956811000, lastModified=2022-06-15 11:03:06.955948000, delta=863000 ns, racy<=17500 ns
11:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.961931000, lastModified=2022-06-15 11:03:06.960948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.961931000, lastModified=2022-06-15 11:03:06.960948000, delta=983000 ns, racy<=17500 ns
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.962321000, lastModified=2022-06-15 11:03:06.961948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.962321000, lastModified=2022-06-15 11:03:06.961948000, delta=373000 ns, racy<=17500 ns
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.962700000, lastModified=2022-06-15 11:03:06.961948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.962700000, lastModified=2022-06-15 11:03:06.961948000, delta=752000 ns, racy<=17500 ns
11:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.963167000, lastModified=2022-06-15 11:03:06.961948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.961948000 to 2022-06-15 11:03:06.962948000
11:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.963486000, lastModified=2022-06-15 11:03:06.962948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.963486000, lastModified=2022-06-15 11:03:06.962948000, delta=538000 ns, racy<=17500 ns
11:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.963799000, lastModified=2022-06-15 11:03:06.962948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.963799000, lastModified=2022-06-15 11:03:06.962948000, delta=851000 ns, racy<=17500 ns
11:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.964189000, lastModified=2022-06-15 11:03:06.963948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.964189000, lastModified=2022-06-15 11:03:06.963948000, delta=241000 ns, racy<=17500 ns
11:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.971856000, lastModified=2022-06-15 11:03:06.963948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.963948000 to 2022-06-15 11:03:06.971948000
11:03:06.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.972331000, lastModified=2022-06-15 11:03:06.971948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.972331000, lastModified=2022-06-15 11:03:06.971948000, delta=383000 ns, racy<=17500 ns
11:03:06.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.972737000, lastModified=2022-06-15 11:03:06.971948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.972737000, lastModified=2022-06-15 11:03:06.971948000, delta=789000 ns, racy<=17500 ns
11:03:06.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.973080000, lastModified=2022-06-15 11:03:06.971948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.971948000 to 2022-06-15 11:03:06.972948000
11:03:06.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.973508000, lastModified=2022-06-15 11:03:06.972948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.973508000, lastModified=2022-06-15 11:03:06.972948000, delta=560000 ns, racy<=17500 ns
11:03:06.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.973877000, lastModified=2022-06-15 11:03:06.972948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.973877000, lastModified=2022-06-15 11:03:06.972948000, delta=929000 ns, racy<=17500 ns
11:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.974295000, lastModified=2022-06-15 11:03:06.973948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.974295000, lastModified=2022-06-15 11:03:06.973948000, delta=347000 ns, racy<=17500 ns
11:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.974687000, lastModified=2022-06-15 11:03:06.973948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.974687000, lastModified=2022-06-15 11:03:06.973948000, delta=739000 ns, racy<=17500 ns
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.977284000, lastModified=2022-06-15 11:03:06.976948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.977284000, lastModified=2022-06-15 11:03:06.976948000, delta=336000 ns, racy<=17500 ns
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.977712000, lastModified=2022-06-15 11:03:06.976948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.977712000, lastModified=2022-06-15 11:03:06.976948000, delta=764000 ns, racy<=17500 ns
11:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.978129000, lastModified=2022-06-15 11:03:06.976948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.976948000 to 2022-06-15 11:03:06.977948000
11:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.978595000, lastModified=2022-06-15 11:03:06.977948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.978595000, lastModified=2022-06-15 11:03:06.977948000, delta=647000 ns, racy<=17500 ns
11:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.978965000, lastModified=2022-06-15 11:03:06.977948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.977948000 to 2022-06-15 11:03:06.978948000
11:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.979446000, lastModified=2022-06-15 11:03:06.978948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.979446000, lastModified=2022-06-15 11:03:06.978948000, delta=498000 ns, racy<=17500 ns
11:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.979888000, lastModified=2022-06-15 11:03:06.978948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.979888000, lastModified=2022-06-15 11:03:06.978948000, delta=940000 ns, racy<=17500 ns
11:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.982689000, lastModified=2022-06-15 11:03:06.979948000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.979948000 to 2022-06-15 11:03:06.981949000
11:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.983176000, lastModified=2022-06-15 11:03:06.982949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.983176000, lastModified=2022-06-15 11:03:06.982949000, delta=227000 ns, racy<=17500 ns
11:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.983610000, lastModified=2022-06-15 11:03:06.982949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.983610000, lastModified=2022-06-15 11:03:06.982949000, delta=661000 ns, racy<=17500 ns
11:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.984036000, lastModified=2022-06-15 11:03:06.982949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.982949000 to 2022-06-15 11:03:06.983949000
11:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.984470000, lastModified=2022-06-15 11:03:06.983949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.984470000, lastModified=2022-06-15 11:03:06.983949000, delta=521000 ns, racy<=17500 ns
11:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.984940000, lastModified=2022-06-15 11:03:06.983949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.983949000 to 2022-06-15 11:03:06.984949000
11:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.985419000, lastModified=2022-06-15 11:03:06.984949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.985419000, lastModified=2022-06-15 11:03:06.984949000, delta=470000 ns, racy<=17500 ns
11:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.985822000, lastModified=2022-06-15 11:03:06.984949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.985822000, lastModified=2022-06-15 11:03:06.984949000, delta=873000 ns, racy<=17500 ns
11:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.988799000, lastModified=2022-06-15 11:03:06.987949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.988799000, lastModified=2022-06-15 11:03:06.987949000, delta=850000 ns, racy<=17500 ns
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.989269000, lastModified=2022-06-15 11:03:06.988949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.989269000, lastModified=2022-06-15 11:03:06.988949000, delta=320000 ns, racy<=17500 ns
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.989654000, lastModified=2022-06-15 11:03:06.988949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.989654000, lastModified=2022-06-15 11:03:06.988949000, delta=705000 ns, racy<=17500 ns
11:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.990038000, lastModified=2022-06-15 11:03:06.988949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.988949000 to 2022-06-15 11:03:06.989949000
11:03:06.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.990428000, lastModified=2022-06-15 11:03:06.989949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.990428000, lastModified=2022-06-15 11:03:06.989949000, delta=479000 ns, racy<=17500 ns
11:03:06.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.990815000, lastModified=2022-06-15 11:03:06.989949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.990815000, lastModified=2022-06-15 11:03:06.989949000, delta=866000 ns, racy<=17500 ns
11:03:06.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.991284000, lastModified=2022-06-15 11:03:06.990949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.991284000, lastModified=2022-06-15 11:03:06.990949000, delta=335000 ns, racy<=17500 ns
11:03:06.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.994252000, lastModified=2022-06-15 11:03:06.990949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.990949000 to 2022-06-15 11:03:06.993949000
11:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.994695000, lastModified=2022-06-15 11:03:06.993949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.994695000, lastModified=2022-06-15 11:03:06.993949000, delta=746000 ns, racy<=17500 ns
11:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.995010000, lastModified=2022-06-15 11:03:06.993949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.993949000 to 2022-06-15 11:03:06.994949000
11:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.995417000, lastModified=2022-06-15 11:03:06.994949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.995417000, lastModified=2022-06-15 11:03:06.994949000, delta=468000 ns, racy<=17500 ns
11:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.995822000, lastModified=2022-06-15 11:03:06.994949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.995822000, lastModified=2022-06-15 11:03:06.994949000, delta=873000 ns, racy<=17500 ns
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.996239000, lastModified=2022-06-15 11:03:06.995949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.996239000, lastModified=2022-06-15 11:03:06.995949000, delta=290000 ns, racy<=17500 ns
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.996661000, lastModified=2022-06-15 11:03:06.995949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:06.996661000, lastModified=2022-06-15 11:03:06.995949000, delta=712000 ns, racy<=17500 ns
11:03:06.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:06.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:06.997026000, lastModified=2022-06-15 11:03:06.995949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.995949000 to 2022-06-15 11:03:06.996949000
11:03:07.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.000438000, lastModified=2022-06-15 11:03:06.999949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.000438000, lastModified=2022-06-15 11:03:06.999949000, delta=489000 ns, racy<=17500 ns
11:03:07.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.000959000, lastModified=2022-06-15 11:03:06.999949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:06.999949000 to 2022-06-15 11:03:07.000949000
11:03:07.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.001440000, lastModified=2022-06-15 11:03:07.000949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.001440000, lastModified=2022-06-15 11:03:07.000949000, delta=491000 ns, racy<=17500 ns
11:03:07.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.001845000, lastModified=2022-06-15 11:03:07.000949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.001845000, lastModified=2022-06-15 11:03:07.000949000, delta=896000 ns, racy<=17500 ns
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.002213000, lastModified=2022-06-15 11:03:07.001949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.002213000, lastModified=2022-06-15 11:03:07.001949000, delta=264000 ns, racy<=17500 ns
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.002497000, lastModified=2022-06-15 11:03:07.001949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.002497000, lastModified=2022-06-15 11:03:07.001949000, delta=548000 ns, racy<=17500 ns
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.002795000, lastModified=2022-06-15 11:03:07.001949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.002795000, lastModified=2022-06-15 11:03:07.001949000, delta=846000 ns, racy<=17500 ns
11:03:07.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.005845000, lastModified=2022-06-15 11:03:07.001949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.001949000 to 2022-06-15 11:03:07.004949000
11:03:07.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.006292000, lastModified=2022-06-15 11:03:07.005949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.006292000, lastModified=2022-06-15 11:03:07.005949000, delta=343000 ns, racy<=17500 ns
11:03:07.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.006711000, lastModified=2022-06-15 11:03:07.005949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.006711000, lastModified=2022-06-15 11:03:07.005949000, delta=762000 ns, racy<=17500 ns
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.007174000, lastModified=2022-06-15 11:03:07.006949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.007174000, lastModified=2022-06-15 11:03:07.006949000, delta=225000 ns, racy<=17500 ns
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.007620000, lastModified=2022-06-15 11:03:07.006949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.007620000, lastModified=2022-06-15 11:03:07.006949000, delta=671000 ns, racy<=17500 ns
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.007900000, lastModified=2022-06-15 11:03:07.006949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.007900000, lastModified=2022-06-15 11:03:07.006949000, delta=951000 ns, racy<=17500 ns
11:03:07.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.008253000, lastModified=2022-06-15 11:03:07.007949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.008253000, lastModified=2022-06-15 11:03:07.007949000, delta=304000 ns, racy<=17500 ns
11:03:07.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.008656000, lastModified=2022-06-15 11:03:07.007949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.008656000, lastModified=2022-06-15 11:03:07.007949000, delta=707000 ns, racy<=17500 ns
11:03:07.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.011941000, lastModified=2022-06-15 11:03:07.010949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.010949000 to 2022-06-15 11:03:07.011949000
11:03:07.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.012370000, lastModified=2022-06-15 11:03:07.011949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.012370000, lastModified=2022-06-15 11:03:07.011949000, delta=421000 ns, racy<=17500 ns
11:03:07.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.012732000, lastModified=2022-06-15 11:03:07.011949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.012732000, lastModified=2022-06-15 11:03:07.011949000, delta=783000 ns, racy<=17500 ns
11:03:07.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.013120000, lastModified=2022-06-15 11:03:07.011949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.011949000 to 2022-06-15 11:03:07.012949000
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.013444000, lastModified=2022-06-15 11:03:07.012949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.013444000, lastModified=2022-06-15 11:03:07.012949000, delta=495000 ns, racy<=17500 ns
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.013746000, lastModified=2022-06-15 11:03:07.012949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.013746000, lastModified=2022-06-15 11:03:07.012949000, delta=797000 ns, racy<=17500 ns
11:03:07.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.014093000, lastModified=2022-06-15 11:03:07.012949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.012949000 to 2022-06-15 11:03:07.013949000
11:03:07.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.017205000, lastModified=2022-06-15 11:03:07.013949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.013949000 to 2022-06-15 11:03:07.016949000
11:03:07.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.017586000, lastModified=2022-06-15 11:03:07.016949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.017586000, lastModified=2022-06-15 11:03:07.016949000, delta=637000 ns, racy<=17500 ns
11:03:07.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.017923000, lastModified=2022-06-15 11:03:07.016949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.017923000, lastModified=2022-06-15 11:03:07.016949000, delta=974000 ns, racy<=17500 ns
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.018294000, lastModified=2022-06-15 11:03:07.017949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.018294000, lastModified=2022-06-15 11:03:07.017949000, delta=345000 ns, racy<=17500 ns
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.018676000, lastModified=2022-06-15 11:03:07.017949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.018676000, lastModified=2022-06-15 11:03:07.017949000, delta=727000 ns, racy<=17500 ns
11:03:07.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.019085000, lastModified=2022-06-15 11:03:07.017949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.017949000 to 2022-06-15 11:03:07.018949000
11:03:07.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.019434000, lastModified=2022-06-15 11:03:07.018949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.019434000, lastModified=2022-06-15 11:03:07.018949000, delta=485000 ns, racy<=17500 ns
11:03:07.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.019845000, lastModified=2022-06-15 11:03:07.018949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.019845000, lastModified=2022-06-15 11:03:07.018949000, delta=896000 ns, racy<=17500 ns
11:03:07.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.023577000, lastModified=2022-06-15 11:03:07.022949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.023577000, lastModified=2022-06-15 11:03:07.022949000, delta=628000 ns, racy<=17500 ns
11:03:07.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.023997000, lastModified=2022-06-15 11:03:07.022949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.022949000 to 2022-06-15 11:03:07.023949000
11:03:07.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.024360000, lastModified=2022-06-15 11:03:07.023949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.024360000, lastModified=2022-06-15 11:03:07.023949000, delta=411000 ns, racy<=17500 ns
11:03:07.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.024763000, lastModified=2022-06-15 11:03:07.023949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.024763000, lastModified=2022-06-15 11:03:07.023949000, delta=814000 ns, racy<=17500 ns
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.025268000, lastModified=2022-06-15 11:03:07.024949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.025268000, lastModified=2022-06-15 11:03:07.024949000, delta=319000 ns, racy<=17500 ns
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.025624000, lastModified=2022-06-15 11:03:07.024949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.025624000, lastModified=2022-06-15 11:03:07.024949000, delta=675000 ns, racy<=17500 ns
11:03:07.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.025991000, lastModified=2022-06-15 11:03:07.024949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.024949000 to 2022-06-15 11:03:07.025949000
11:03:07.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.029612000, lastModified=2022-06-15 11:03:07.025949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.025949000 to 2022-06-15 11:03:07.028949000
11:03:07.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.029941000, lastModified=2022-06-15 11:03:07.028949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.028949000 to 2022-06-15 11:03:07.029949000
11:03:07.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.030345000, lastModified=2022-06-15 11:03:07.029949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.030345000, lastModified=2022-06-15 11:03:07.029949000, delta=396000 ns, racy<=17500 ns
11:03:07.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.030709000, lastModified=2022-06-15 11:03:07.029949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.030709000, lastModified=2022-06-15 11:03:07.029949000, delta=760000 ns, racy<=17500 ns
11:03:07.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.031010000, lastModified=2022-06-15 11:03:07.029949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.029949000 to 2022-06-15 11:03:07.030949000
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.031383000, lastModified=2022-06-15 11:03:07.030949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.031383000, lastModified=2022-06-15 11:03:07.030949000, delta=434000 ns, racy<=17500 ns
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.031652000, lastModified=2022-06-15 11:03:07.030949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.031652000, lastModified=2022-06-15 11:03:07.030949000, delta=703000 ns, racy<=17500 ns
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.031905000, lastModified=2022-06-15 11:03:07.030949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.031905000, lastModified=2022-06-15 11:03:07.030949000, delta=956000 ns, racy<=17500 ns
11:03:07.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.035710000, lastModified=2022-06-15 11:03:07.034949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.035710000, lastModified=2022-06-15 11:03:07.034949000, delta=761000 ns, racy<=17500 ns
11:03:07.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.036167000, lastModified=2022-06-15 11:03:07.034949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.034949000 to 2022-06-15 11:03:07.035949000
11:03:07.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.036522000, lastModified=2022-06-15 11:03:07.035949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.036522000, lastModified=2022-06-15 11:03:07.035949000, delta=573000 ns, racy<=17500 ns
11:03:07.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.036910000, lastModified=2022-06-15 11:03:07.035949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.036910000, lastModified=2022-06-15 11:03:07.035949000, delta=961000 ns, racy<=17500 ns
11:03:07.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.037265000, lastModified=2022-06-15 11:03:07.036949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.037265000, lastModified=2022-06-15 11:03:07.036949000, delta=316000 ns, racy<=17500 ns
11:03:07.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.037670000, lastModified=2022-06-15 11:03:07.036949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.037670000, lastModified=2022-06-15 11:03:07.036949000, delta=721000 ns, racy<=17500 ns
11:03:07.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.038254000, lastModified=2022-06-15 11:03:07.037949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.038254000, lastModified=2022-06-15 11:03:07.037949000, delta=305000 ns, racy<=17500 ns
11:03:07.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.045346000, lastModified=2022-06-15 11:03:07.037949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.037949000 to 2022-06-15 11:03:07.044949000
11:03:07.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.045794000, lastModified=2022-06-15 11:03:07.044949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.045794000, lastModified=2022-06-15 11:03:07.044949000, delta=845000 ns, racy<=17500 ns
11:03:07.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.046134000, lastModified=2022-06-15 11:03:07.044949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.044949000 to 2022-06-15 11:03:07.045949000
11:03:07.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.046525000, lastModified=2022-06-15 11:03:07.045949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.046525000, lastModified=2022-06-15 11:03:07.045949000, delta=576000 ns, racy<=17500 ns
11:03:07.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.046859000, lastModified=2022-06-15 11:03:07.045949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.046859000, lastModified=2022-06-15 11:03:07.045949000, delta=910000 ns, racy<=17500 ns
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.047178000, lastModified=2022-06-15 11:03:07.046949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.047178000, lastModified=2022-06-15 11:03:07.046949000, delta=229000 ns, racy<=17500 ns
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.047461000, lastModified=2022-06-15 11:03:07.046949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.047461000, lastModified=2022-06-15 11:03:07.046949000, delta=512000 ns, racy<=17500 ns
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.047761000, lastModified=2022-06-15 11:03:07.046949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.047761000, lastModified=2022-06-15 11:03:07.046949000, delta=812000 ns, racy<=17500 ns
11:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.051587000, lastModified=2022-06-15 11:03:07.050949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.051587000, lastModified=2022-06-15 11:03:07.050949000, delta=638000 ns, racy<=17500 ns
11:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.051985000, lastModified=2022-06-15 11:03:07.050949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.050949000 to 2022-06-15 11:03:07.051949000
11:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.052465000, lastModified=2022-06-15 11:03:07.051949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.052465000, lastModified=2022-06-15 11:03:07.051949000, delta=516000 ns, racy<=17500 ns
11:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.052927000, lastModified=2022-06-15 11:03:07.051949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.052927000, lastModified=2022-06-15 11:03:07.051949000, delta=978000 ns, racy<=17500 ns
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.053288000, lastModified=2022-06-15 11:03:07.052949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.053288000, lastModified=2022-06-15 11:03:07.052949000, delta=339000 ns, racy<=17500 ns
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.053575000, lastModified=2022-06-15 11:03:07.052949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.053575000, lastModified=2022-06-15 11:03:07.052949000, delta=626000 ns, racy<=17500 ns
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.053838000, lastModified=2022-06-15 11:03:07.052949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.053838000, lastModified=2022-06-15 11:03:07.052949000, delta=889000 ns, racy<=17500 ns
11:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.057719000, lastModified=2022-06-15 11:03:07.053949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.053949000 to 2022-06-15 11:03:07.056949000
11:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.058158000, lastModified=2022-06-15 11:03:07.056949000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.056949000 to 2022-06-15 11:03:07.057950000
11:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.058581000, lastModified=2022-06-15 11:03:07.057950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.058581000, lastModified=2022-06-15 11:03:07.057950000, delta=631000 ns, racy<=17500 ns
11:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.058988000, lastModified=2022-06-15 11:03:07.057950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.057950000 to 2022-06-15 11:03:07.058950000
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.059393000, lastModified=2022-06-15 11:03:07.058950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.059393000, lastModified=2022-06-15 11:03:07.058950000, delta=443000 ns, racy<=17500 ns
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.059743000, lastModified=2022-06-15 11:03:07.058950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.059743000, lastModified=2022-06-15 11:03:07.058950000, delta=793000 ns, racy<=17500 ns
11:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.060094000, lastModified=2022-06-15 11:03:07.058950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.058950000 to 2022-06-15 11:03:07.059950000
11:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.060507000, lastModified=2022-06-15 11:03:07.059950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.060507000, lastModified=2022-06-15 11:03:07.059950000, delta=557000 ns, racy<=17500 ns
11:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.064506000, lastModified=2022-06-15 11:03:07.063950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.064506000, lastModified=2022-06-15 11:03:07.063950000, delta=556000 ns, racy<=17500 ns
11:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.064956000, lastModified=2022-06-15 11:03:07.063950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.064956000, lastModified=2022-06-15 11:03:07.063950000, delta=1006000 ns, racy<=17500 ns
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.065372000, lastModified=2022-06-15 11:03:07.064950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.065372000, lastModified=2022-06-15 11:03:07.064950000, delta=422000 ns, racy<=17500 ns
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.065651000, lastModified=2022-06-15 11:03:07.064950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.065651000, lastModified=2022-06-15 11:03:07.064950000, delta=701000 ns, racy<=17500 ns
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.065980000, lastModified=2022-06-15 11:03:07.064950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.064950000 to 2022-06-15 11:03:07.065950000
11:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.066361000, lastModified=2022-06-15 11:03:07.065950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.066361000, lastModified=2022-06-15 11:03:07.065950000, delta=411000 ns, racy<=17500 ns
11:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.066647000, lastModified=2022-06-15 11:03:07.065950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.066647000, lastModified=2022-06-15 11:03:07.065950000, delta=697000 ns, racy<=17500 ns
11:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.070963000, lastModified=2022-06-15 11:03:07.065950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.065950000 to 2022-06-15 11:03:07.070950000
11:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.071395000, lastModified=2022-06-15 11:03:07.070950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.071395000, lastModified=2022-06-15 11:03:07.070950000, delta=445000 ns, racy<=17500 ns
11:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.071828000, lastModified=2022-06-15 11:03:07.070950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.071828000, lastModified=2022-06-15 11:03:07.070950000, delta=878000 ns, racy<=17500 ns
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.072266000, lastModified=2022-06-15 11:03:07.071950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.072266000, lastModified=2022-06-15 11:03:07.071950000, delta=316000 ns, racy<=17500 ns
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.072654000, lastModified=2022-06-15 11:03:07.071950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.072654000, lastModified=2022-06-15 11:03:07.071950000, delta=704000 ns, racy<=17500 ns
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.072949000, lastModified=2022-06-15 11:03:07.071950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.072949000, lastModified=2022-06-15 11:03:07.071950000, delta=999000 ns, racy<=17500 ns
11:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.073251000, lastModified=2022-06-15 11:03:07.072950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.073251000, lastModified=2022-06-15 11:03:07.072950000, delta=301000 ns, racy<=17500 ns
11:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.073619000, lastModified=2022-06-15 11:03:07.072950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.073619000, lastModified=2022-06-15 11:03:07.072950000, delta=669000 ns, racy<=17500 ns
11:03:07.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.078617000, lastModified=2022-06-15 11:03:07.077950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.078617000, lastModified=2022-06-15 11:03:07.077950000, delta=667000 ns, racy<=17500 ns
11:03:07.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.079017000, lastModified=2022-06-15 11:03:07.077950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.077950000 to 2022-06-15 11:03:07.078950000
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.079366000, lastModified=2022-06-15 11:03:07.078950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.079366000, lastModified=2022-06-15 11:03:07.078950000, delta=416000 ns, racy<=17500 ns
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.079645000, lastModified=2022-06-15 11:03:07.078950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.079645000, lastModified=2022-06-15 11:03:07.078950000, delta=695000 ns, racy<=17500 ns
11:03:07.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.080002000, lastModified=2022-06-15 11:03:07.078950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.078950000 to 2022-06-15 11:03:07.079950000
11:03:07.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.080478000, lastModified=2022-06-15 11:03:07.079950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.080478000, lastModified=2022-06-15 11:03:07.079950000, delta=528000 ns, racy<=17500 ns
11:03:07.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.080913000, lastModified=2022-06-15 11:03:07.079950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.080913000, lastModified=2022-06-15 11:03:07.079950000, delta=963000 ns, racy<=17500 ns
11:03:07.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.085824000, lastModified=2022-06-15 11:03:07.080950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.080950000 to 2022-06-15 11:03:07.084950000
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.086242000, lastModified=2022-06-15 11:03:07.085950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.086242000, lastModified=2022-06-15 11:03:07.085950000, delta=292000 ns, racy<=17500 ns
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.086620000, lastModified=2022-06-15 11:03:07.085950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.086620000, lastModified=2022-06-15 11:03:07.085950000, delta=670000 ns, racy<=17500 ns
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.086969000, lastModified=2022-06-15 11:03:07.085950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.085950000 to 2022-06-15 11:03:07.086950000
11:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.087354000, lastModified=2022-06-15 11:03:07.086950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.087354000, lastModified=2022-06-15 11:03:07.086950000, delta=404000 ns, racy<=17500 ns
11:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.087626000, lastModified=2022-06-15 11:03:07.086950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.087626000, lastModified=2022-06-15 11:03:07.086950000, delta=676000 ns, racy<=17500 ns
11:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.088012000, lastModified=2022-06-15 11:03:07.086950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.086950000 to 2022-06-15 11:03:07.087950000
11:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.088340000, lastModified=2022-06-15 11:03:07.087950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.088340000, lastModified=2022-06-15 11:03:07.087950000, delta=390000 ns, racy<=17500 ns
11:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.093456000, lastModified=2022-06-15 11:03:07.092950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.093456000, lastModified=2022-06-15 11:03:07.092950000, delta=506000 ns, racy<=17500 ns
11:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.093843000, lastModified=2022-06-15 11:03:07.092950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.093843000, lastModified=2022-06-15 11:03:07.092950000, delta=893000 ns, racy<=17500 ns
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.094202000, lastModified=2022-06-15 11:03:07.093950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.094202000, lastModified=2022-06-15 11:03:07.093950000, delta=252000 ns, racy<=17500 ns
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.094591000, lastModified=2022-06-15 11:03:07.093950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.094591000, lastModified=2022-06-15 11:03:07.093950000, delta=641000 ns, racy<=17500 ns
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.094942000, lastModified=2022-06-15 11:03:07.093950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.093950000 to 2022-06-15 11:03:07.094950000
11:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.095363000, lastModified=2022-06-15 11:03:07.094950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.095363000, lastModified=2022-06-15 11:03:07.094950000, delta=413000 ns, racy<=17500 ns
11:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.095647000, lastModified=2022-06-15 11:03:07.094950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.095647000, lastModified=2022-06-15 11:03:07.094950000, delta=697000 ns, racy<=17500 ns
11:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.100646000, lastModified=2022-06-15 11:03:07.094950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.094950000 to 2022-06-15 11:03:07.099950000
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.101022000, lastModified=2022-06-15 11:03:07.099950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.099950000 to 2022-06-15 11:03:07.100950000
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.101449000, lastModified=2022-06-15 11:03:07.100950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.101449000, lastModified=2022-06-15 11:03:07.100950000, delta=499000 ns, racy<=17500 ns
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.101829000, lastModified=2022-06-15 11:03:07.100950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.101829000, lastModified=2022-06-15 11:03:07.100950000, delta=879000 ns, racy<=17500 ns
11:03:07.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.102191000, lastModified=2022-06-15 11:03:07.101950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.102191000, lastModified=2022-06-15 11:03:07.101950000, delta=241000 ns, racy<=17500 ns
11:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.102696000, lastModified=2022-06-15 11:03:07.101950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.102696000, lastModified=2022-06-15 11:03:07.101950000, delta=746000 ns, racy<=17500 ns
11:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.102981000, lastModified=2022-06-15 11:03:07.101950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.101950000 to 2022-06-15 11:03:07.102950000
11:03:07.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.103331000, lastModified=2022-06-15 11:03:07.102950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.103331000, lastModified=2022-06-15 11:03:07.102950000, delta=381000 ns, racy<=17500 ns
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.108408000, lastModified=2022-06-15 11:03:07.107950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.108408000, lastModified=2022-06-15 11:03:07.107950000, delta=458000 ns, racy<=17500 ns
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.108782000, lastModified=2022-06-15 11:03:07.107950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.108782000, lastModified=2022-06-15 11:03:07.107950000, delta=832000 ns, racy<=17500 ns
11:03:07.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.109084000, lastModified=2022-06-15 11:03:07.107950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.107950000 to 2022-06-15 11:03:07.108950000
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.109391000, lastModified=2022-06-15 11:03:07.108950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.109391000, lastModified=2022-06-15 11:03:07.108950000, delta=441000 ns, racy<=17500 ns
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.109722000, lastModified=2022-06-15 11:03:07.108950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.109722000, lastModified=2022-06-15 11:03:07.108950000, delta=772000 ns, racy<=17500 ns
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.109974000, lastModified=2022-06-15 11:03:07.108950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.108950000 to 2022-06-15 11:03:07.109950000
11:03:07.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.110363000, lastModified=2022-06-15 11:03:07.109950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.110363000, lastModified=2022-06-15 11:03:07.109950000, delta=413000 ns, racy<=17500 ns
11:03:07.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.115372000, lastModified=2022-06-15 11:03:07.109950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.109950000 to 2022-06-15 11:03:07.114950000
11:03:07.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.115737000, lastModified=2022-06-15 11:03:07.114950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.115737000, lastModified=2022-06-15 11:03:07.114950000, delta=787000 ns, racy<=17500 ns
11:03:07.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.116168000, lastModified=2022-06-15 11:03:07.114950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.114950000 to 2022-06-15 11:03:07.115950000
11:03:07.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.116489000, lastModified=2022-06-15 11:03:07.115950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.116489000, lastModified=2022-06-15 11:03:07.115950000, delta=539000 ns, racy<=17500 ns
11:03:07.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.116892000, lastModified=2022-06-15 11:03:07.115950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.116892000, lastModified=2022-06-15 11:03:07.115950000, delta=942000 ns, racy<=17500 ns
11:03:07.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.117365000, lastModified=2022-06-15 11:03:07.116950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.117365000, lastModified=2022-06-15 11:03:07.116950000, delta=415000 ns, racy<=17500 ns
11:03:07.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.117752000, lastModified=2022-06-15 11:03:07.116950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.117752000, lastModified=2022-06-15 11:03:07.116950000, delta=802000 ns, racy<=17500 ns
11:03:07.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.118192000, lastModified=2022-06-15 11:03:07.117950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.118192000, lastModified=2022-06-15 11:03:07.117950000, delta=242000 ns, racy<=17500 ns
11:03:07.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.126152000, lastModified=2022-06-15 11:03:07.124950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.124950000 to 2022-06-15 11:03:07.125950000
11:03:07.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.126552000, lastModified=2022-06-15 11:03:07.125950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.126552000, lastModified=2022-06-15 11:03:07.125950000, delta=602000 ns, racy<=17500 ns
11:03:07.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.126982000, lastModified=2022-06-15 11:03:07.125950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.125950000 to 2022-06-15 11:03:07.126950000
11:03:07.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.127386000, lastModified=2022-06-15 11:03:07.126950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.127386000, lastModified=2022-06-15 11:03:07.126950000, delta=436000 ns, racy<=17500 ns
11:03:07.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.127724000, lastModified=2022-06-15 11:03:07.126950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.127724000, lastModified=2022-06-15 11:03:07.126950000, delta=774000 ns, racy<=17500 ns
11:03:07.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.128185000, lastModified=2022-06-15 11:03:07.127950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.128185000, lastModified=2022-06-15 11:03:07.127950000, delta=235000 ns, racy<=17500 ns
11:03:07.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.128656000, lastModified=2022-06-15 11:03:07.127950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.128656000, lastModified=2022-06-15 11:03:07.127950000, delta=706000 ns, racy<=17500 ns
11:03:07.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.131226000, lastModified=2022-06-15 11:03:07.127950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.127950000 to 2022-06-15 11:03:07.130950000
11:03:07.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.131768000, lastModified=2022-06-15 11:03:07.130950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.131768000, lastModified=2022-06-15 11:03:07.130950000, delta=818000 ns, racy<=17500 ns
11:03:07.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.132123000, lastModified=2022-06-15 11:03:07.130950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.130950000 to 2022-06-15 11:03:07.131950000
11:03:07.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.132487000, lastModified=2022-06-15 11:03:07.131950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.132487000, lastModified=2022-06-15 11:03:07.131950000, delta=537000 ns, racy<=17500 ns
11:03:07.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.132978000, lastModified=2022-06-15 11:03:07.131950000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.131950000 to 2022-06-15 11:03:07.132951000
11:03:07.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.133402000, lastModified=2022-06-15 11:03:07.132951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.133402000, lastModified=2022-06-15 11:03:07.132951000, delta=451000 ns, racy<=17500 ns
11:03:07.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.133866000, lastModified=2022-06-15 11:03:07.132951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.133866000, lastModified=2022-06-15 11:03:07.132951000, delta=915000 ns, racy<=17500 ns
11:03:07.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.134382000, lastModified=2022-06-15 11:03:07.133951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.134382000, lastModified=2022-06-15 11:03:07.133951000, delta=431000 ns, racy<=17500 ns
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.137270000, lastModified=2022-06-15 11:03:07.136951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.137270000, lastModified=2022-06-15 11:03:07.136951000, delta=319000 ns, racy<=17500 ns
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.137671000, lastModified=2022-06-15 11:03:07.136951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.137671000, lastModified=2022-06-15 11:03:07.136951000, delta=720000 ns, racy<=17500 ns
11:03:07.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.138079000, lastModified=2022-06-15 11:03:07.136951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.136951000 to 2022-06-15 11:03:07.137951000
11:03:07.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.138496000, lastModified=2022-06-15 11:03:07.137951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.138496000, lastModified=2022-06-15 11:03:07.137951000, delta=545000 ns, racy<=17500 ns
11:03:07.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.139033000, lastModified=2022-06-15 11:03:07.137951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.137951000 to 2022-06-15 11:03:07.138951000
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.139419000, lastModified=2022-06-15 11:03:07.138951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.139419000, lastModified=2022-06-15 11:03:07.138951000, delta=468000 ns, racy<=17500 ns
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.139742000, lastModified=2022-06-15 11:03:07.138951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.139742000, lastModified=2022-06-15 11:03:07.138951000, delta=791000 ns, racy<=17500 ns
11:03:07.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.144579000, lastModified=2022-06-15 11:03:07.138951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.138951000 to 2022-06-15 11:03:07.143951000
11:03:07.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.144935000, lastModified=2022-06-15 11:03:07.143951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.143951000 to 2022-06-15 11:03:07.144951000
11:03:07.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.145400000, lastModified=2022-06-15 11:03:07.144951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.145400000, lastModified=2022-06-15 11:03:07.144951000, delta=449000 ns, racy<=17500 ns
11:03:07.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.145782000, lastModified=2022-06-15 11:03:07.144951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.145782000, lastModified=2022-06-15 11:03:07.144951000, delta=831000 ns, racy<=17500 ns
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.146219000, lastModified=2022-06-15 11:03:07.145951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.146219000, lastModified=2022-06-15 11:03:07.145951000, delta=268000 ns, racy<=17500 ns
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.146581000, lastModified=2022-06-15 11:03:07.145951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.146581000, lastModified=2022-06-15 11:03:07.145951000, delta=630000 ns, racy<=17500 ns
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.146884000, lastModified=2022-06-15 11:03:07.145951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.146884000, lastModified=2022-06-15 11:03:07.145951000, delta=933000 ns, racy<=17500 ns
11:03:07.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.147255000, lastModified=2022-06-15 11:03:07.146951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.147255000, lastModified=2022-06-15 11:03:07.146951000, delta=304000 ns, racy<=17500 ns
11:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.150388000, lastModified=2022-06-15 11:03:07.149951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.150388000, lastModified=2022-06-15 11:03:07.149951000, delta=437000 ns, racy<=17500 ns
11:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.150806000, lastModified=2022-06-15 11:03:07.149951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.150806000, lastModified=2022-06-15 11:03:07.149951000, delta=855000 ns, racy<=17500 ns
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.151215000, lastModified=2022-06-15 11:03:07.150951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.151215000, lastModified=2022-06-15 11:03:07.150951000, delta=264000 ns, racy<=17500 ns
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.151514000, lastModified=2022-06-15 11:03:07.150951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.151514000, lastModified=2022-06-15 11:03:07.150951000, delta=563000 ns, racy<=17500 ns
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.151846000, lastModified=2022-06-15 11:03:07.150951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.151846000, lastModified=2022-06-15 11:03:07.150951000, delta=895000 ns, racy<=17500 ns
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.152170000, lastModified=2022-06-15 11:03:07.151951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.152170000, lastModified=2022-06-15 11:03:07.151951000, delta=219000 ns, racy<=17500 ns
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.152549000, lastModified=2022-06-15 11:03:07.151951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.152549000, lastModified=2022-06-15 11:03:07.151951000, delta=598000 ns, racy<=17500 ns
11:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.155421000, lastModified=2022-06-15 11:03:07.151951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.151951000 to 2022-06-15 11:03:07.154951000
11:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.155806000, lastModified=2022-06-15 11:03:07.154951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.155806000, lastModified=2022-06-15 11:03:07.154951000, delta=855000 ns, racy<=17500 ns
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.156290000, lastModified=2022-06-15 11:03:07.155951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.156290000, lastModified=2022-06-15 11:03:07.155951000, delta=339000 ns, racy<=17500 ns
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.156696000, lastModified=2022-06-15 11:03:07.155951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.156696000, lastModified=2022-06-15 11:03:07.155951000, delta=745000 ns, racy<=17500 ns
11:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.157090000, lastModified=2022-06-15 11:03:07.155951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.155951000 to 2022-06-15 11:03:07.156951000
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.157458000, lastModified=2022-06-15 11:03:07.156951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.157458000, lastModified=2022-06-15 11:03:07.156951000, delta=507000 ns, racy<=17500 ns
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.157803000, lastModified=2022-06-15 11:03:07.156951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.157803000, lastModified=2022-06-15 11:03:07.156951000, delta=852000 ns, racy<=17500 ns
11:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.158175000, lastModified=2022-06-15 11:03:07.156951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.156951000 to 2022-06-15 11:03:07.157951000
11:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.161183000, lastModified=2022-06-15 11:03:07.160951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.161183000, lastModified=2022-06-15 11:03:07.160951000, delta=232000 ns, racy<=17500 ns
11:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.161624000, lastModified=2022-06-15 11:03:07.160951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.161624000, lastModified=2022-06-15 11:03:07.160951000, delta=673000 ns, racy<=17500 ns
11:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.162013000, lastModified=2022-06-15 11:03:07.160951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.160951000 to 2022-06-15 11:03:07.161951000
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.162343000, lastModified=2022-06-15 11:03:07.161951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.162343000, lastModified=2022-06-15 11:03:07.161951000, delta=392000 ns, racy<=17500 ns
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.162707000, lastModified=2022-06-15 11:03:07.161951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.162707000, lastModified=2022-06-15 11:03:07.161951000, delta=756000 ns, racy<=17500 ns
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.162987000, lastModified=2022-06-15 11:03:07.161951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.161951000 to 2022-06-15 11:03:07.162951000
11:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.163403000, lastModified=2022-06-15 11:03:07.162951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.163403000, lastModified=2022-06-15 11:03:07.162951000, delta=452000 ns, racy<=17500 ns
11:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.166431000, lastModified=2022-06-15 11:03:07.162951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.162951000 to 2022-06-15 11:03:07.165951000
11:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.166870000, lastModified=2022-06-15 11:03:07.165951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.166870000, lastModified=2022-06-15 11:03:07.165951000, delta=919000 ns, racy<=17500 ns
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.167242000, lastModified=2022-06-15 11:03:07.166951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.167242000, lastModified=2022-06-15 11:03:07.166951000, delta=291000 ns, racy<=17500 ns
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.167505000, lastModified=2022-06-15 11:03:07.166951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.167505000, lastModified=2022-06-15 11:03:07.166951000, delta=554000 ns, racy<=17500 ns
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.167853000, lastModified=2022-06-15 11:03:07.166951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.167853000, lastModified=2022-06-15 11:03:07.166951000, delta=902000 ns, racy<=17500 ns
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.168234000, lastModified=2022-06-15 11:03:07.167951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.168234000, lastModified=2022-06-15 11:03:07.167951000, delta=283000 ns, racy<=17500 ns
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.168630000, lastModified=2022-06-15 11:03:07.167951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.168630000, lastModified=2022-06-15 11:03:07.167951000, delta=679000 ns, racy<=17500 ns
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.168970000, lastModified=2022-06-15 11:03:07.167951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.168970000, lastModified=2022-06-15 11:03:07.167951000, delta=1019000 ns, racy<=17500 ns
11:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.171939000, lastModified=2022-06-15 11:03:07.170951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.170951000 to 2022-06-15 11:03:07.171951000
11:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.172309000, lastModified=2022-06-15 11:03:07.171951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.172309000, lastModified=2022-06-15 11:03:07.171951000, delta=358000 ns, racy<=17500 ns
11:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.172658000, lastModified=2022-06-15 11:03:07.171951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.172658000, lastModified=2022-06-15 11:03:07.171951000, delta=707000 ns, racy<=17500 ns
11:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.173035000, lastModified=2022-06-15 11:03:07.171951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.171951000 to 2022-06-15 11:03:07.172951000
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.173383000, lastModified=2022-06-15 11:03:07.172951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.173383000, lastModified=2022-06-15 11:03:07.172951000, delta=432000 ns, racy<=17500 ns
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.173740000, lastModified=2022-06-15 11:03:07.172951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.173740000, lastModified=2022-06-15 11:03:07.172951000, delta=789000 ns, racy<=17500 ns
11:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.174096000, lastModified=2022-06-15 11:03:07.172951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.172951000 to 2022-06-15 11:03:07.173951000
11:03:07.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.177761000, lastModified=2022-06-15 11:03:07.173951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.173951000 to 2022-06-15 11:03:07.176951000
11:03:07.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.178180000, lastModified=2022-06-15 11:03:07.176951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.176951000 to 2022-06-15 11:03:07.177951000
11:03:07.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.178512000, lastModified=2022-06-15 11:03:07.177951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.178512000, lastModified=2022-06-15 11:03:07.177951000, delta=561000 ns, racy<=17500 ns
11:03:07.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.178847000, lastModified=2022-06-15 11:03:07.177951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.178847000, lastModified=2022-06-15 11:03:07.177951000, delta=896000 ns, racy<=17500 ns
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.179218000, lastModified=2022-06-15 11:03:07.178951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.179218000, lastModified=2022-06-15 11:03:07.178951000, delta=267000 ns, racy<=17500 ns
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.179592000, lastModified=2022-06-15 11:03:07.178951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.179592000, lastModified=2022-06-15 11:03:07.178951000, delta=641000 ns, racy<=17500 ns
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.179917000, lastModified=2022-06-15 11:03:07.178951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.179917000, lastModified=2022-06-15 11:03:07.178951000, delta=966000 ns, racy<=17500 ns
11:03:07.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.180344000, lastModified=2022-06-15 11:03:07.179951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.180344000, lastModified=2022-06-15 11:03:07.179951000, delta=393000 ns, racy<=17500 ns
11:03:07.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.188174000, lastModified=2022-06-15 11:03:07.186951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.186951000 to 2022-06-15 11:03:07.187951000
11:03:07.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.188564000, lastModified=2022-06-15 11:03:07.187951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.188564000, lastModified=2022-06-15 11:03:07.187951000, delta=613000 ns, racy<=17500 ns
11:03:07.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.188904000, lastModified=2022-06-15 11:03:07.187951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.188904000, lastModified=2022-06-15 11:03:07.187951000, delta=953000 ns, racy<=17500 ns
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.189329000, lastModified=2022-06-15 11:03:07.188951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.189329000, lastModified=2022-06-15 11:03:07.188951000, delta=378000 ns, racy<=17500 ns
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.189687000, lastModified=2022-06-15 11:03:07.188951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.189687000, lastModified=2022-06-15 11:03:07.188951000, delta=736000 ns, racy<=17500 ns
11:03:07.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.190025000, lastModified=2022-06-15 11:03:07.188951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.188951000 to 2022-06-15 11:03:07.189951000
11:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.190406000, lastModified=2022-06-15 11:03:07.189951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.190406000, lastModified=2022-06-15 11:03:07.189951000, delta=455000 ns, racy<=17500 ns
11:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.194246000, lastModified=2022-06-15 11:03:07.189951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.189951000 to 2022-06-15 11:03:07.193951000
11:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.194650000, lastModified=2022-06-15 11:03:07.193951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.194650000, lastModified=2022-06-15 11:03:07.193951000, delta=699000 ns, racy<=17500 ns
11:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.194996000, lastModified=2022-06-15 11:03:07.193951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.193951000 to 2022-06-15 11:03:07.194951000
11:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.195463000, lastModified=2022-06-15 11:03:07.194951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.195463000, lastModified=2022-06-15 11:03:07.194951000, delta=512000 ns, racy<=17500 ns
11:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.195823000, lastModified=2022-06-15 11:03:07.194951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.195823000, lastModified=2022-06-15 11:03:07.194951000, delta=872000 ns, racy<=17500 ns
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.196189000, lastModified=2022-06-15 11:03:07.195951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.196189000, lastModified=2022-06-15 11:03:07.195951000, delta=238000 ns, racy<=17500 ns
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.196521000, lastModified=2022-06-15 11:03:07.195951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.196521000, lastModified=2022-06-15 11:03:07.195951000, delta=570000 ns, racy<=17500 ns
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.196894000, lastModified=2022-06-15 11:03:07.195951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.196894000, lastModified=2022-06-15 11:03:07.195951000, delta=943000 ns, racy<=17500 ns
11:03:07.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.200916000, lastModified=2022-06-15 11:03:07.199951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.200916000, lastModified=2022-06-15 11:03:07.199951000, delta=965000 ns, racy<=17500 ns
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.201339000, lastModified=2022-06-15 11:03:07.200951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.201339000, lastModified=2022-06-15 11:03:07.200951000, delta=388000 ns, racy<=17500 ns
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.201753000, lastModified=2022-06-15 11:03:07.200951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.201753000, lastModified=2022-06-15 11:03:07.200951000, delta=802000 ns, racy<=17500 ns
11:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.202121000, lastModified=2022-06-15 11:03:07.200951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.200951000 to 2022-06-15 11:03:07.201951000
11:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.202449000, lastModified=2022-06-15 11:03:07.201951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.202449000, lastModified=2022-06-15 11:03:07.201951000, delta=498000 ns, racy<=17500 ns
11:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.202863000, lastModified=2022-06-15 11:03:07.201951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.202863000, lastModified=2022-06-15 11:03:07.201951000, delta=912000 ns, racy<=17500 ns
11:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.203220000, lastModified=2022-06-15 11:03:07.202951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.203220000, lastModified=2022-06-15 11:03:07.202951000, delta=269000 ns, racy<=17500 ns
11:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.207007000, lastModified=2022-06-15 11:03:07.202951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.202951000 to 2022-06-15 11:03:07.206951000
11:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.207447000, lastModified=2022-06-15 11:03:07.206951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.207447000, lastModified=2022-06-15 11:03:07.206951000, delta=496000 ns, racy<=17500 ns
11:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.207792000, lastModified=2022-06-15 11:03:07.206951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.207792000, lastModified=2022-06-15 11:03:07.206951000, delta=841000 ns, racy<=17500 ns
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.208209000, lastModified=2022-06-15 11:03:07.207951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.208209000, lastModified=2022-06-15 11:03:07.207951000, delta=258000 ns, racy<=17500 ns
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.208514000, lastModified=2022-06-15 11:03:07.207951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.208514000, lastModified=2022-06-15 11:03:07.207951000, delta=563000 ns, racy<=17500 ns
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.208839000, lastModified=2022-06-15 11:03:07.207951000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.208839000, lastModified=2022-06-15 11:03:07.207951000, delta=888000 ns, racy<=17500 ns
11:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.209214000, lastModified=2022-06-15 11:03:07.208952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.209214000, lastModified=2022-06-15 11:03:07.208952000, delta=262000 ns, racy<=17500 ns
11:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.209561000, lastModified=2022-06-15 11:03:07.208952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.209561000, lastModified=2022-06-15 11:03:07.208952000, delta=609000 ns, racy<=17500 ns
11:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.213563000, lastModified=2022-06-15 11:03:07.212952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.213563000, lastModified=2022-06-15 11:03:07.212952000, delta=611000 ns, racy<=17500 ns
11:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.213911000, lastModified=2022-06-15 11:03:07.212952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.213911000, lastModified=2022-06-15 11:03:07.212952000, delta=959000 ns, racy<=17500 ns
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.214372000, lastModified=2022-06-15 11:03:07.213952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.214372000, lastModified=2022-06-15 11:03:07.213952000, delta=420000 ns, racy<=17500 ns
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.214734000, lastModified=2022-06-15 11:03:07.213952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.214734000, lastModified=2022-06-15 11:03:07.213952000, delta=782000 ns, racy<=17500 ns
11:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.215165000, lastModified=2022-06-15 11:03:07.213952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.213952000 to 2022-06-15 11:03:07.214952000
11:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.215560000, lastModified=2022-06-15 11:03:07.214952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.215560000, lastModified=2022-06-15 11:03:07.214952000, delta=608000 ns, racy<=17500 ns
11:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.215928000, lastModified=2022-06-15 11:03:07.214952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.214952000 to 2022-06-15 11:03:07.215952000
11:03:07.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.219849000, lastModified=2022-06-15 11:03:07.215952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.215952000 to 2022-06-15 11:03:07.218952000
11:03:07.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.220358000, lastModified=2022-06-15 11:03:07.219952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.220358000, lastModified=2022-06-15 11:03:07.219952000, delta=406000 ns, racy<=17500 ns
11:03:07.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.220682000, lastModified=2022-06-15 11:03:07.219952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.220682000, lastModified=2022-06-15 11:03:07.219952000, delta=730000 ns, racy<=17500 ns
11:03:07.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.221052000, lastModified=2022-06-15 11:03:07.219952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.219952000 to 2022-06-15 11:03:07.220952000
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.221402000, lastModified=2022-06-15 11:03:07.220952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.221402000, lastModified=2022-06-15 11:03:07.220952000, delta=450000 ns, racy<=17500 ns
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.221717000, lastModified=2022-06-15 11:03:07.220952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.221717000, lastModified=2022-06-15 11:03:07.220952000, delta=765000 ns, racy<=17500 ns
11:03:07.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.222023000, lastModified=2022-06-15 11:03:07.220952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.220952000 to 2022-06-15 11:03:07.221952000
11:03:07.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.222416000, lastModified=2022-06-15 11:03:07.221952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.222416000, lastModified=2022-06-15 11:03:07.221952000, delta=464000 ns, racy<=17500 ns
11:03:07.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.226900000, lastModified=2022-06-15 11:03:07.225952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.226900000, lastModified=2022-06-15 11:03:07.225952000, delta=948000 ns, racy<=17500 ns
11:03:07.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.227383000, lastModified=2022-06-15 11:03:07.226952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.227383000, lastModified=2022-06-15 11:03:07.226952000, delta=431000 ns, racy<=17500 ns
11:03:07.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.227792000, lastModified=2022-06-15 11:03:07.226952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.227792000, lastModified=2022-06-15 11:03:07.226952000, delta=840000 ns, racy<=17500 ns
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.228149000, lastModified=2022-06-15 11:03:07.227952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.228149000, lastModified=2022-06-15 11:03:07.227952000, delta=197000 ns, racy<=17500 ns
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.228455000, lastModified=2022-06-15 11:03:07.227952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.228455000, lastModified=2022-06-15 11:03:07.227952000, delta=503000 ns, racy<=17500 ns
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.228737000, lastModified=2022-06-15 11:03:07.227952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.228737000, lastModified=2022-06-15 11:03:07.227952000, delta=785000 ns, racy<=17500 ns
11:03:07.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.229090000, lastModified=2022-06-15 11:03:07.227952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.227952000 to 2022-06-15 11:03:07.228952000
11:03:07.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.234287000, lastModified=2022-06-15 11:03:07.228952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.228952000 to 2022-06-15 11:03:07.233952000
11:03:07.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.234761000, lastModified=2022-06-15 11:03:07.233952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.234761000, lastModified=2022-06-15 11:03:07.233952000, delta=809000 ns, racy<=17500 ns
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.235200000, lastModified=2022-06-15 11:03:07.234952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.235200000, lastModified=2022-06-15 11:03:07.234952000, delta=248000 ns, racy<=17500 ns
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.235637000, lastModified=2022-06-15 11:03:07.234952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.235637000, lastModified=2022-06-15 11:03:07.234952000, delta=685000 ns, racy<=17500 ns
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.235982000, lastModified=2022-06-15 11:03:07.234952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.234952000 to 2022-06-15 11:03:07.235952000
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.236283000, lastModified=2022-06-15 11:03:07.235952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.236283000, lastModified=2022-06-15 11:03:07.235952000, delta=331000 ns, racy<=17500 ns
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.236592000, lastModified=2022-06-15 11:03:07.235952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.236592000, lastModified=2022-06-15 11:03:07.235952000, delta=640000 ns, racy<=17500 ns
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.236916000, lastModified=2022-06-15 11:03:07.235952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.236916000, lastModified=2022-06-15 11:03:07.235952000, delta=964000 ns, racy<=17500 ns
11:03:07.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.241772000, lastModified=2022-06-15 11:03:07.240952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.241772000, lastModified=2022-06-15 11:03:07.240952000, delta=820000 ns, racy<=17500 ns
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.242200000, lastModified=2022-06-15 11:03:07.241952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.242200000, lastModified=2022-06-15 11:03:07.241952000, delta=248000 ns, racy<=17500 ns
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.242580000, lastModified=2022-06-15 11:03:07.241952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.242580000, lastModified=2022-06-15 11:03:07.241952000, delta=628000 ns, racy<=17500 ns
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.242972000, lastModified=2022-06-15 11:03:07.241952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.242972000, lastModified=2022-06-15 11:03:07.241952000, delta=1020000 ns, racy<=17500 ns
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.243329000, lastModified=2022-06-15 11:03:07.242952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.243329000, lastModified=2022-06-15 11:03:07.242952000, delta=377000 ns, racy<=17500 ns
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.243678000, lastModified=2022-06-15 11:03:07.242952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.243678000, lastModified=2022-06-15 11:03:07.242952000, delta=726000 ns, racy<=17500 ns
11:03:07.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.244021000, lastModified=2022-06-15 11:03:07.242952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.242952000 to 2022-06-15 11:03:07.243952000
11:03:07.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.248733000, lastModified=2022-06-15 11:03:07.243952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.243952000 to 2022-06-15 11:03:07.247952000
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.249155000, lastModified=2022-06-15 11:03:07.248952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.249155000, lastModified=2022-06-15 11:03:07.248952000, delta=203000 ns, racy<=17500 ns
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.249425000, lastModified=2022-06-15 11:03:07.248952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.249425000, lastModified=2022-06-15 11:03:07.248952000, delta=473000 ns, racy<=17500 ns
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.249666000, lastModified=2022-06-15 11:03:07.248952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.249666000, lastModified=2022-06-15 11:03:07.248952000, delta=714000 ns, racy<=17500 ns
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.249908000, lastModified=2022-06-15 11:03:07.248952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.249908000, lastModified=2022-06-15 11:03:07.248952000, delta=956000 ns, racy<=17500 ns
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.250181000, lastModified=2022-06-15 11:03:07.249952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.250181000, lastModified=2022-06-15 11:03:07.249952000, delta=229000 ns, racy<=17500 ns
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.250427000, lastModified=2022-06-15 11:03:07.249952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.250427000, lastModified=2022-06-15 11:03:07.249952000, delta=475000 ns, racy<=17500 ns
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.250680000, lastModified=2022-06-15 11:03:07.249952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.250680000, lastModified=2022-06-15 11:03:07.249952000, delta=728000 ns, racy<=17500 ns
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.255404000, lastModified=2022-06-15 11:03:07.254952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.255404000, lastModified=2022-06-15 11:03:07.254952000, delta=452000 ns, racy<=17500 ns
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.255799000, lastModified=2022-06-15 11:03:07.254952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.255799000, lastModified=2022-06-15 11:03:07.254952000, delta=847000 ns, racy<=17500 ns
11:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.256154000, lastModified=2022-06-15 11:03:07.254952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.254952000 to 2022-06-15 11:03:07.255952000
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.256491000, lastModified=2022-06-15 11:03:07.255952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.256491000, lastModified=2022-06-15 11:03:07.255952000, delta=539000 ns, racy<=17500 ns
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.256799000, lastModified=2022-06-15 11:03:07.255952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.256799000, lastModified=2022-06-15 11:03:07.255952000, delta=847000 ns, racy<=17500 ns
11:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.257140000, lastModified=2022-06-15 11:03:07.255952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.255952000 to 2022-06-15 11:03:07.256952000
11:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.257433000, lastModified=2022-06-15 11:03:07.256952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.257433000, lastModified=2022-06-15 11:03:07.256952000, delta=481000 ns, racy<=17500 ns
11:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.262330000, lastModified=2022-06-15 11:03:07.256952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.256952000 to 2022-06-15 11:03:07.261952000
11:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.262766000, lastModified=2022-06-15 11:03:07.261952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.262766000, lastModified=2022-06-15 11:03:07.261952000, delta=814000 ns, racy<=17500 ns
11:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.263121000, lastModified=2022-06-15 11:03:07.261952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.261952000 to 2022-06-15 11:03:07.262952000
11:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.263547000, lastModified=2022-06-15 11:03:07.262952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.263547000, lastModified=2022-06-15 11:03:07.262952000, delta=595000 ns, racy<=17500 ns
11:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.263932000, lastModified=2022-06-15 11:03:07.262952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.263932000, lastModified=2022-06-15 11:03:07.262952000, delta=980000 ns, racy<=17500 ns
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.264260000, lastModified=2022-06-15 11:03:07.263952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.264260000, lastModified=2022-06-15 11:03:07.263952000, delta=308000 ns, racy<=17500 ns
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.264627000, lastModified=2022-06-15 11:03:07.263952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.264627000, lastModified=2022-06-15 11:03:07.263952000, delta=675000 ns, racy<=17500 ns
11:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.265005000, lastModified=2022-06-15 11:03:07.263952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.263952000 to 2022-06-15 11:03:07.264952000
11:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.270084000, lastModified=2022-06-15 11:03:07.268952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.268952000 to 2022-06-15 11:03:07.269952000
11:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.270424000, lastModified=2022-06-15 11:03:07.269952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.270424000, lastModified=2022-06-15 11:03:07.269952000, delta=472000 ns, racy<=17500 ns
11:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.270829000, lastModified=2022-06-15 11:03:07.269952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.270829000, lastModified=2022-06-15 11:03:07.269952000, delta=877000 ns, racy<=17500 ns
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.271232000, lastModified=2022-06-15 11:03:07.270952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.271232000, lastModified=2022-06-15 11:03:07.270952000, delta=280000 ns, racy<=17500 ns
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.271691000, lastModified=2022-06-15 11:03:07.270952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.271691000, lastModified=2022-06-15 11:03:07.270952000, delta=739000 ns, racy<=17500 ns
11:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.272080000, lastModified=2022-06-15 11:03:07.270952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.270952000 to 2022-06-15 11:03:07.271952000
11:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.272412000, lastModified=2022-06-15 11:03:07.271952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.272412000, lastModified=2022-06-15 11:03:07.271952000, delta=460000 ns, racy<=17500 ns
11:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.280381000, lastModified=2022-06-15 11:03:07.271952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.271952000 to 2022-06-15 11:03:07.279952000
11:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.280801000, lastModified=2022-06-15 11:03:07.279952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.280801000, lastModified=2022-06-15 11:03:07.279952000, delta=849000 ns, racy<=17500 ns
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.281218000, lastModified=2022-06-15 11:03:07.280952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.281218000, lastModified=2022-06-15 11:03:07.280952000, delta=266000 ns, racy<=17500 ns
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.281599000, lastModified=2022-06-15 11:03:07.280952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.281599000, lastModified=2022-06-15 11:03:07.280952000, delta=647000 ns, racy<=17500 ns
11:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.282100000, lastModified=2022-06-15 11:03:07.280952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.280952000 to 2022-06-15 11:03:07.281952000
11:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.282571000, lastModified=2022-06-15 11:03:07.281952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.282571000, lastModified=2022-06-15 11:03:07.281952000, delta=619000 ns, racy<=17500 ns
11:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.282971000, lastModified=2022-06-15 11:03:07.281952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.281952000 to 2022-06-15 11:03:07.282952000
11:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.283429000, lastModified=2022-06-15 11:03:07.282952000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.283429000, lastModified=2022-06-15 11:03:07.282952000, delta=477000 ns, racy<=17500 ns
11:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.288223000, lastModified=2022-06-15 11:03:07.287953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.288223000, lastModified=2022-06-15 11:03:07.287953000, delta=270000 ns, racy<=17500 ns
11:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.288634000, lastModified=2022-06-15 11:03:07.287953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.288634000, lastModified=2022-06-15 11:03:07.287953000, delta=681000 ns, racy<=17500 ns
11:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.289033000, lastModified=2022-06-15 11:03:07.287953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.287953000 to 2022-06-15 11:03:07.288953000
11:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.289480000, lastModified=2022-06-15 11:03:07.288953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.289480000, lastModified=2022-06-15 11:03:07.288953000, delta=527000 ns, racy<=17500 ns
11:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.289894000, lastModified=2022-06-15 11:03:07.288953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.289894000, lastModified=2022-06-15 11:03:07.288953000, delta=941000 ns, racy<=17500 ns
11:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.290369000, lastModified=2022-06-15 11:03:07.289953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.290369000, lastModified=2022-06-15 11:03:07.289953000, delta=416000 ns, racy<=17500 ns
11:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.290788000, lastModified=2022-06-15 11:03:07.289953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.290788000, lastModified=2022-06-15 11:03:07.289953000, delta=835000 ns, racy<=17500 ns
11:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.293734000, lastModified=2022-06-15 11:03:07.290953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.290953000 to 2022-06-15 11:03:07.292953000
11:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.294279000, lastModified=2022-06-15 11:03:07.293953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.294279000, lastModified=2022-06-15 11:03:07.293953000, delta=326000 ns, racy<=17500 ns
11:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.294695000, lastModified=2022-06-15 11:03:07.293953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.294695000, lastModified=2022-06-15 11:03:07.293953000, delta=742000 ns, racy<=17500 ns
11:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.295097000, lastModified=2022-06-15 11:03:07.293953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.293953000 to 2022-06-15 11:03:07.294953000
11:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.295506000, lastModified=2022-06-15 11:03:07.294953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.295506000, lastModified=2022-06-15 11:03:07.294953000, delta=553000 ns, racy<=17500 ns
11:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.295922000, lastModified=2022-06-15 11:03:07.294953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.295922000, lastModified=2022-06-15 11:03:07.294953000, delta=969000 ns, racy<=17500 ns
11:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.296338000, lastModified=2022-06-15 11:03:07.295953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.296338000, lastModified=2022-06-15 11:03:07.295953000, delta=385000 ns, racy<=17500 ns
11:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.296730000, lastModified=2022-06-15 11:03:07.295953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.296730000, lastModified=2022-06-15 11:03:07.295953000, delta=777000 ns, racy<=17500 ns
11:03:07.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.299 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.299712000, lastModified=2022-06-15 11:03:07.298953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.299712000, lastModified=2022-06-15 11:03:07.298953000, delta=759000 ns, racy<=17500 ns
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.300251000, lastModified=2022-06-15 11:03:07.299953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.300251000, lastModified=2022-06-15 11:03:07.299953000, delta=298000 ns, racy<=17500 ns
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.300673000, lastModified=2022-06-15 11:03:07.299953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.300673000, lastModified=2022-06-15 11:03:07.299953000, delta=720000 ns, racy<=17500 ns
11:03:07.300 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.301083000, lastModified=2022-06-15 11:03:07.299953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.299953000 to 2022-06-15 11:03:07.300953000
11:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.301537000, lastModified=2022-06-15 11:03:07.300953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.301537000, lastModified=2022-06-15 11:03:07.300953000, delta=584000 ns, racy<=17500 ns
11:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.301998000, lastModified=2022-06-15 11:03:07.300953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.300953000 to 2022-06-15 11:03:07.301953000
11:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.302377000, lastModified=2022-06-15 11:03:07.301953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.302377000, lastModified=2022-06-15 11:03:07.301953000, delta=424000 ns, racy<=17500 ns
11:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.305354000, lastModified=2022-06-15 11:03:07.301953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.301953000 to 2022-06-15 11:03:07.304953000
11:03:07.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.305830000, lastModified=2022-06-15 11:03:07.304953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.305830000, lastModified=2022-06-15 11:03:07.304953000, delta=877000 ns, racy<=17500 ns
11:03:07.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.306174000, lastModified=2022-06-15 11:03:07.305953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.306174000, lastModified=2022-06-15 11:03:07.305953000, delta=221000 ns, racy<=17500 ns
11:03:07.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.306667000, lastModified=2022-06-15 11:03:07.305953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.306667000, lastModified=2022-06-15 11:03:07.305953000, delta=714000 ns, racy<=17500 ns
11:03:07.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.307176000, lastModified=2022-06-15 11:03:07.306953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.307176000, lastModified=2022-06-15 11:03:07.306953000, delta=223000 ns, racy<=17500 ns
11:03:07.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.307647000, lastModified=2022-06-15 11:03:07.306953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.307647000, lastModified=2022-06-15 11:03:07.306953000, delta=694000 ns, racy<=17500 ns
11:03:07.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.308014000, lastModified=2022-06-15 11:03:07.306953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.306953000 to 2022-06-15 11:03:07.307953000
11:03:07.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.308398000, lastModified=2022-06-15 11:03:07.307953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.308398000, lastModified=2022-06-15 11:03:07.307953000, delta=445000 ns, racy<=17500 ns
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.311338000, lastModified=2022-06-15 11:03:07.310953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.311338000, lastModified=2022-06-15 11:03:07.310953000, delta=385000 ns, racy<=17500 ns
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.311758000, lastModified=2022-06-15 11:03:07.310953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.311758000, lastModified=2022-06-15 11:03:07.310953000, delta=805000 ns, racy<=17500 ns
11:03:07.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.312194000, lastModified=2022-06-15 11:03:07.311953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.312194000, lastModified=2022-06-15 11:03:07.311953000, delta=241000 ns, racy<=17500 ns
11:03:07.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.312588000, lastModified=2022-06-15 11:03:07.311953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.312588000, lastModified=2022-06-15 11:03:07.311953000, delta=635000 ns, racy<=17500 ns
11:03:07.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.312955000, lastModified=2022-06-15 11:03:07.311953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.311953000 to 2022-06-15 11:03:07.312953000
11:03:07.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.313305000, lastModified=2022-06-15 11:03:07.312953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.313305000, lastModified=2022-06-15 11:03:07.312953000, delta=352000 ns, racy<=17500 ns
11:03:07.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.313647000, lastModified=2022-06-15 11:03:07.312953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.313647000, lastModified=2022-06-15 11:03:07.312953000, delta=694000 ns, racy<=17500 ns
11:03:07.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.316504000, lastModified=2022-06-15 11:03:07.312953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.312953000 to 2022-06-15 11:03:07.315953000
11:03:07.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.316879000, lastModified=2022-06-15 11:03:07.315953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.316879000, lastModified=2022-06-15 11:03:07.315953000, delta=926000 ns, racy<=17500 ns
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.317274000, lastModified=2022-06-15 11:03:07.316953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.317274000, lastModified=2022-06-15 11:03:07.316953000, delta=321000 ns, racy<=17500 ns
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.317591000, lastModified=2022-06-15 11:03:07.316953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.317591000, lastModified=2022-06-15 11:03:07.316953000, delta=638000 ns, racy<=17500 ns
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.317897000, lastModified=2022-06-15 11:03:07.316953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.317897000, lastModified=2022-06-15 11:03:07.316953000, delta=944000 ns, racy<=17500 ns
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.318321000, lastModified=2022-06-15 11:03:07.317953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.318321000, lastModified=2022-06-15 11:03:07.317953000, delta=368000 ns, racy<=17500 ns
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.318664000, lastModified=2022-06-15 11:03:07.317953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.318664000, lastModified=2022-06-15 11:03:07.317953000, delta=711000 ns, racy<=17500 ns
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.318981000, lastModified=2022-06-15 11:03:07.317953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.317953000 to 2022-06-15 11:03:07.318953000
11:03:07.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.321966000, lastModified=2022-06-15 11:03:07.320953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.320953000 to 2022-06-15 11:03:07.321953000
11:03:07.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.322385000, lastModified=2022-06-15 11:03:07.321953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.322385000, lastModified=2022-06-15 11:03:07.321953000, delta=432000 ns, racy<=17500 ns
11:03:07.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.322737000, lastModified=2022-06-15 11:03:07.321953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.322737000, lastModified=2022-06-15 11:03:07.321953000, delta=784000 ns, racy<=17500 ns
11:03:07.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.323094000, lastModified=2022-06-15 11:03:07.321953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.321953000 to 2022-06-15 11:03:07.322953000
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.323410000, lastModified=2022-06-15 11:03:07.322953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.323410000, lastModified=2022-06-15 11:03:07.322953000, delta=457000 ns, racy<=17500 ns
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.323771000, lastModified=2022-06-15 11:03:07.322953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.323771000, lastModified=2022-06-15 11:03:07.322953000, delta=818000 ns, racy<=17500 ns
11:03:07.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.324149000, lastModified=2022-06-15 11:03:07.323953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.324149000, lastModified=2022-06-15 11:03:07.323953000, delta=196000 ns, racy<=17500 ns
11:03:07.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.330402000, lastModified=2022-06-15 11:03:07.323953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.323953000 to 2022-06-15 11:03:07.329953000
11:03:07.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.330821000, lastModified=2022-06-15 11:03:07.329953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.330821000, lastModified=2022-06-15 11:03:07.329953000, delta=868000 ns, racy<=17500 ns
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.331194000, lastModified=2022-06-15 11:03:07.330953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.331194000, lastModified=2022-06-15 11:03:07.330953000, delta=241000 ns, racy<=17500 ns
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.331530000, lastModified=2022-06-15 11:03:07.330953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.331530000, lastModified=2022-06-15 11:03:07.330953000, delta=577000 ns, racy<=17500 ns
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.331836000, lastModified=2022-06-15 11:03:07.330953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.331836000, lastModified=2022-06-15 11:03:07.330953000, delta=883000 ns, racy<=17500 ns
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.332173000, lastModified=2022-06-15 11:03:07.331953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.332173000, lastModified=2022-06-15 11:03:07.331953000, delta=220000 ns, racy<=17500 ns
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.332481000, lastModified=2022-06-15 11:03:07.331953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.332481000, lastModified=2022-06-15 11:03:07.331953000, delta=528000 ns, racy<=17500 ns
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.332772000, lastModified=2022-06-15 11:03:07.331953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.332772000, lastModified=2022-06-15 11:03:07.331953000, delta=819000 ns, racy<=17500 ns
11:03:07.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.336516000, lastModified=2022-06-15 11:03:07.335953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.336516000, lastModified=2022-06-15 11:03:07.335953000, delta=563000 ns, racy<=17500 ns
11:03:07.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.336935000, lastModified=2022-06-15 11:03:07.335953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.335953000 to 2022-06-15 11:03:07.336953000
11:03:07.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.337319000, lastModified=2022-06-15 11:03:07.336953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.337319000, lastModified=2022-06-15 11:03:07.336953000, delta=366000 ns, racy<=17500 ns
11:03:07.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.337694000, lastModified=2022-06-15 11:03:07.336953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.337694000, lastModified=2022-06-15 11:03:07.336953000, delta=741000 ns, racy<=17500 ns
11:03:07.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.337990000, lastModified=2022-06-15 11:03:07.336953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.336953000 to 2022-06-15 11:03:07.337953000
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.338334000, lastModified=2022-06-15 11:03:07.337953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.338334000, lastModified=2022-06-15 11:03:07.337953000, delta=381000 ns, racy<=17500 ns
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.338653000, lastModified=2022-06-15 11:03:07.337953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.338653000, lastModified=2022-06-15 11:03:07.337953000, delta=700000 ns, racy<=17500 ns
11:03:07.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.342241000, lastModified=2022-06-15 11:03:07.337953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.337953000 to 2022-06-15 11:03:07.341953000
11:03:07.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.342693000, lastModified=2022-06-15 11:03:07.341953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.342693000, lastModified=2022-06-15 11:03:07.341953000, delta=740000 ns, racy<=17500 ns
11:03:07.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.343097000, lastModified=2022-06-15 11:03:07.341953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.341953000 to 2022-06-15 11:03:07.342953000
11:03:07.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.343459000, lastModified=2022-06-15 11:03:07.342953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.343459000, lastModified=2022-06-15 11:03:07.342953000, delta=506000 ns, racy<=17500 ns
11:03:07.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.343831000, lastModified=2022-06-15 11:03:07.342953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.343831000, lastModified=2022-06-15 11:03:07.342953000, delta=878000 ns, racy<=17500 ns
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.344234000, lastModified=2022-06-15 11:03:07.343953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.344234000, lastModified=2022-06-15 11:03:07.343953000, delta=281000 ns, racy<=17500 ns
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.344618000, lastModified=2022-06-15 11:03:07.343953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.344618000, lastModified=2022-06-15 11:03:07.343953000, delta=665000 ns, racy<=17500 ns
11:03:07.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.345013000, lastModified=2022-06-15 11:03:07.343953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.343953000 to 2022-06-15 11:03:07.344953000
11:03:07.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.348872000, lastModified=2022-06-15 11:03:07.347953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.348872000, lastModified=2022-06-15 11:03:07.347953000, delta=919000 ns, racy<=17500 ns
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.349306000, lastModified=2022-06-15 11:03:07.348953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.349306000, lastModified=2022-06-15 11:03:07.348953000, delta=353000 ns, racy<=17500 ns
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.349677000, lastModified=2022-06-15 11:03:07.348953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.349677000, lastModified=2022-06-15 11:03:07.348953000, delta=724000 ns, racy<=17500 ns
11:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.350071000, lastModified=2022-06-15 11:03:07.348953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.348953000 to 2022-06-15 11:03:07.349953000
11:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.350488000, lastModified=2022-06-15 11:03:07.349953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.350488000, lastModified=2022-06-15 11:03:07.349953000, delta=535000 ns, racy<=17500 ns
11:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.350861000, lastModified=2022-06-15 11:03:07.349953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.350861000, lastModified=2022-06-15 11:03:07.349953000, delta=908000 ns, racy<=17500 ns
11:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.351269000, lastModified=2022-06-15 11:03:07.350953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.351269000, lastModified=2022-06-15 11:03:07.350953000, delta=316000 ns, racy<=17500 ns
11:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.355003000, lastModified=2022-06-15 11:03:07.350953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.350953000 to 2022-06-15 11:03:07.354953000
11:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.355501000, lastModified=2022-06-15 11:03:07.354953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.355501000, lastModified=2022-06-15 11:03:07.354953000, delta=548000 ns, racy<=17500 ns
11:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.355908000, lastModified=2022-06-15 11:03:07.354953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.355908000, lastModified=2022-06-15 11:03:07.354953000, delta=955000 ns, racy<=17500 ns
11:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.356328000, lastModified=2022-06-15 11:03:07.355953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.356328000, lastModified=2022-06-15 11:03:07.355953000, delta=375000 ns, racy<=17500 ns
11:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.356753000, lastModified=2022-06-15 11:03:07.355953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.356753000, lastModified=2022-06-15 11:03:07.355953000, delta=800000 ns, racy<=17500 ns
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.357205000, lastModified=2022-06-15 11:03:07.356953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.357205000, lastModified=2022-06-15 11:03:07.356953000, delta=252000 ns, racy<=17500 ns
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.357565000, lastModified=2022-06-15 11:03:07.356953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.357565000, lastModified=2022-06-15 11:03:07.356953000, delta=612000 ns, racy<=17500 ns
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.357923000, lastModified=2022-06-15 11:03:07.356953000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.357923000, lastModified=2022-06-15 11:03:07.356953000, delta=970000 ns, racy<=17500 ns
11:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.361822000, lastModified=2022-06-15 11:03:07.360954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.361822000, lastModified=2022-06-15 11:03:07.360954000, delta=868000 ns, racy<=17500 ns
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.362294000, lastModified=2022-06-15 11:03:07.361954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.362294000, lastModified=2022-06-15 11:03:07.361954000, delta=340000 ns, racy<=17500 ns
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.362683000, lastModified=2022-06-15 11:03:07.361954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.362683000, lastModified=2022-06-15 11:03:07.361954000, delta=729000 ns, racy<=17500 ns
11:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.363098000, lastModified=2022-06-15 11:03:07.361954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.361954000 to 2022-06-15 11:03:07.362954000
11:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.363562000, lastModified=2022-06-15 11:03:07.362954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.363562000, lastModified=2022-06-15 11:03:07.362954000, delta=608000 ns, racy<=17500 ns
11:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.363985000, lastModified=2022-06-15 11:03:07.362954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.362954000 to 2022-06-15 11:03:07.363954000
11:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.364470000, lastModified=2022-06-15 11:03:07.363954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.364470000, lastModified=2022-06-15 11:03:07.363954000, delta=516000 ns, racy<=17500 ns
11:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.368385000, lastModified=2022-06-15 11:03:07.363954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.363954000 to 2022-06-15 11:03:07.367954000
11:03:07.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.368833000, lastModified=2022-06-15 11:03:07.367954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.368833000, lastModified=2022-06-15 11:03:07.367954000, delta=879000 ns, racy<=17500 ns
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.369287000, lastModified=2022-06-15 11:03:07.368954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.369287000, lastModified=2022-06-15 11:03:07.368954000, delta=333000 ns, racy<=17500 ns
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.369617000, lastModified=2022-06-15 11:03:07.368954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.369617000, lastModified=2022-06-15 11:03:07.368954000, delta=663000 ns, racy<=17500 ns
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.369956000, lastModified=2022-06-15 11:03:07.368954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.368954000 to 2022-06-15 11:03:07.369954000
11:03:07.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.370420000, lastModified=2022-06-15 11:03:07.369954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.370420000, lastModified=2022-06-15 11:03:07.369954000, delta=466000 ns, racy<=17500 ns
11:03:07.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.370862000, lastModified=2022-06-15 11:03:07.369954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.370862000, lastModified=2022-06-15 11:03:07.369954000, delta=908000 ns, racy<=17500 ns
11:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.371309000, lastModified=2022-06-15 11:03:07.370954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.371309000, lastModified=2022-06-15 11:03:07.370954000, delta=355000 ns, racy<=17500 ns
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.375239000, lastModified=2022-06-15 11:03:07.374954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.375239000, lastModified=2022-06-15 11:03:07.374954000, delta=285000 ns, racy<=17500 ns
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.375613000, lastModified=2022-06-15 11:03:07.374954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.375613000, lastModified=2022-06-15 11:03:07.374954000, delta=659000 ns, racy<=17500 ns
11:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.376007000, lastModified=2022-06-15 11:03:07.374954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.374954000 to 2022-06-15 11:03:07.375954000
11:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.376435000, lastModified=2022-06-15 11:03:07.375954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.376435000, lastModified=2022-06-15 11:03:07.375954000, delta=481000 ns, racy<=17500 ns
11:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.376838000, lastModified=2022-06-15 11:03:07.375954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.376838000, lastModified=2022-06-15 11:03:07.375954000, delta=884000 ns, racy<=17500 ns
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.377269000, lastModified=2022-06-15 11:03:07.376954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.377269000, lastModified=2022-06-15 11:03:07.376954000, delta=315000 ns, racy<=17500 ns
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.377637000, lastModified=2022-06-15 11:03:07.376954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.377637000, lastModified=2022-06-15 11:03:07.376954000, delta=683000 ns, racy<=17500 ns
11:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.385740000, lastModified=2022-06-15 11:03:07.376954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.376954000 to 2022-06-15 11:03:07.384954000
11:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.386166000, lastModified=2022-06-15 11:03:07.385954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.386166000, lastModified=2022-06-15 11:03:07.385954000, delta=212000 ns, racy<=17500 ns
11:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.386564000, lastModified=2022-06-15 11:03:07.385954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.386564000, lastModified=2022-06-15 11:03:07.385954000, delta=610000 ns, racy<=17500 ns
11:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.386980000, lastModified=2022-06-15 11:03:07.385954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.385954000 to 2022-06-15 11:03:07.386954000
11:03:07.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.387392000, lastModified=2022-06-15 11:03:07.386954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.387392000, lastModified=2022-06-15 11:03:07.386954000, delta=438000 ns, racy<=17500 ns
11:03:07.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.387775000, lastModified=2022-06-15 11:03:07.386954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.387775000, lastModified=2022-06-15 11:03:07.386954000, delta=821000 ns, racy<=17500 ns
11:03:07.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.388184000, lastModified=2022-06-15 11:03:07.387954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.388184000, lastModified=2022-06-15 11:03:07.387954000, delta=230000 ns, racy<=17500 ns
11:03:07.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.388622000, lastModified=2022-06-15 11:03:07.387954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.388622000, lastModified=2022-06-15 11:03:07.387954000, delta=668000 ns, racy<=17500 ns
11:03:07.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.393401000, lastModified=2022-06-15 11:03:07.392954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.393401000, lastModified=2022-06-15 11:03:07.392954000, delta=447000 ns, racy<=17500 ns
11:03:07.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.393796000, lastModified=2022-06-15 11:03:07.392954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.393796000, lastModified=2022-06-15 11:03:07.392954000, delta=842000 ns, racy<=17500 ns
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.394202000, lastModified=2022-06-15 11:03:07.393954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.394202000, lastModified=2022-06-15 11:03:07.393954000, delta=248000 ns, racy<=17500 ns
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.394579000, lastModified=2022-06-15 11:03:07.393954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.394579000, lastModified=2022-06-15 11:03:07.393954000, delta=625000 ns, racy<=17500 ns
11:03:07.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.394992000, lastModified=2022-06-15 11:03:07.393954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.393954000 to 2022-06-15 11:03:07.394954000
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.395362000, lastModified=2022-06-15 11:03:07.394954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.395362000, lastModified=2022-06-15 11:03:07.394954000, delta=408000 ns, racy<=17500 ns
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.395707000, lastModified=2022-06-15 11:03:07.394954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.395707000, lastModified=2022-06-15 11:03:07.394954000, delta=753000 ns, racy<=17500 ns
11:03:07.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.400566000, lastModified=2022-06-15 11:03:07.394954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.394954000 to 2022-06-15 11:03:07.399954000
11:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.401080000, lastModified=2022-06-15 11:03:07.399954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.399954000 to 2022-06-15 11:03:07.400954000
11:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.401476000, lastModified=2022-06-15 11:03:07.400954000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.401476000, lastModified=2022-06-15 11:03:07.400954000, delta=522000 ns, racy<=17500 ns
11:03:07.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.437254000, lastModified=2022-06-15 11:03:07.436955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.437254000, lastModified=2022-06-15 11:03:07.436955000, delta=299000 ns, racy<=17500 ns
11:03:07.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.437872000, lastModified=2022-06-15 11:03:07.436955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.437872000, lastModified=2022-06-15 11:03:07.436955000, delta=917000 ns, racy<=17500 ns
11:03:07.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.438335000, lastModified=2022-06-15 11:03:07.437955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.438335000, lastModified=2022-06-15 11:03:07.437955000, delta=380000 ns, racy<=17500 ns
11:03:07.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.438839000, lastModified=2022-06-15 11:03:07.437955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.438839000, lastModified=2022-06-15 11:03:07.437955000, delta=884000 ns, racy<=17500 ns
11:03:07.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.439291000, lastModified=2022-06-15 11:03:07.438955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.439291000, lastModified=2022-06-15 11:03:07.438955000, delta=336000 ns, racy<=17500 ns
11:03:07.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.444402000, lastModified=2022-06-15 11:03:07.443955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.444402000, lastModified=2022-06-15 11:03:07.443955000, delta=447000 ns, racy<=17500 ns
11:03:07.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.444842000, lastModified=2022-06-15 11:03:07.443955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.444842000, lastModified=2022-06-15 11:03:07.443955000, delta=887000 ns, racy<=17500 ns
11:03:07.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.445369000, lastModified=2022-06-15 11:03:07.444955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.445369000, lastModified=2022-06-15 11:03:07.444955000, delta=414000 ns, racy<=17500 ns
11:03:07.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.445822000, lastModified=2022-06-15 11:03:07.444955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.445822000, lastModified=2022-06-15 11:03:07.444955000, delta=867000 ns, racy<=17500 ns
11:03:07.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.446249000, lastModified=2022-06-15 11:03:07.445955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.446249000, lastModified=2022-06-15 11:03:07.445955000, delta=294000 ns, racy<=17500 ns
11:03:07.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.446718000, lastModified=2022-06-15 11:03:07.445955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.446718000, lastModified=2022-06-15 11:03:07.445955000, delta=763000 ns, racy<=17500 ns
11:03:07.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.447224000, lastModified=2022-06-15 11:03:07.446955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.447224000, lastModified=2022-06-15 11:03:07.446955000, delta=269000 ns, racy<=17500 ns
11:03:07.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.452205000, lastModified=2022-06-15 11:03:07.446955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.446955000 to 2022-06-15 11:03:07.451955000
11:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.452718000, lastModified=2022-06-15 11:03:07.451955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.452718000, lastModified=2022-06-15 11:03:07.451955000, delta=763000 ns, racy<=17500 ns
11:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.453230000, lastModified=2022-06-15 11:03:07.452955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.453230000, lastModified=2022-06-15 11:03:07.452955000, delta=275000 ns, racy<=17500 ns
11:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.453698000, lastModified=2022-06-15 11:03:07.452955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.453698000, lastModified=2022-06-15 11:03:07.452955000, delta=743000 ns, racy<=17500 ns
11:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.454026000, lastModified=2022-06-15 11:03:07.452955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.452955000 to 2022-06-15 11:03:07.453955000
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.454406000, lastModified=2022-06-15 11:03:07.453955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.454406000, lastModified=2022-06-15 11:03:07.453955000, delta=451000 ns, racy<=17500 ns
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.454733000, lastModified=2022-06-15 11:03:07.453955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.454733000, lastModified=2022-06-15 11:03:07.453955000, delta=778000 ns, racy<=17500 ns
11:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.455119000, lastModified=2022-06-15 11:03:07.453955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.453955000 to 2022-06-15 11:03:07.454955000
11:03:07.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.464779000, lastModified=2022-06-15 11:03:07.463955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.464779000, lastModified=2022-06-15 11:03:07.463955000, delta=824000 ns, racy<=17500 ns
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.465242000, lastModified=2022-06-15 11:03:07.464955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.465242000, lastModified=2022-06-15 11:03:07.464955000, delta=287000 ns, racy<=17500 ns
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.465643000, lastModified=2022-06-15 11:03:07.464955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.465643000, lastModified=2022-06-15 11:03:07.464955000, delta=688000 ns, racy<=17500 ns
11:03:07.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.466094000, lastModified=2022-06-15 11:03:07.464955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.464955000 to 2022-06-15 11:03:07.465955000
11:03:07.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.466525000, lastModified=2022-06-15 11:03:07.465955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.466525000, lastModified=2022-06-15 11:03:07.465955000, delta=570000 ns, racy<=17500 ns
11:03:07.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.466888000, lastModified=2022-06-15 11:03:07.465955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.466888000, lastModified=2022-06-15 11:03:07.465955000, delta=933000 ns, racy<=17500 ns
11:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.467269000, lastModified=2022-06-15 11:03:07.466955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.467269000, lastModified=2022-06-15 11:03:07.466955000, delta=314000 ns, racy<=17500 ns
11:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.474478000, lastModified=2022-06-15 11:03:07.466955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.466955000 to 2022-06-15 11:03:07.473955000
11:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.474960000, lastModified=2022-06-15 11:03:07.473955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.473955000 to 2022-06-15 11:03:07.474955000
11:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.475445000, lastModified=2022-06-15 11:03:07.474955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.475445000, lastModified=2022-06-15 11:03:07.474955000, delta=490000 ns, racy<=17500 ns
11:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.475824000, lastModified=2022-06-15 11:03:07.474955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.475824000, lastModified=2022-06-15 11:03:07.474955000, delta=869000 ns, racy<=17500 ns
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.476216000, lastModified=2022-06-15 11:03:07.475955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.476216000, lastModified=2022-06-15 11:03:07.475955000, delta=261000 ns, racy<=17500 ns
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.476570000, lastModified=2022-06-15 11:03:07.475955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.476570000, lastModified=2022-06-15 11:03:07.475955000, delta=615000 ns, racy<=17500 ns
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.476952000, lastModified=2022-06-15 11:03:07.475955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.475955000 to 2022-06-15 11:03:07.476955000
11:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.477405000, lastModified=2022-06-15 11:03:07.476955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.477405000, lastModified=2022-06-15 11:03:07.476955000, delta=450000 ns, racy<=17500 ns
11:03:07.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.484803000, lastModified=2022-06-15 11:03:07.483955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.484803000, lastModified=2022-06-15 11:03:07.483955000, delta=848000 ns, racy<=17500 ns
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.485254000, lastModified=2022-06-15 11:03:07.484955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.485254000, lastModified=2022-06-15 11:03:07.484955000, delta=299000 ns, racy<=17500 ns
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.485667000, lastModified=2022-06-15 11:03:07.484955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.485667000, lastModified=2022-06-15 11:03:07.484955000, delta=712000 ns, racy<=17500 ns
11:03:07.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.486152000, lastModified=2022-06-15 11:03:07.484955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.484955000 to 2022-06-15 11:03:07.485955000
11:03:07.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.486629000, lastModified=2022-06-15 11:03:07.485955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.486629000, lastModified=2022-06-15 11:03:07.485955000, delta=674000 ns, racy<=17500 ns
11:03:07.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.487137000, lastModified=2022-06-15 11:03:07.485955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.485955000 to 2022-06-15 11:03:07.486955000
11:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.487701000, lastModified=2022-06-15 11:03:07.486955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.487701000, lastModified=2022-06-15 11:03:07.486955000, delta=746000 ns, racy<=17500 ns
11:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.490546000, lastModified=2022-06-15 11:03:07.486955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.486955000 to 2022-06-15 11:03:07.489955000
11:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.491105000, lastModified=2022-06-15 11:03:07.489955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.489955000 to 2022-06-15 11:03:07.490955000
11:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.491577000, lastModified=2022-06-15 11:03:07.490955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.491577000, lastModified=2022-06-15 11:03:07.490955000, delta=622000 ns, racy<=17500 ns
11:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.491976000, lastModified=2022-06-15 11:03:07.490955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.490955000 to 2022-06-15 11:03:07.491955000
11:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.492326000, lastModified=2022-06-15 11:03:07.491955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.492326000, lastModified=2022-06-15 11:03:07.491955000, delta=371000 ns, racy<=17500 ns
11:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.492702000, lastModified=2022-06-15 11:03:07.491955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.492702000, lastModified=2022-06-15 11:03:07.491955000, delta=747000 ns, racy<=17500 ns
11:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.493008000, lastModified=2022-06-15 11:03:07.491955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.491955000 to 2022-06-15 11:03:07.492955000
11:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.493394000, lastModified=2022-06-15 11:03:07.492955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.493394000, lastModified=2022-06-15 11:03:07.492955000, delta=439000 ns, racy<=17500 ns
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.496224000, lastModified=2022-06-15 11:03:07.495955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.496224000, lastModified=2022-06-15 11:03:07.495955000, delta=269000 ns, racy<=17500 ns
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.496676000, lastModified=2022-06-15 11:03:07.495955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.496676000, lastModified=2022-06-15 11:03:07.495955000, delta=721000 ns, racy<=17500 ns
11:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.497073000, lastModified=2022-06-15 11:03:07.495955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.495955000 to 2022-06-15 11:03:07.496955000
11:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.497486000, lastModified=2022-06-15 11:03:07.496955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.497486000, lastModified=2022-06-15 11:03:07.496955000, delta=531000 ns, racy<=17500 ns
11:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.497963000, lastModified=2022-06-15 11:03:07.496955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.496955000 to 2022-06-15 11:03:07.497955000
11:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.498473000, lastModified=2022-06-15 11:03:07.497955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.498473000, lastModified=2022-06-15 11:03:07.497955000, delta=518000 ns, racy<=17500 ns
11:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.498790000, lastModified=2022-06-15 11:03:07.497955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.498790000, lastModified=2022-06-15 11:03:07.497955000, delta=835000 ns, racy<=17500 ns
11:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.501561000, lastModified=2022-06-15 11:03:07.497955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.497955000 to 2022-06-15 11:03:07.500955000
11:03:07.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.501974000, lastModified=2022-06-15 11:03:07.500955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.500955000 to 2022-06-15 11:03:07.501955000
11:03:07.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.502418000, lastModified=2022-06-15 11:03:07.501955000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.501955000 to 2022-06-15 11:03:07.535956000
11:03:07.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.537183000, lastModified=2022-06-15 11:03:07.536956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.537183000, lastModified=2022-06-15 11:03:07.536956000, delta=227000 ns, racy<=17500 ns
11:03:07.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.537680000, lastModified=2022-06-15 11:03:07.536956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.537680000, lastModified=2022-06-15 11:03:07.536956000, delta=724000 ns, racy<=17500 ns
11:03:07.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.538150000, lastModified=2022-06-15 11:03:07.536956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.536956000 to 2022-06-15 11:03:07.537956000
11:03:07.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.538577000, lastModified=2022-06-15 11:03:07.537956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.538577000, lastModified=2022-06-15 11:03:07.537956000, delta=621000 ns, racy<=17500 ns
11:03:07.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.538873000, lastModified=2022-06-15 11:03:07.537956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.538873000, lastModified=2022-06-15 11:03:07.537956000, delta=917000 ns, racy<=17500 ns
11:03:07.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.541753000, lastModified=2022-06-15 11:03:07.540956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.541753000, lastModified=2022-06-15 11:03:07.540956000, delta=797000 ns, racy<=17500 ns
11:03:07.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.542196000, lastModified=2022-06-15 11:03:07.541956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.542196000, lastModified=2022-06-15 11:03:07.541956000, delta=240000 ns, racy<=17500 ns
11:03:07.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.542604000, lastModified=2022-06-15 11:03:07.541956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.542604000, lastModified=2022-06-15 11:03:07.541956000, delta=648000 ns, racy<=17500 ns
11:03:07.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.543005000, lastModified=2022-06-15 11:03:07.541956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.541956000 to 2022-06-15 11:03:07.542956000
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.543367000, lastModified=2022-06-15 11:03:07.542956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.543367000, lastModified=2022-06-15 11:03:07.542956000, delta=411000 ns, racy<=17500 ns
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.543681000, lastModified=2022-06-15 11:03:07.542956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.543681000, lastModified=2022-06-15 11:03:07.542956000, delta=725000 ns, racy<=17500 ns
11:03:07.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.544010000, lastModified=2022-06-15 11:03:07.542956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.542956000 to 2022-06-15 11:03:07.543956000
11:03:07.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.546926000, lastModified=2022-06-15 11:03:07.543956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.543956000 to 2022-06-15 11:03:07.546956000
11:03:07.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.547366000, lastModified=2022-06-15 11:03:07.546956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.547366000, lastModified=2022-06-15 11:03:07.546956000, delta=410000 ns, racy<=17500 ns
11:03:07.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.547717000, lastModified=2022-06-15 11:03:07.546956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.547717000, lastModified=2022-06-15 11:03:07.546956000, delta=761000 ns, racy<=17500 ns
11:03:07.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.548035000, lastModified=2022-06-15 11:03:07.546956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.546956000 to 2022-06-15 11:03:07.547956000
11:03:07.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.548456000, lastModified=2022-06-15 11:03:07.547956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.548456000, lastModified=2022-06-15 11:03:07.547956000, delta=500000 ns, racy<=17500 ns
11:03:07.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.548779000, lastModified=2022-06-15 11:03:07.547956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.548779000, lastModified=2022-06-15 11:03:07.547956000, delta=823000 ns, racy<=17500 ns
11:03:07.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.549184000, lastModified=2022-06-15 11:03:07.548956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.549184000, lastModified=2022-06-15 11:03:07.548956000, delta=228000 ns, racy<=17500 ns
11:03:07.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.549677000, lastModified=2022-06-15 11:03:07.548956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.549677000, lastModified=2022-06-15 11:03:07.548956000, delta=721000 ns, racy<=17500 ns
11:03:07.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.555642000, lastModified=2022-06-15 11:03:07.554956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.555642000, lastModified=2022-06-15 11:03:07.554956000, delta=686000 ns, racy<=17500 ns
11:03:07.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.556209000, lastModified=2022-06-15 11:03:07.555956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.556209000, lastModified=2022-06-15 11:03:07.555956000, delta=253000 ns, racy<=17500 ns
11:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.556712000, lastModified=2022-06-15 11:03:07.555956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.556712000, lastModified=2022-06-15 11:03:07.555956000, delta=756000 ns, racy<=17500 ns
11:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.557158000, lastModified=2022-06-15 11:03:07.556956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.557158000, lastModified=2022-06-15 11:03:07.556956000, delta=202000 ns, racy<=17500 ns
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.557502000, lastModified=2022-06-15 11:03:07.556956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.557502000, lastModified=2022-06-15 11:03:07.556956000, delta=546000 ns, racy<=17500 ns
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.557810000, lastModified=2022-06-15 11:03:07.556956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.557810000, lastModified=2022-06-15 11:03:07.556956000, delta=854000 ns, racy<=17500 ns
11:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.558129000, lastModified=2022-06-15 11:03:07.556956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.556956000 to 2022-06-15 11:03:07.557956000
11:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.561207000, lastModified=2022-06-15 11:03:07.557956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.557956000 to 2022-06-15 11:03:07.560956000
11:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.561714000, lastModified=2022-06-15 11:03:07.560956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.561714000, lastModified=2022-06-15 11:03:07.560956000, delta=758000 ns, racy<=17500 ns
11:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.562208000, lastModified=2022-06-15 11:03:07.561956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.562208000, lastModified=2022-06-15 11:03:07.561956000, delta=252000 ns, racy<=17500 ns
11:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.562704000, lastModified=2022-06-15 11:03:07.561956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.562704000, lastModified=2022-06-15 11:03:07.561956000, delta=748000 ns, racy<=17500 ns
11:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.563019000, lastModified=2022-06-15 11:03:07.561956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.561956000 to 2022-06-15 11:03:07.562956000
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.563417000, lastModified=2022-06-15 11:03:07.562956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.563417000, lastModified=2022-06-15 11:03:07.562956000, delta=461000 ns, racy<=17500 ns
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.563754000, lastModified=2022-06-15 11:03:07.562956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.563754000, lastModified=2022-06-15 11:03:07.562956000, delta=798000 ns, racy<=17500 ns
11:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.564098000, lastModified=2022-06-15 11:03:07.562956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.562956000 to 2022-06-15 11:03:07.563956000
11:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.567213000, lastModified=2022-06-15 11:03:07.566956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.567213000, lastModified=2022-06-15 11:03:07.566956000, delta=257000 ns, racy<=17500 ns
11:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.567676000, lastModified=2022-06-15 11:03:07.566956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.567676000, lastModified=2022-06-15 11:03:07.566956000, delta=720000 ns, racy<=17500 ns
11:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.568141000, lastModified=2022-06-15 11:03:07.566956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.566956000 to 2022-06-15 11:03:07.567956000
11:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.568552000, lastModified=2022-06-15 11:03:07.567956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.568552000, lastModified=2022-06-15 11:03:07.567956000, delta=596000 ns, racy<=17500 ns
11:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.568931000, lastModified=2022-06-15 11:03:07.567956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.568931000, lastModified=2022-06-15 11:03:07.567956000, delta=975000 ns, racy<=17500 ns
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.569278000, lastModified=2022-06-15 11:03:07.568956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.569278000, lastModified=2022-06-15 11:03:07.568956000, delta=322000 ns, racy<=17500 ns
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.569578000, lastModified=2022-06-15 11:03:07.568956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.569578000, lastModified=2022-06-15 11:03:07.568956000, delta=622000 ns, racy<=17500 ns
11:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.573278000, lastModified=2022-06-15 11:03:07.568956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.568956000 to 2022-06-15 11:03:07.572956000
11:03:07.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.573806000, lastModified=2022-06-15 11:03:07.572956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.573806000, lastModified=2022-06-15 11:03:07.572956000, delta=850000 ns, racy<=17500 ns
11:03:07.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.574247000, lastModified=2022-06-15 11:03:07.573956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.574247000, lastModified=2022-06-15 11:03:07.573956000, delta=291000 ns, racy<=17500 ns
11:03:07.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.574746000, lastModified=2022-06-15 11:03:07.573956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.574746000, lastModified=2022-06-15 11:03:07.573956000, delta=790000 ns, racy<=17500 ns
11:03:07.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.575179000, lastModified=2022-06-15 11:03:07.574956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.575179000, lastModified=2022-06-15 11:03:07.574956000, delta=223000 ns, racy<=17500 ns
11:03:07.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.575684000, lastModified=2022-06-15 11:03:07.574956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.575684000, lastModified=2022-06-15 11:03:07.574956000, delta=728000 ns, racy<=17500 ns
11:03:07.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.576200000, lastModified=2022-06-15 11:03:07.575956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.576200000, lastModified=2022-06-15 11:03:07.575956000, delta=244000 ns, racy<=17500 ns
11:03:07.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.576672000, lastModified=2022-06-15 11:03:07.575956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.576672000, lastModified=2022-06-15 11:03:07.575956000, delta=716000 ns, racy<=17500 ns
11:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.580436000, lastModified=2022-06-15 11:03:07.579956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.580436000, lastModified=2022-06-15 11:03:07.579956000, delta=480000 ns, racy<=17500 ns
11:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.580961000, lastModified=2022-06-15 11:03:07.579956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.579956000 to 2022-06-15 11:03:07.580956000
11:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.581479000, lastModified=2022-06-15 11:03:07.580956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.581479000, lastModified=2022-06-15 11:03:07.580956000, delta=523000 ns, racy<=17500 ns
11:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.581892000, lastModified=2022-06-15 11:03:07.580956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.581892000, lastModified=2022-06-15 11:03:07.580956000, delta=936000 ns, racy<=17500 ns
11:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.582261000, lastModified=2022-06-15 11:03:07.581956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.582261000, lastModified=2022-06-15 11:03:07.581956000, delta=305000 ns, racy<=17500 ns
11:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.582758000, lastModified=2022-06-15 11:03:07.581956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.582758000, lastModified=2022-06-15 11:03:07.581956000, delta=802000 ns, racy<=17500 ns
11:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.583225000, lastModified=2022-06-15 11:03:07.582956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.583225000, lastModified=2022-06-15 11:03:07.582956000, delta=269000 ns, racy<=17500 ns
11:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.587075000, lastModified=2022-06-15 11:03:07.582956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.582956000 to 2022-06-15 11:03:07.586956000
11:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.587585000, lastModified=2022-06-15 11:03:07.586956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.587585000, lastModified=2022-06-15 11:03:07.586956000, delta=629000 ns, racy<=17500 ns
11:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.588027000, lastModified=2022-06-15 11:03:07.586956000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.586956000 to 2022-06-15 11:03:07.587957000
11:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.588445000, lastModified=2022-06-15 11:03:07.587957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.588445000, lastModified=2022-06-15 11:03:07.587957000, delta=488000 ns, racy<=17500 ns
11:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.588853000, lastModified=2022-06-15 11:03:07.587957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.588853000, lastModified=2022-06-15 11:03:07.587957000, delta=896000 ns, racy<=17500 ns
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.589226000, lastModified=2022-06-15 11:03:07.588957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.589226000, lastModified=2022-06-15 11:03:07.588957000, delta=269000 ns, racy<=17500 ns
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.589651000, lastModified=2022-06-15 11:03:07.588957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.589651000, lastModified=2022-06-15 11:03:07.588957000, delta=694000 ns, racy<=17500 ns
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.589983000, lastModified=2022-06-15 11:03:07.588957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.588957000 to 2022-06-15 11:03:07.589957000
11:03:07.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.593911000, lastModified=2022-06-15 11:03:07.592957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.592957000 to 2022-06-15 11:03:07.593957000
11:03:07.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.594391000, lastModified=2022-06-15 11:03:07.593957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.594391000, lastModified=2022-06-15 11:03:07.593957000, delta=434000 ns, racy<=17500 ns
11:03:07.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.594821000, lastModified=2022-06-15 11:03:07.593957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.594821000, lastModified=2022-06-15 11:03:07.593957000, delta=864000 ns, racy<=17500 ns
11:03:07.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.595160000, lastModified=2022-06-15 11:03:07.594957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.595160000, lastModified=2022-06-15 11:03:07.594957000, delta=203000 ns, racy<=17500 ns
11:03:07.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.595567000, lastModified=2022-06-15 11:03:07.594957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.595567000, lastModified=2022-06-15 11:03:07.594957000, delta=610000 ns, racy<=17500 ns
11:03:07.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.595990000, lastModified=2022-06-15 11:03:07.594957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.594957000 to 2022-06-15 11:03:07.595957000
11:03:07.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.596410000, lastModified=2022-06-15 11:03:07.595957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.596410000, lastModified=2022-06-15 11:03:07.595957000, delta=453000 ns, racy<=17500 ns
11:03:07.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.600286000, lastModified=2022-06-15 11:03:07.595957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.595957000 to 2022-06-15 11:03:07.599957000
11:03:07.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.600768000, lastModified=2022-06-15 11:03:07.599957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.600768000, lastModified=2022-06-15 11:03:07.599957000, delta=811000 ns, racy<=17500 ns
11:03:07.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.601236000, lastModified=2022-06-15 11:03:07.600957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.600957000 to 2022-06-15 11:03:07.635957000
11:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.637229000, lastModified=2022-06-15 11:03:07.636957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.637229000, lastModified=2022-06-15 11:03:07.636957000, delta=272000 ns, racy<=17500 ns
11:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.637648000, lastModified=2022-06-15 11:03:07.636957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.637648000, lastModified=2022-06-15 11:03:07.636957000, delta=691000 ns, racy<=17500 ns
11:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.638128000, lastModified=2022-06-15 11:03:07.636957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.636957000 to 2022-06-15 11:03:07.637957000
11:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.638544000, lastModified=2022-06-15 11:03:07.637957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.638544000, lastModified=2022-06-15 11:03:07.637957000, delta=587000 ns, racy<=17500 ns
11:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.638990000, lastModified=2022-06-15 11:03:07.637957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.637957000 to 2022-06-15 11:03:07.638957000
11:03:07.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.642841000, lastModified=2022-06-15 11:03:07.641957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.642841000, lastModified=2022-06-15 11:03:07.641957000, delta=884000 ns, racy<=17500 ns
11:03:07.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.643347000, lastModified=2022-06-15 11:03:07.642957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.643347000, lastModified=2022-06-15 11:03:07.642957000, delta=390000 ns, racy<=17500 ns
11:03:07.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.643841000, lastModified=2022-06-15 11:03:07.642957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.643841000, lastModified=2022-06-15 11:03:07.642957000, delta=884000 ns, racy<=17500 ns
11:03:07.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.644343000, lastModified=2022-06-15 11:03:07.643957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.644343000, lastModified=2022-06-15 11:03:07.643957000, delta=386000 ns, racy<=17500 ns
11:03:07.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.644803000, lastModified=2022-06-15 11:03:07.643957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.644803000, lastModified=2022-06-15 11:03:07.643957000, delta=846000 ns, racy<=17500 ns
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.645190000, lastModified=2022-06-15 11:03:07.644957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.645190000, lastModified=2022-06-15 11:03:07.644957000, delta=233000 ns, racy<=17500 ns
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.645692000, lastModified=2022-06-15 11:03:07.644957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.645692000, lastModified=2022-06-15 11:03:07.644957000, delta=735000 ns, racy<=17500 ns
11:03:07.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.651243000, lastModified=2022-06-15 11:03:07.645957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.645957000 to 2022-06-15 11:03:07.650957000
11:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.651722000, lastModified=2022-06-15 11:03:07.650957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.651722000, lastModified=2022-06-15 11:03:07.650957000, delta=765000 ns, racy<=17500 ns
11:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.652210000, lastModified=2022-06-15 11:03:07.651957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.652210000, lastModified=2022-06-15 11:03:07.651957000, delta=253000 ns, racy<=17500 ns
11:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.652646000, lastModified=2022-06-15 11:03:07.651957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.652646000, lastModified=2022-06-15 11:03:07.651957000, delta=689000 ns, racy<=17500 ns
11:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.652993000, lastModified=2022-06-15 11:03:07.651957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.651957000 to 2022-06-15 11:03:07.652957000
11:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.653414000, lastModified=2022-06-15 11:03:07.652957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.653414000, lastModified=2022-06-15 11:03:07.652957000, delta=457000 ns, racy<=17500 ns
11:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.653909000, lastModified=2022-06-15 11:03:07.652957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.652957000 to 2022-06-15 11:03:07.653957000
11:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.654409000, lastModified=2022-06-15 11:03:07.653957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.654409000, lastModified=2022-06-15 11:03:07.653957000, delta=452000 ns, racy<=17500 ns
11:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.658769000, lastModified=2022-06-15 11:03:07.657957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.658769000, lastModified=2022-06-15 11:03:07.657957000, delta=812000 ns, racy<=17500 ns
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.659241000, lastModified=2022-06-15 11:03:07.658957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.659241000, lastModified=2022-06-15 11:03:07.658957000, delta=284000 ns, racy<=17500 ns
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.659733000, lastModified=2022-06-15 11:03:07.658957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.659733000, lastModified=2022-06-15 11:03:07.658957000, delta=776000 ns, racy<=17500 ns
11:03:07.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.660210000, lastModified=2022-06-15 11:03:07.659957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.660210000, lastModified=2022-06-15 11:03:07.659957000, delta=253000 ns, racy<=17500 ns
11:03:07.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.660565000, lastModified=2022-06-15 11:03:07.659957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.660565000, lastModified=2022-06-15 11:03:07.659957000, delta=608000 ns, racy<=17500 ns
11:03:07.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.660878000, lastModified=2022-06-15 11:03:07.659957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.660878000, lastModified=2022-06-15 11:03:07.659957000, delta=921000 ns, racy<=17500 ns
11:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.661219000, lastModified=2022-06-15 11:03:07.660957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.661219000, lastModified=2022-06-15 11:03:07.660957000, delta=262000 ns, racy<=17500 ns
11:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.666063000, lastModified=2022-06-15 11:03:07.660957000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.660957000 to 2022-06-15 11:03:07.665958000
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.666451000, lastModified=2022-06-15 11:03:07.665958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.666451000, lastModified=2022-06-15 11:03:07.665958000, delta=493000 ns, racy<=17500 ns
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.666771000, lastModified=2022-06-15 11:03:07.665958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.666771000, lastModified=2022-06-15 11:03:07.665958000, delta=813000 ns, racy<=17500 ns
11:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.667139000, lastModified=2022-06-15 11:03:07.666958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.667139000, lastModified=2022-06-15 11:03:07.666958000, delta=181000 ns, racy<=17500 ns
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.667447000, lastModified=2022-06-15 11:03:07.666958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.667447000, lastModified=2022-06-15 11:03:07.666958000, delta=489000 ns, racy<=17500 ns
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.667746000, lastModified=2022-06-15 11:03:07.666958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.667746000, lastModified=2022-06-15 11:03:07.666958000, delta=788000 ns, racy<=17500 ns
11:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.668115000, lastModified=2022-06-15 11:03:07.666958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.666958000 to 2022-06-15 11:03:07.667958000
11:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.668469000, lastModified=2022-06-15 11:03:07.667958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.668469000, lastModified=2022-06-15 11:03:07.667958000, delta=511000 ns, racy<=17500 ns
11:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.673238000, lastModified=2022-06-15 11:03:07.672958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.673238000, lastModified=2022-06-15 11:03:07.672958000, delta=280000 ns, racy<=17500 ns
11:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.673719000, lastModified=2022-06-15 11:03:07.672958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.673719000, lastModified=2022-06-15 11:03:07.672958000, delta=761000 ns, racy<=17500 ns
11:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.674173000, lastModified=2022-06-15 11:03:07.673958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.674173000, lastModified=2022-06-15 11:03:07.673958000, delta=215000 ns, racy<=17500 ns
11:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.674635000, lastModified=2022-06-15 11:03:07.673958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.674635000, lastModified=2022-06-15 11:03:07.673958000, delta=677000 ns, racy<=17500 ns
11:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.675086000, lastModified=2022-06-15 11:03:07.673958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.673958000 to 2022-06-15 11:03:07.674958000
11:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.675579000, lastModified=2022-06-15 11:03:07.674958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.675579000, lastModified=2022-06-15 11:03:07.674958000, delta=621000 ns, racy<=17500 ns
11:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.675966000, lastModified=2022-06-15 11:03:07.674958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.674958000 to 2022-06-15 11:03:07.675958000
11:03:07.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.680739000, lastModified=2022-06-15 11:03:07.675958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.675958000 to 2022-06-15 11:03:07.679958000
11:03:07.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.681297000, lastModified=2022-06-15 11:03:07.680958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.681297000, lastModified=2022-06-15 11:03:07.680958000, delta=339000 ns, racy<=17500 ns
11:03:07.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.681740000, lastModified=2022-06-15 11:03:07.680958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.681740000, lastModified=2022-06-15 11:03:07.680958000, delta=782000 ns, racy<=17500 ns
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.682208000, lastModified=2022-06-15 11:03:07.681958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.682208000, lastModified=2022-06-15 11:03:07.681958000, delta=250000 ns, racy<=17500 ns
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.682608000, lastModified=2022-06-15 11:03:07.681958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.682608000, lastModified=2022-06-15 11:03:07.681958000, delta=650000 ns, racy<=17500 ns
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.682965000, lastModified=2022-06-15 11:03:07.681958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.681958000 to 2022-06-15 11:03:07.682958000
11:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.687318000, lastModified=2022-06-15 11:03:07.686958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.687318000, lastModified=2022-06-15 11:03:07.686958000, delta=360000 ns, racy<=17500 ns
11:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.687758000, lastModified=2022-06-15 11:03:07.686958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.687758000, lastModified=2022-06-15 11:03:07.686958000, delta=800000 ns, racy<=17500 ns
11:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.692510000, lastModified=2022-06-15 11:03:07.691958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.692510000, lastModified=2022-06-15 11:03:07.691958000, delta=552000 ns, racy<=17500 ns
11:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.692933000, lastModified=2022-06-15 11:03:07.691958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.692933000, lastModified=2022-06-15 11:03:07.691958000, delta=975000 ns, racy<=17500 ns
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.693334000, lastModified=2022-06-15 11:03:07.692958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.693334000, lastModified=2022-06-15 11:03:07.692958000, delta=376000 ns, racy<=17500 ns
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.693742000, lastModified=2022-06-15 11:03:07.692958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.693742000, lastModified=2022-06-15 11:03:07.692958000, delta=784000 ns, racy<=17500 ns
11:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.694163000, lastModified=2022-06-15 11:03:07.693958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.694163000, lastModified=2022-06-15 11:03:07.693958000, delta=205000 ns, racy<=17500 ns
11:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.694526000, lastModified=2022-06-15 11:03:07.693958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.694526000, lastModified=2022-06-15 11:03:07.693958000, delta=568000 ns, racy<=17500 ns
11:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.694874000, lastModified=2022-06-15 11:03:07.693958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.694874000, lastModified=2022-06-15 11:03:07.693958000, delta=916000 ns, racy<=17500 ns
11:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.699710000, lastModified=2022-06-15 11:03:07.694958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.694958000 to 2022-06-15 11:03:07.698958000
11:03:07.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.700187000, lastModified=2022-06-15 11:03:07.699958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.700187000, lastModified=2022-06-15 11:03:07.699958000, delta=229000 ns, racy<=17500 ns
11:03:07.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.700688000, lastModified=2022-06-15 11:03:07.699958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.700688000, lastModified=2022-06-15 11:03:07.699958000, delta=730000 ns, racy<=17500 ns
11:03:07.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.736708000, lastModified=2022-06-15 11:03:07.699958000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.699958000 to 2022-06-15 11:03:07.736958000
11:03:07.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.745305000, lastModified=2022-06-15 11:03:07.744959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.745305000, lastModified=2022-06-15 11:03:07.744959000, delta=346000 ns, racy<=17500 ns
11:03:07.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.745964000, lastModified=2022-06-15 11:03:07.744959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.744959000 to 2022-06-15 11:03:07.745959000
11:03:07.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.746341000, lastModified=2022-06-15 11:03:07.745959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.746341000, lastModified=2022-06-15 11:03:07.745959000, delta=382000 ns, racy<=17500 ns
11:03:07.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.746716000, lastModified=2022-06-15 11:03:07.745959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.746716000, lastModified=2022-06-15 11:03:07.745959000, delta=757000 ns, racy<=17500 ns
11:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.751665000, lastModified=2022-06-15 11:03:07.750959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.751665000, lastModified=2022-06-15 11:03:07.750959000, delta=706000 ns, racy<=17500 ns
11:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.752124000, lastModified=2022-06-15 11:03:07.750959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.750959000 to 2022-06-15 11:03:07.751959000
11:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.752491000, lastModified=2022-06-15 11:03:07.751959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.752491000, lastModified=2022-06-15 11:03:07.751959000, delta=532000 ns, racy<=17500 ns
11:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.752863000, lastModified=2022-06-15 11:03:07.751959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.752863000, lastModified=2022-06-15 11:03:07.751959000, delta=904000 ns, racy<=17500 ns
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.753262000, lastModified=2022-06-15 11:03:07.752959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.753262000, lastModified=2022-06-15 11:03:07.752959000, delta=303000 ns, racy<=17500 ns
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.753673000, lastModified=2022-06-15 11:03:07.752959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.753673000, lastModified=2022-06-15 11:03:07.752959000, delta=714000 ns, racy<=17500 ns
11:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.754032000, lastModified=2022-06-15 11:03:07.752959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.752959000 to 2022-06-15 11:03:07.753959000
11:03:07.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.761079000, lastModified=2022-06-15 11:03:07.753959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.753959000 to 2022-06-15 11:03:07.760959000
11:03:07.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.761497000, lastModified=2022-06-15 11:03:07.760959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.761497000, lastModified=2022-06-15 11:03:07.760959000, delta=538000 ns, racy<=17500 ns
11:03:07.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.761835000, lastModified=2022-06-15 11:03:07.760959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.761835000, lastModified=2022-06-15 11:03:07.760959000, delta=876000 ns, racy<=17500 ns
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.762160000, lastModified=2022-06-15 11:03:07.761959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.762160000, lastModified=2022-06-15 11:03:07.761959000, delta=201000 ns, racy<=17500 ns
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.762438000, lastModified=2022-06-15 11:03:07.761959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.762438000, lastModified=2022-06-15 11:03:07.761959000, delta=479000 ns, racy<=17500 ns
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.762741000, lastModified=2022-06-15 11:03:07.761959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.762741000, lastModified=2022-06-15 11:03:07.761959000, delta=782000 ns, racy<=17500 ns
11:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.763032000, lastModified=2022-06-15 11:03:07.761959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.761959000 to 2022-06-15 11:03:07.762959000
11:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.763361000, lastModified=2022-06-15 11:03:07.762959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.763361000, lastModified=2022-06-15 11:03:07.762959000, delta=402000 ns, racy<=17500 ns
11:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.765939000, lastModified=2022-06-15 11:03:07.764959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.765939000, lastModified=2022-06-15 11:03:07.764959000, delta=980000 ns, racy<=17500 ns
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.766247000, lastModified=2022-06-15 11:03:07.765959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.766247000, lastModified=2022-06-15 11:03:07.765959000, delta=288000 ns, racy<=17500 ns
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.766528000, lastModified=2022-06-15 11:03:07.765959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.766528000, lastModified=2022-06-15 11:03:07.765959000, delta=569000 ns, racy<=17500 ns
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.766815000, lastModified=2022-06-15 11:03:07.765959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.766815000, lastModified=2022-06-15 11:03:07.765959000, delta=856000 ns, racy<=17500 ns
11:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.767139000, lastModified=2022-06-15 11:03:07.766959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.767139000, lastModified=2022-06-15 11:03:07.766959000, delta=180000 ns, racy<=17500 ns
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.767397000, lastModified=2022-06-15 11:03:07.766959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.767397000, lastModified=2022-06-15 11:03:07.766959000, delta=438000 ns, racy<=17500 ns
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.767685000, lastModified=2022-06-15 11:03:07.766959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.767685000, lastModified=2022-06-15 11:03:07.766959000, delta=726000 ns, racy<=17500 ns
11:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.770253000, lastModified=2022-06-15 11:03:07.766959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.766959000 to 2022-06-15 11:03:07.769959000
11:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.770564000, lastModified=2022-06-15 11:03:07.769959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.770564000, lastModified=2022-06-15 11:03:07.769959000, delta=605000 ns, racy<=17500 ns
11:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.770867000, lastModified=2022-06-15 11:03:07.769959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.770867000, lastModified=2022-06-15 11:03:07.769959000, delta=908000 ns, racy<=17500 ns
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.771146000, lastModified=2022-06-15 11:03:07.770959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.771146000, lastModified=2022-06-15 11:03:07.770959000, delta=187000 ns, racy<=17500 ns
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.771437000, lastModified=2022-06-15 11:03:07.770959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.771437000, lastModified=2022-06-15 11:03:07.770959000, delta=478000 ns, racy<=17500 ns
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.771691000, lastModified=2022-06-15 11:03:07.770959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.771691000, lastModified=2022-06-15 11:03:07.770959000, delta=732000 ns, racy<=17500 ns
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.771972000, lastModified=2022-06-15 11:03:07.770959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.771972000, lastModified=2022-06-15 11:03:07.770959000, delta=1013000 ns, racy<=17500 ns
11:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.772356000, lastModified=2022-06-15 11:03:07.771959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.772356000, lastModified=2022-06-15 11:03:07.771959000, delta=397000 ns, racy<=17500 ns
11:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.775172000, lastModified=2022-06-15 11:03:07.774959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.775172000, lastModified=2022-06-15 11:03:07.774959000, delta=213000 ns, racy<=17500 ns
11:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.775564000, lastModified=2022-06-15 11:03:07.774959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.775564000, lastModified=2022-06-15 11:03:07.774959000, delta=605000 ns, racy<=17500 ns
11:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.775888000, lastModified=2022-06-15 11:03:07.774959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.775888000, lastModified=2022-06-15 11:03:07.774959000, delta=929000 ns, racy<=17500 ns
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.776227000, lastModified=2022-06-15 11:03:07.775959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.776227000, lastModified=2022-06-15 11:03:07.775959000, delta=268000 ns, racy<=17500 ns
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.776542000, lastModified=2022-06-15 11:03:07.775959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.776542000, lastModified=2022-06-15 11:03:07.775959000, delta=583000 ns, racy<=17500 ns
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.776874000, lastModified=2022-06-15 11:03:07.775959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.776874000, lastModified=2022-06-15 11:03:07.775959000, delta=915000 ns, racy<=17500 ns
11:03:07.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.777240000, lastModified=2022-06-15 11:03:07.776959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.777240000, lastModified=2022-06-15 11:03:07.776959000, delta=281000 ns, racy<=17500 ns
11:03:07.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.790210000, lastModified=2022-06-15 11:03:07.776959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.776959000 to 2022-06-15 11:03:07.789959000
11:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.790803000, lastModified=2022-06-15 11:03:07.789959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.790803000, lastModified=2022-06-15 11:03:07.789959000, delta=844000 ns, racy<=17500 ns
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.791228000, lastModified=2022-06-15 11:03:07.790959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.791228000, lastModified=2022-06-15 11:03:07.790959000, delta=269000 ns, racy<=17500 ns
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.791655000, lastModified=2022-06-15 11:03:07.790959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.791655000, lastModified=2022-06-15 11:03:07.790959000, delta=696000 ns, racy<=17500 ns
11:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.792013000, lastModified=2022-06-15 11:03:07.790959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.790959000 to 2022-06-15 11:03:07.791959000
11:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.792372000, lastModified=2022-06-15 11:03:07.791959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.791959000 to 2022-06-15 11:03:07.792959000
11:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.793556000, lastModified=2022-06-15 11:03:07.792959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.793556000, lastModified=2022-06-15 11:03:07.792959000, delta=597000 ns, racy<=17500 ns
11:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.793964000, lastModified=2022-06-15 11:03:07.792959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.792959000 to 2022-06-15 11:03:07.793959000
11:03:07.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.796784000, lastModified=2022-06-15 11:03:07.795959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.796784000, lastModified=2022-06-15 11:03:07.795959000, delta=825000 ns, racy<=17500 ns
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.797144000, lastModified=2022-06-15 11:03:07.796959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.797144000, lastModified=2022-06-15 11:03:07.796959000, delta=185000 ns, racy<=17500 ns
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.797485000, lastModified=2022-06-15 11:03:07.796959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.797485000, lastModified=2022-06-15 11:03:07.796959000, delta=526000 ns, racy<=17500 ns
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.797827000, lastModified=2022-06-15 11:03:07.796959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.797827000, lastModified=2022-06-15 11:03:07.796959000, delta=868000 ns, racy<=17500 ns
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.798216000, lastModified=2022-06-15 11:03:07.797959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.798216000, lastModified=2022-06-15 11:03:07.797959000, delta=257000 ns, racy<=17500 ns
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.798480000, lastModified=2022-06-15 11:03:07.797959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.798480000, lastModified=2022-06-15 11:03:07.797959000, delta=521000 ns, racy<=17500 ns
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.798746000, lastModified=2022-06-15 11:03:07.797959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.798746000, lastModified=2022-06-15 11:03:07.797959000, delta=787000 ns, racy<=17500 ns
11:03:07.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.801348000, lastModified=2022-06-15 11:03:07.797959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.797959000 to 2022-06-15 11:03:07.800959000
11:03:07.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.801774000, lastModified=2022-06-15 11:03:07.800959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.801774000, lastModified=2022-06-15 11:03:07.800959000, delta=815000 ns, racy<=17500 ns
11:03:07.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.802098000, lastModified=2022-06-15 11:03:07.800959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.800959000 to 2022-06-15 11:03:07.801959000
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.802377000, lastModified=2022-06-15 11:03:07.801959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.802377000, lastModified=2022-06-15 11:03:07.801959000, delta=418000 ns, racy<=17500 ns
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.802643000, lastModified=2022-06-15 11:03:07.801959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.802643000, lastModified=2022-06-15 11:03:07.801959000, delta=684000 ns, racy<=17500 ns
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.802908000, lastModified=2022-06-15 11:03:07.801959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.802908000, lastModified=2022-06-15 11:03:07.801959000, delta=949000 ns, racy<=17500 ns
11:03:07.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.803286000, lastModified=2022-06-15 11:03:07.802959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.803286000, lastModified=2022-06-15 11:03:07.802959000, delta=327000 ns, racy<=17500 ns
11:03:07.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.803650000, lastModified=2022-06-15 11:03:07.802959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.803650000, lastModified=2022-06-15 11:03:07.802959000, delta=691000 ns, racy<=17500 ns
11:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.806393000, lastModified=2022-06-15 11:03:07.805959000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.806393000, lastModified=2022-06-15 11:03:07.805959000, delta=434000 ns, racy<=17500 ns
11:03:07.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.837101000, lastModified=2022-06-15 11:03:07.835960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.835960000 to 2022-06-15 11:03:07.836960000
11:03:07.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.837505000, lastModified=2022-06-15 11:03:07.836960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.837505000, lastModified=2022-06-15 11:03:07.836960000, delta=545000 ns, racy<=17500 ns
11:03:07.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.837812000, lastModified=2022-06-15 11:03:07.836960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.837812000, lastModified=2022-06-15 11:03:07.836960000, delta=852000 ns, racy<=17500 ns
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.838171000, lastModified=2022-06-15 11:03:07.837960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.838171000, lastModified=2022-06-15 11:03:07.837960000, delta=211000 ns, racy<=17500 ns
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.838502000, lastModified=2022-06-15 11:03:07.837960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.838502000, lastModified=2022-06-15 11:03:07.837960000, delta=542000 ns, racy<=17500 ns
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.838858000, lastModified=2022-06-15 11:03:07.837960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.838858000, lastModified=2022-06-15 11:03:07.837960000, delta=898000 ns, racy<=17500 ns
11:03:07.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.841841000, lastModified=2022-06-15 11:03:07.838960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.838960000 to 2022-06-15 11:03:07.841960000
11:03:07.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.842476000, lastModified=2022-06-15 11:03:07.841960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.842476000, lastModified=2022-06-15 11:03:07.841960000, delta=516000 ns, racy<=17500 ns
11:03:07.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.842901000, lastModified=2022-06-15 11:03:07.841960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.841960000 to 2022-06-15 11:03:07.842960000
11:03:07.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.843404000, lastModified=2022-06-15 11:03:07.842960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.843404000, lastModified=2022-06-15 11:03:07.842960000, delta=444000 ns, racy<=17500 ns
11:03:07.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.843876000, lastModified=2022-06-15 11:03:07.842960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.843876000, lastModified=2022-06-15 11:03:07.842960000, delta=916000 ns, racy<=17500 ns
11:03:07.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.844402000, lastModified=2022-06-15 11:03:07.843960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.844402000, lastModified=2022-06-15 11:03:07.843960000, delta=442000 ns, racy<=17500 ns
11:03:07.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.844840000, lastModified=2022-06-15 11:03:07.843960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.844840000, lastModified=2022-06-15 11:03:07.843960000, delta=880000 ns, racy<=17500 ns
11:03:07.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.845349000, lastModified=2022-06-15 11:03:07.844960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.845349000, lastModified=2022-06-15 11:03:07.844960000, delta=389000 ns, racy<=17500 ns
11:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.849325000, lastModified=2022-06-15 11:03:07.848960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.849325000, lastModified=2022-06-15 11:03:07.848960000, delta=365000 ns, racy<=17500 ns
11:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.849800000, lastModified=2022-06-15 11:03:07.848960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.849800000, lastModified=2022-06-15 11:03:07.848960000, delta=840000 ns, racy<=17500 ns
11:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.850321000, lastModified=2022-06-15 11:03:07.849960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.850321000, lastModified=2022-06-15 11:03:07.849960000, delta=361000 ns, racy<=17500 ns
11:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.850746000, lastModified=2022-06-15 11:03:07.849960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.850746000, lastModified=2022-06-15 11:03:07.849960000, delta=786000 ns, racy<=17500 ns
11:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.851256000, lastModified=2022-06-15 11:03:07.850960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.851256000, lastModified=2022-06-15 11:03:07.850960000, delta=296000 ns, racy<=17500 ns
11:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.851685000, lastModified=2022-06-15 11:03:07.850960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.851685000, lastModified=2022-06-15 11:03:07.850960000, delta=725000 ns, racy<=17500 ns
11:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.852137000, lastModified=2022-06-15 11:03:07.850960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.850960000 to 2022-06-15 11:03:07.851960000
11:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.855761000, lastModified=2022-06-15 11:03:07.851960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.851960000 to 2022-06-15 11:03:07.854960000
11:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.856386000, lastModified=2022-06-15 11:03:07.855960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.856386000, lastModified=2022-06-15 11:03:07.855960000, delta=426000 ns, racy<=17500 ns
11:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.856916000, lastModified=2022-06-15 11:03:07.855960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.855960000 to 2022-06-15 11:03:07.856960000
11:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.857382000, lastModified=2022-06-15 11:03:07.856960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.857382000, lastModified=2022-06-15 11:03:07.856960000, delta=422000 ns, racy<=17500 ns
11:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.857881000, lastModified=2022-06-15 11:03:07.856960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.856960000 to 2022-06-15 11:03:07.857960000
11:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.858390000, lastModified=2022-06-15 11:03:07.857960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.858390000, lastModified=2022-06-15 11:03:07.857960000, delta=430000 ns, racy<=17500 ns
11:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.858859000, lastModified=2022-06-15 11:03:07.857960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.858859000, lastModified=2022-06-15 11:03:07.857960000, delta=899000 ns, racy<=17500 ns
11:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.859352000, lastModified=2022-06-15 11:03:07.858960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.859352000, lastModified=2022-06-15 11:03:07.858960000, delta=392000 ns, racy<=17500 ns
11:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.863167000, lastModified=2022-06-15 11:03:07.861960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.861960000 to 2022-06-15 11:03:07.862960000
11:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.863612000, lastModified=2022-06-15 11:03:07.862960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.863612000, lastModified=2022-06-15 11:03:07.862960000, delta=652000 ns, racy<=17500 ns
11:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.863990000, lastModified=2022-06-15 11:03:07.862960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.862960000 to 2022-06-15 11:03:07.863960000
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.864375000, lastModified=2022-06-15 11:03:07.863960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.864375000, lastModified=2022-06-15 11:03:07.863960000, delta=415000 ns, racy<=17500 ns
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.864779000, lastModified=2022-06-15 11:03:07.863960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.864779000, lastModified=2022-06-15 11:03:07.863960000, delta=819000 ns, racy<=17500 ns
11:03:07.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.865121000, lastModified=2022-06-15 11:03:07.863960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.863960000 to 2022-06-15 11:03:07.864960000
11:03:07.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.865413000, lastModified=2022-06-15 11:03:07.864960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.865413000, lastModified=2022-06-15 11:03:07.864960000, delta=453000 ns, racy<=17500 ns
11:03:07.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.869068000, lastModified=2022-06-15 11:03:07.864960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.864960000 to 2022-06-15 11:03:07.868960000
11:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.869709000, lastModified=2022-06-15 11:03:07.868960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.869709000, lastModified=2022-06-15 11:03:07.868960000, delta=749000 ns, racy<=17500 ns
11:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.870127000, lastModified=2022-06-15 11:03:07.868960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.868960000 to 2022-06-15 11:03:07.869960000
11:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.870465000, lastModified=2022-06-15 11:03:07.869960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.870465000, lastModified=2022-06-15 11:03:07.869960000, delta=505000 ns, racy<=17500 ns
11:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.870847000, lastModified=2022-06-15 11:03:07.869960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.870847000, lastModified=2022-06-15 11:03:07.869960000, delta=887000 ns, racy<=17500 ns
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.871267000, lastModified=2022-06-15 11:03:07.870960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.871267000, lastModified=2022-06-15 11:03:07.870960000, delta=307000 ns, racy<=17500 ns
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.871628000, lastModified=2022-06-15 11:03:07.870960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.871628000, lastModified=2022-06-15 11:03:07.870960000, delta=668000 ns, racy<=17500 ns
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.871976000, lastModified=2022-06-15 11:03:07.870960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.870960000 to 2022-06-15 11:03:07.871960000
11:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.875582000, lastModified=2022-06-15 11:03:07.874960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.875582000, lastModified=2022-06-15 11:03:07.874960000, delta=622000 ns, racy<=17500 ns
11:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.875977000, lastModified=2022-06-15 11:03:07.874960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.874960000 to 2022-06-15 11:03:07.875960000
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.876334000, lastModified=2022-06-15 11:03:07.875960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.876334000, lastModified=2022-06-15 11:03:07.875960000, delta=374000 ns, racy<=17500 ns
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.876681000, lastModified=2022-06-15 11:03:07.875960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.876681000, lastModified=2022-06-15 11:03:07.875960000, delta=721000 ns, racy<=17500 ns
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.876969000, lastModified=2022-06-15 11:03:07.875960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.875960000 to 2022-06-15 11:03:07.876960000
11:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.877298000, lastModified=2022-06-15 11:03:07.876960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.877298000, lastModified=2022-06-15 11:03:07.876960000, delta=338000 ns, racy<=17500 ns
11:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.877568000, lastModified=2022-06-15 11:03:07.876960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.877568000, lastModified=2022-06-15 11:03:07.876960000, delta=608000 ns, racy<=17500 ns
11:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.881188000, lastModified=2022-06-15 11:03:07.876960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.876960000 to 2022-06-15 11:03:07.880960000
11:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.881548000, lastModified=2022-06-15 11:03:07.880960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.881548000, lastModified=2022-06-15 11:03:07.880960000, delta=588000 ns, racy<=17500 ns
11:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.881827000, lastModified=2022-06-15 11:03:07.880960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.881827000, lastModified=2022-06-15 11:03:07.880960000, delta=867000 ns, racy<=17500 ns
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.882169000, lastModified=2022-06-15 11:03:07.881960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.882169000, lastModified=2022-06-15 11:03:07.881960000, delta=209000 ns, racy<=17500 ns
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.882452000, lastModified=2022-06-15 11:03:07.881960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.882452000, lastModified=2022-06-15 11:03:07.881960000, delta=492000 ns, racy<=17500 ns
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.882704000, lastModified=2022-06-15 11:03:07.881960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.882704000, lastModified=2022-06-15 11:03:07.881960000, delta=744000 ns, racy<=17500 ns
11:03:07.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.883019000, lastModified=2022-06-15 11:03:07.881960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.881960000 to 2022-06-15 11:03:07.882960000
11:03:07.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.883334000, lastModified=2022-06-15 11:03:07.882960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.883334000, lastModified=2022-06-15 11:03:07.882960000, delta=374000 ns, racy<=17500 ns
11:03:07.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.887180000, lastModified=2022-06-15 11:03:07.885960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.885960000 to 2022-06-15 11:03:07.886960000
11:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.887526000, lastModified=2022-06-15 11:03:07.886960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.887526000, lastModified=2022-06-15 11:03:07.886960000, delta=566000 ns, racy<=17500 ns
11:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.887849000, lastModified=2022-06-15 11:03:07.886960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.887849000, lastModified=2022-06-15 11:03:07.886960000, delta=889000 ns, racy<=17500 ns
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.888210000, lastModified=2022-06-15 11:03:07.887960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.888210000, lastModified=2022-06-15 11:03:07.887960000, delta=250000 ns, racy<=17500 ns
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.888498000, lastModified=2022-06-15 11:03:07.887960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.888498000, lastModified=2022-06-15 11:03:07.887960000, delta=538000 ns, racy<=17500 ns
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.888826000, lastModified=2022-06-15 11:03:07.887960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.888826000, lastModified=2022-06-15 11:03:07.887960000, delta=866000 ns, racy<=17500 ns
11:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.889164000, lastModified=2022-06-15 11:03:07.888960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.889164000, lastModified=2022-06-15 11:03:07.888960000, delta=204000 ns, racy<=17500 ns
11:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.893384000, lastModified=2022-06-15 11:03:07.888960000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.888960000 to 2022-06-15 11:03:07.892961000
11:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.893776000, lastModified=2022-06-15 11:03:07.892961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.893776000, lastModified=2022-06-15 11:03:07.892961000, delta=815000 ns, racy<=17500 ns
11:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.894113000, lastModified=2022-06-15 11:03:07.892961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.892961000 to 2022-06-15 11:03:07.893961000
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.894401000, lastModified=2022-06-15 11:03:07.893961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.894401000, lastModified=2022-06-15 11:03:07.893961000, delta=440000 ns, racy<=17500 ns
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.894680000, lastModified=2022-06-15 11:03:07.893961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.894680000, lastModified=2022-06-15 11:03:07.893961000, delta=719000 ns, racy<=17500 ns
11:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.895013000, lastModified=2022-06-15 11:03:07.893961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.893961000 to 2022-06-15 11:03:07.894961000
11:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.895310000, lastModified=2022-06-15 11:03:07.894961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.895310000, lastModified=2022-06-15 11:03:07.894961000, delta=349000 ns, racy<=17500 ns
11:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.895593000, lastModified=2022-06-15 11:03:07.894961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.895593000, lastModified=2022-06-15 11:03:07.894961000, delta=632000 ns, racy<=17500 ns
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.900332000, lastModified=2022-06-15 11:03:07.899961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.900332000, lastModified=2022-06-15 11:03:07.899961000, delta=371000 ns, racy<=17500 ns
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.900729000, lastModified=2022-06-15 11:03:07.899961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.900729000, lastModified=2022-06-15 11:03:07.899961000, delta=768000 ns, racy<=17500 ns
11:03:07.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.901067000, lastModified=2022-06-15 11:03:07.899961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.899961000 to 2022-06-15 11:03:07.900961000
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.901392000, lastModified=2022-06-15 11:03:07.900961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.901392000, lastModified=2022-06-15 11:03:07.900961000, delta=431000 ns, racy<=17500 ns
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.901745000, lastModified=2022-06-15 11:03:07.900961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.901745000, lastModified=2022-06-15 11:03:07.900961000, delta=784000 ns, racy<=17500 ns
11:03:07.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.902110000, lastModified=2022-06-15 11:03:07.900961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.900961000 to 2022-06-15 11:03:07.901961000
11:03:07.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.937105000, lastModified=2022-06-15 11:03:07.901961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.901961000 to 2022-06-15 11:03:07.936961000
11:03:07.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.941952000, lastModified=2022-06-15 11:03:07.936961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.936961000 to 2022-06-15 11:03:07.941961000
11:03:07.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.942452000, lastModified=2022-06-15 11:03:07.941961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.942452000, lastModified=2022-06-15 11:03:07.941961000, delta=491000 ns, racy<=17500 ns
11:03:07.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.942962000, lastModified=2022-06-15 11:03:07.941961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.941961000 to 2022-06-15 11:03:07.942961000
11:03:07.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.943436000, lastModified=2022-06-15 11:03:07.942961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.943436000, lastModified=2022-06-15 11:03:07.942961000, delta=475000 ns, racy<=17500 ns
11:03:07.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.944023000, lastModified=2022-06-15 11:03:07.942961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.942961000 to 2022-06-15 11:03:07.943961000
11:03:07.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.944690000, lastModified=2022-06-15 11:03:07.943961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.944690000, lastModified=2022-06-15 11:03:07.943961000, delta=729000 ns, racy<=17500 ns
11:03:07.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.945221000, lastModified=2022-06-15 11:03:07.944961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.945221000, lastModified=2022-06-15 11:03:07.944961000, delta=260000 ns, racy<=17500 ns
11:03:07.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.945721000, lastModified=2022-06-15 11:03:07.944961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.945721000, lastModified=2022-06-15 11:03:07.944961000, delta=760000 ns, racy<=17500 ns
11:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.950822000, lastModified=2022-06-15 11:03:07.949961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.950822000, lastModified=2022-06-15 11:03:07.949961000, delta=861000 ns, racy<=17500 ns
11:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.951400000, lastModified=2022-06-15 11:03:07.950961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.951400000, lastModified=2022-06-15 11:03:07.950961000, delta=439000 ns, racy<=17500 ns
11:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.951948000, lastModified=2022-06-15 11:03:07.950961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.950961000 to 2022-06-15 11:03:07.951961000
11:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.952410000, lastModified=2022-06-15 11:03:07.951961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.952410000, lastModified=2022-06-15 11:03:07.951961000, delta=449000 ns, racy<=17500 ns
11:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.952896000, lastModified=2022-06-15 11:03:07.951961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.952896000, lastModified=2022-06-15 11:03:07.951961000, delta=935000 ns, racy<=17500 ns
11:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.953413000, lastModified=2022-06-15 11:03:07.952961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.953413000, lastModified=2022-06-15 11:03:07.952961000, delta=452000 ns, racy<=17500 ns
11:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.953881000, lastModified=2022-06-15 11:03:07.952961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.953881000, lastModified=2022-06-15 11:03:07.952961000, delta=920000 ns, racy<=17500 ns
11:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.958737000, lastModified=2022-06-15 11:03:07.953961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.953961000 to 2022-06-15 11:03:07.957961000
11:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.959512000, lastModified=2022-06-15 11:03:07.958961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.959512000, lastModified=2022-06-15 11:03:07.958961000, delta=551000 ns, racy<=17500 ns
11:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.959973000, lastModified=2022-06-15 11:03:07.958961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.958961000 to 2022-06-15 11:03:07.959961000
11:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.960551000, lastModified=2022-06-15 11:03:07.959961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.960551000, lastModified=2022-06-15 11:03:07.959961000, delta=590000 ns, racy<=17500 ns
11:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.961077000, lastModified=2022-06-15 11:03:07.959961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.959961000 to 2022-06-15 11:03:07.960961000
11:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.961667000, lastModified=2022-06-15 11:03:07.960961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.961667000, lastModified=2022-06-15 11:03:07.960961000, delta=706000 ns, racy<=17500 ns
11:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.962135000, lastModified=2022-06-15 11:03:07.960961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.960961000 to 2022-06-15 11:03:07.961961000
11:03:07.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.962469000, lastModified=2022-06-15 11:03:07.961961000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.962469000, lastModified=2022-06-15 11:03:07.961961000, delta=508000 ns, racy<=17500 ns
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.967348000, lastModified=2022-06-15 11:03:07.966962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.967348000, lastModified=2022-06-15 11:03:07.966962000, delta=386000 ns, racy<=17500 ns
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.967745000, lastModified=2022-06-15 11:03:07.966962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.967745000, lastModified=2022-06-15 11:03:07.966962000, delta=783000 ns, racy<=17500 ns
11:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.968121000, lastModified=2022-06-15 11:03:07.966962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.966962000 to 2022-06-15 11:03:07.967962000
11:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.968462000, lastModified=2022-06-15 11:03:07.967962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.968462000, lastModified=2022-06-15 11:03:07.967962000, delta=500000 ns, racy<=17500 ns
11:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.968744000, lastModified=2022-06-15 11:03:07.967962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.968744000, lastModified=2022-06-15 11:03:07.967962000, delta=782000 ns, racy<=17500 ns
11:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.969184000, lastModified=2022-06-15 11:03:07.968962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.969184000, lastModified=2022-06-15 11:03:07.968962000, delta=222000 ns, racy<=17500 ns
11:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.969517000, lastModified=2022-06-15 11:03:07.968962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.969517000, lastModified=2022-06-15 11:03:07.968962000, delta=555000 ns, racy<=17500 ns
11:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.974302000, lastModified=2022-06-15 11:03:07.968962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.968962000 to 2022-06-15 11:03:07.973962000
11:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.974780000, lastModified=2022-06-15 11:03:07.973962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.974780000, lastModified=2022-06-15 11:03:07.973962000, delta=818000 ns, racy<=17500 ns
11:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.975195000, lastModified=2022-06-15 11:03:07.973962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.973962000 to 2022-06-15 11:03:07.974962000
11:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.975516000, lastModified=2022-06-15 11:03:07.974962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.975516000, lastModified=2022-06-15 11:03:07.974962000, delta=554000 ns, racy<=17500 ns
11:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.975836000, lastModified=2022-06-15 11:03:07.974962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.975836000, lastModified=2022-06-15 11:03:07.974962000, delta=874000 ns, racy<=17500 ns
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.976224000, lastModified=2022-06-15 11:03:07.975962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.976224000, lastModified=2022-06-15 11:03:07.975962000, delta=262000 ns, racy<=17500 ns
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.976522000, lastModified=2022-06-15 11:03:07.975962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.976522000, lastModified=2022-06-15 11:03:07.975962000, delta=560000 ns, racy<=17500 ns
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.976878000, lastModified=2022-06-15 11:03:07.975962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.976878000, lastModified=2022-06-15 11:03:07.975962000, delta=916000 ns, racy<=17500 ns
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.983432000, lastModified=2022-06-15 11:03:07.982962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.983432000, lastModified=2022-06-15 11:03:07.982962000, delta=470000 ns, racy<=17500 ns
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.983797000, lastModified=2022-06-15 11:03:07.982962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.983797000, lastModified=2022-06-15 11:03:07.982962000, delta=835000 ns, racy<=17500 ns
11:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.984183000, lastModified=2022-06-15 11:03:07.983962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.984183000, lastModified=2022-06-15 11:03:07.983962000, delta=221000 ns, racy<=17500 ns
11:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.984512000, lastModified=2022-06-15 11:03:07.983962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.984512000, lastModified=2022-06-15 11:03:07.983962000, delta=550000 ns, racy<=17500 ns
11:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.984838000, lastModified=2022-06-15 11:03:07.983962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.984838000, lastModified=2022-06-15 11:03:07.983962000, delta=876000 ns, racy<=17500 ns
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.985208000, lastModified=2022-06-15 11:03:07.984962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.985208000, lastModified=2022-06-15 11:03:07.984962000, delta=246000 ns, racy<=17500 ns
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.985551000, lastModified=2022-06-15 11:03:07.984962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.985551000, lastModified=2022-06-15 11:03:07.984962000, delta=589000 ns, racy<=17500 ns
11:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.988198000, lastModified=2022-06-15 11:03:07.984962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.984962000 to 2022-06-15 11:03:07.987962000
11:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.988656000, lastModified=2022-06-15 11:03:07.987962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.988656000, lastModified=2022-06-15 11:03:07.987962000, delta=694000 ns, racy<=17500 ns
11:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.989024000, lastModified=2022-06-15 11:03:07.987962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.987962000 to 2022-06-15 11:03:07.988962000
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.989462000, lastModified=2022-06-15 11:03:07.988962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.989462000, lastModified=2022-06-15 11:03:07.988962000, delta=500000 ns, racy<=17500 ns
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.989731000, lastModified=2022-06-15 11:03:07.988962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.989731000, lastModified=2022-06-15 11:03:07.988962000, delta=769000 ns, racy<=17500 ns
11:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.990008000, lastModified=2022-06-15 11:03:07.988962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.988962000 to 2022-06-15 11:03:07.989962000
11:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.990320000, lastModified=2022-06-15 11:03:07.989962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.990320000, lastModified=2022-06-15 11:03:07.989962000, delta=358000 ns, racy<=17500 ns
11:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.990600000, lastModified=2022-06-15 11:03:07.989962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.990600000, lastModified=2022-06-15 11:03:07.989962000, delta=638000 ns, racy<=17500 ns
11:03:07.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.996165000, lastModified=2022-06-15 11:03:07.995962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.996165000, lastModified=2022-06-15 11:03:07.995962000, delta=203000 ns, racy<=17500 ns
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.996473000, lastModified=2022-06-15 11:03:07.995962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.996473000, lastModified=2022-06-15 11:03:07.995962000, delta=511000 ns, racy<=17500 ns
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.996790000, lastModified=2022-06-15 11:03:07.995962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.996790000, lastModified=2022-06-15 11:03:07.995962000, delta=828000 ns, racy<=17500 ns
11:03:07.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.997110000, lastModified=2022-06-15 11:03:07.995962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.995962000 to 2022-06-15 11:03:07.996962000
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.997431000, lastModified=2022-06-15 11:03:07.996962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.997431000, lastModified=2022-06-15 11:03:07.996962000, delta=469000 ns, racy<=17500 ns
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.997711000, lastModified=2022-06-15 11:03:07.996962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:07.997711000, lastModified=2022-06-15 11:03:07.996962000, delta=749000 ns, racy<=17500 ns
11:03:07.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:07.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:07.997991000, lastModified=2022-06-15 11:03:07.996962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:07.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.996962000 to 2022-06-15 11:03:07.997962000
11:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.000557000, lastModified=2022-06-15 11:03:07.997962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.997962000 to 2022-06-15 11:03:07.999962000
11:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.000957000, lastModified=2022-06-15 11:03:07.999962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:07.999962000 to 2022-06-15 11:03:08.000962000
11:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.001322000, lastModified=2022-06-15 11:03:08.000962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.001322000, lastModified=2022-06-15 11:03:08.000962000, delta=360000 ns, racy<=17500 ns
11:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.001739000, lastModified=2022-06-15 11:03:08.000962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.001739000, lastModified=2022-06-15 11:03:08.000962000, delta=777000 ns, racy<=17500 ns
11:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.002173000, lastModified=2022-06-15 11:03:08.000962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.000962000 to 2022-06-15 11:03:08.001962000
11:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.002579000, lastModified=2022-06-15 11:03:08.001962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.002579000, lastModified=2022-06-15 11:03:08.001962000, delta=617000 ns, racy<=17500 ns
11:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.002917000, lastModified=2022-06-15 11:03:08.001962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.002917000, lastModified=2022-06-15 11:03:08.001962000, delta=955000 ns, racy<=17500 ns
11:03:08.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.003275000, lastModified=2022-06-15 11:03:08.002962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.003275000, lastModified=2022-06-15 11:03:08.002962000, delta=313000 ns, racy<=17500 ns
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.006347000, lastModified=2022-06-15 11:03:08.005962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.006347000, lastModified=2022-06-15 11:03:08.005962000, delta=385000 ns, racy<=17500 ns
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.006749000, lastModified=2022-06-15 11:03:08.005962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.006749000, lastModified=2022-06-15 11:03:08.005962000, delta=787000 ns, racy<=17500 ns
11:03:08.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.007161000, lastModified=2022-06-15 11:03:08.005962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.005962000 to 2022-06-15 11:03:08.006962000
11:03:08.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.007500000, lastModified=2022-06-15 11:03:08.006962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.007500000, lastModified=2022-06-15 11:03:08.006962000, delta=538000 ns, racy<=17500 ns
11:03:08.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.007825000, lastModified=2022-06-15 11:03:08.006962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.007825000, lastModified=2022-06-15 11:03:08.006962000, delta=863000 ns, racy<=17500 ns
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.008184000, lastModified=2022-06-15 11:03:08.007962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.008184000, lastModified=2022-06-15 11:03:08.007962000, delta=222000 ns, racy<=17500 ns
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.008549000, lastModified=2022-06-15 11:03:08.007962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.008549000, lastModified=2022-06-15 11:03:08.007962000, delta=587000 ns, racy<=17500 ns
11:03:08.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.011350000, lastModified=2022-06-15 11:03:08.007962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.007962000 to 2022-06-15 11:03:08.010962000
11:03:08.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.011750000, lastModified=2022-06-15 11:03:08.010962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.011750000, lastModified=2022-06-15 11:03:08.010962000, delta=788000 ns, racy<=17500 ns
11:03:08.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.012184000, lastModified=2022-06-15 11:03:08.011962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.012184000, lastModified=2022-06-15 11:03:08.011962000, delta=222000 ns, racy<=17500 ns
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.012576000, lastModified=2022-06-15 11:03:08.011962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.012576000, lastModified=2022-06-15 11:03:08.011962000, delta=614000 ns, racy<=17500 ns
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.012855000, lastModified=2022-06-15 11:03:08.011962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.012855000, lastModified=2022-06-15 11:03:08.011962000, delta=893000 ns, racy<=17500 ns
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.013200000, lastModified=2022-06-15 11:03:08.012962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.013200000, lastModified=2022-06-15 11:03:08.012962000, delta=238000 ns, racy<=17500 ns
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.013511000, lastModified=2022-06-15 11:03:08.012962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.013511000, lastModified=2022-06-15 11:03:08.012962000, delta=549000 ns, racy<=17500 ns
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.013833000, lastModified=2022-06-15 11:03:08.012962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.013833000, lastModified=2022-06-15 11:03:08.012962000, delta=871000 ns, racy<=17500 ns
11:03:08.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.016706000, lastModified=2022-06-15 11:03:08.015962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.016706000, lastModified=2022-06-15 11:03:08.015962000, delta=744000 ns, racy<=17500 ns
11:03:08.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.017166000, lastModified=2022-06-15 11:03:08.016962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.017166000, lastModified=2022-06-15 11:03:08.016962000, delta=204000 ns, racy<=17500 ns
11:03:08.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.036820000, lastModified=2022-06-15 11:03:08.035962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.036820000, lastModified=2022-06-15 11:03:08.035962000, delta=858000 ns, racy<=17500 ns
11:03:08.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.037288000, lastModified=2022-06-15 11:03:08.036962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.037288000, lastModified=2022-06-15 11:03:08.036962000, delta=326000 ns, racy<=17500 ns
11:03:08.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.037791000, lastModified=2022-06-15 11:03:08.036962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.037791000, lastModified=2022-06-15 11:03:08.036962000, delta=829000 ns, racy<=17500 ns
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.038190000, lastModified=2022-06-15 11:03:08.037962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.038190000, lastModified=2022-06-15 11:03:08.037962000, delta=228000 ns, racy<=17500 ns
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.038641000, lastModified=2022-06-15 11:03:08.037962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.038641000, lastModified=2022-06-15 11:03:08.037962000, delta=679000 ns, racy<=17500 ns
11:03:08.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.041711000, lastModified=2022-06-15 11:03:08.037962000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.037962000 to 2022-06-15 11:03:08.040962000
11:03:08.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.042252000, lastModified=2022-06-15 11:03:08.041963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.042252000, lastModified=2022-06-15 11:03:08.041963000, delta=289000 ns, racy<=17500 ns
11:03:08.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.042723000, lastModified=2022-06-15 11:03:08.041963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.042723000, lastModified=2022-06-15 11:03:08.041963000, delta=760000 ns, racy<=17500 ns
11:03:08.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.043132000, lastModified=2022-06-15 11:03:08.041963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.041963000 to 2022-06-15 11:03:08.042963000
11:03:08.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.043625000, lastModified=2022-06-15 11:03:08.042963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.043625000, lastModified=2022-06-15 11:03:08.042963000, delta=662000 ns, racy<=17500 ns
11:03:08.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.044164000, lastModified=2022-06-15 11:03:08.042963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.042963000 to 2022-06-15 11:03:08.043963000
11:03:08.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.044637000, lastModified=2022-06-15 11:03:08.043963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.044637000, lastModified=2022-06-15 11:03:08.043963000, delta=674000 ns, racy<=17500 ns
11:03:08.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.044924000, lastModified=2022-06-15 11:03:08.043963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.044924000, lastModified=2022-06-15 11:03:08.043963000, delta=961000 ns, racy<=17500 ns
11:03:08.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.048167000, lastModified=2022-06-15 11:03:08.046963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.046963000 to 2022-06-15 11:03:08.047963000
11:03:08.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.048657000, lastModified=2022-06-15 11:03:08.047963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.048657000, lastModified=2022-06-15 11:03:08.047963000, delta=694000 ns, racy<=17500 ns
11:03:08.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.049144000, lastModified=2022-06-15 11:03:08.047963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.047963000 to 2022-06-15 11:03:08.048963000
11:03:08.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.049665000, lastModified=2022-06-15 11:03:08.048963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.049665000, lastModified=2022-06-15 11:03:08.048963000, delta=702000 ns, racy<=17500 ns
11:03:08.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.050086000, lastModified=2022-06-15 11:03:08.048963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.048963000 to 2022-06-15 11:03:08.049963000
11:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.050525000, lastModified=2022-06-15 11:03:08.049963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.050525000, lastModified=2022-06-15 11:03:08.049963000, delta=562000 ns, racy<=17500 ns
11:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.050969000, lastModified=2022-06-15 11:03:08.049963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.049963000 to 2022-06-15 11:03:08.050963000
11:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.054843000, lastModified=2022-06-15 11:03:08.050963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.050963000 to 2022-06-15 11:03:08.053963000
11:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.055355000, lastModified=2022-06-15 11:03:08.054963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.055355000, lastModified=2022-06-15 11:03:08.054963000, delta=392000 ns, racy<=17500 ns
11:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.055803000, lastModified=2022-06-15 11:03:08.054963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.055803000, lastModified=2022-06-15 11:03:08.054963000, delta=840000 ns, racy<=17500 ns
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.056274000, lastModified=2022-06-15 11:03:08.055963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.056274000, lastModified=2022-06-15 11:03:08.055963000, delta=311000 ns, racy<=17500 ns
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.056623000, lastModified=2022-06-15 11:03:08.055963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.056623000, lastModified=2022-06-15 11:03:08.055963000, delta=660000 ns, racy<=17500 ns
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.056944000, lastModified=2022-06-15 11:03:08.055963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.055963000 to 2022-06-15 11:03:08.056963000
11:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.057335000, lastModified=2022-06-15 11:03:08.056963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.057335000, lastModified=2022-06-15 11:03:08.056963000, delta=372000 ns, racy<=17500 ns
11:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.057655000, lastModified=2022-06-15 11:03:08.056963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.057655000, lastModified=2022-06-15 11:03:08.056963000, delta=692000 ns, racy<=17500 ns
11:03:08.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.061440000, lastModified=2022-06-15 11:03:08.060963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.061440000, lastModified=2022-06-15 11:03:08.060963000, delta=477000 ns, racy<=17500 ns
11:03:08.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.061890000, lastModified=2022-06-15 11:03:08.060963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.061890000, lastModified=2022-06-15 11:03:08.060963000, delta=927000 ns, racy<=17500 ns
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.062379000, lastModified=2022-06-15 11:03:08.061963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.062379000, lastModified=2022-06-15 11:03:08.061963000, delta=416000 ns, racy<=17500 ns
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.062740000, lastModified=2022-06-15 11:03:08.061963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.062740000, lastModified=2022-06-15 11:03:08.061963000, delta=777000 ns, racy<=17500 ns
11:03:08.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.063030000, lastModified=2022-06-15 11:03:08.061963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.061963000 to 2022-06-15 11:03:08.062963000
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.063408000, lastModified=2022-06-15 11:03:08.062963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.063408000, lastModified=2022-06-15 11:03:08.062963000, delta=445000 ns, racy<=17500 ns
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.063795000, lastModified=2022-06-15 11:03:08.062963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.063795000, lastModified=2022-06-15 11:03:08.062963000, delta=832000 ns, racy<=17500 ns
11:03:08.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.067420000, lastModified=2022-06-15 11:03:08.062963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.062963000 to 2022-06-15 11:03:08.066963000
11:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.067853000, lastModified=2022-06-15 11:03:08.066963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.067853000, lastModified=2022-06-15 11:03:08.066963000, delta=890000 ns, racy<=17500 ns
11:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.068343000, lastModified=2022-06-15 11:03:08.067963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.068343000, lastModified=2022-06-15 11:03:08.067963000, delta=380000 ns, racy<=17500 ns
11:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.068811000, lastModified=2022-06-15 11:03:08.067963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.068811000, lastModified=2022-06-15 11:03:08.067963000, delta=848000 ns, racy<=17500 ns
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.069184000, lastModified=2022-06-15 11:03:08.068963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.069184000, lastModified=2022-06-15 11:03:08.068963000, delta=221000 ns, racy<=17500 ns
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.069652000, lastModified=2022-06-15 11:03:08.068963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.069652000, lastModified=2022-06-15 11:03:08.068963000, delta=689000 ns, racy<=17500 ns
11:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.070031000, lastModified=2022-06-15 11:03:08.068963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.068963000 to 2022-06-15 11:03:08.069963000
11:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.070418000, lastModified=2022-06-15 11:03:08.069963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.070418000, lastModified=2022-06-15 11:03:08.069963000, delta=455000 ns, racy<=17500 ns
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.074251000, lastModified=2022-06-15 11:03:08.073963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.074251000, lastModified=2022-06-15 11:03:08.073963000, delta=288000 ns, racy<=17500 ns
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.074727000, lastModified=2022-06-15 11:03:08.073963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.074727000, lastModified=2022-06-15 11:03:08.073963000, delta=764000 ns, racy<=17500 ns
11:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.075168000, lastModified=2022-06-15 11:03:08.074963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.075168000, lastModified=2022-06-15 11:03:08.074963000, delta=205000 ns, racy<=17500 ns
11:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.075591000, lastModified=2022-06-15 11:03:08.074963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.075591000, lastModified=2022-06-15 11:03:08.074963000, delta=628000 ns, racy<=17500 ns
11:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.076093000, lastModified=2022-06-15 11:03:08.074963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.074963000 to 2022-06-15 11:03:08.075963000
11:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.076567000, lastModified=2022-06-15 11:03:08.075963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.076567000, lastModified=2022-06-15 11:03:08.075963000, delta=604000 ns, racy<=17500 ns
11:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.077007000, lastModified=2022-06-15 11:03:08.075963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.075963000 to 2022-06-15 11:03:08.076963000
11:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.081165000, lastModified=2022-06-15 11:03:08.076963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.076963000 to 2022-06-15 11:03:08.080963000
11:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.081665000, lastModified=2022-06-15 11:03:08.080963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.081665000, lastModified=2022-06-15 11:03:08.080963000, delta=702000 ns, racy<=17500 ns
11:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.082167000, lastModified=2022-06-15 11:03:08.081963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.082167000, lastModified=2022-06-15 11:03:08.081963000, delta=204000 ns, racy<=17500 ns
11:03:08.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.082626000, lastModified=2022-06-15 11:03:08.081963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.082626000, lastModified=2022-06-15 11:03:08.081963000, delta=663000 ns, racy<=17500 ns
11:03:08.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.083022000, lastModified=2022-06-15 11:03:08.081963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.081963000 to 2022-06-15 11:03:08.082963000
11:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.083444000, lastModified=2022-06-15 11:03:08.082963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.083444000, lastModified=2022-06-15 11:03:08.082963000, delta=481000 ns, racy<=17500 ns
11:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.083921000, lastModified=2022-06-15 11:03:08.082963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.083921000, lastModified=2022-06-15 11:03:08.082963000, delta=958000 ns, racy<=17500 ns
11:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.084330000, lastModified=2022-06-15 11:03:08.083963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.084330000, lastModified=2022-06-15 11:03:08.083963000, delta=367000 ns, racy<=17500 ns
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.088259000, lastModified=2022-06-15 11:03:08.087963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.088259000, lastModified=2022-06-15 11:03:08.087963000, delta=296000 ns, racy<=17500 ns
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.088713000, lastModified=2022-06-15 11:03:08.087963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.088713000, lastModified=2022-06-15 11:03:08.087963000, delta=750000 ns, racy<=17500 ns
11:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.089196000, lastModified=2022-06-15 11:03:08.088963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.089196000, lastModified=2022-06-15 11:03:08.088963000, delta=233000 ns, racy<=17500 ns
11:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.089624000, lastModified=2022-06-15 11:03:08.088963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.089624000, lastModified=2022-06-15 11:03:08.088963000, delta=661000 ns, racy<=17500 ns
11:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.089969000, lastModified=2022-06-15 11:03:08.088963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.089969000, lastModified=2022-06-15 11:03:08.088963000, delta=1006000 ns, racy<=17500 ns
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.090325000, lastModified=2022-06-15 11:03:08.089963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.090325000, lastModified=2022-06-15 11:03:08.089963000, delta=362000 ns, racy<=17500 ns
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.090733000, lastModified=2022-06-15 11:03:08.089963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.090733000, lastModified=2022-06-15 11:03:08.089963000, delta=770000 ns, racy<=17500 ns
11:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.094605000, lastModified=2022-06-15 11:03:08.090963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.090963000 to 2022-06-15 11:03:08.093963000
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.095062000, lastModified=2022-06-15 11:03:08.093963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.093963000 to 2022-06-15 11:03:08.094963000
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.095448000, lastModified=2022-06-15 11:03:08.094963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.095448000, lastModified=2022-06-15 11:03:08.094963000, delta=485000 ns, racy<=17500 ns
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.095792000, lastModified=2022-06-15 11:03:08.094963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.095792000, lastModified=2022-06-15 11:03:08.094963000, delta=829000 ns, racy<=17500 ns
11:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.096117000, lastModified=2022-06-15 11:03:08.094963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.094963000 to 2022-06-15 11:03:08.095963000
11:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.096509000, lastModified=2022-06-15 11:03:08.095963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.096509000, lastModified=2022-06-15 11:03:08.095963000, delta=546000 ns, racy<=17500 ns
11:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.096968000, lastModified=2022-06-15 11:03:08.095963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.095963000 to 2022-06-15 11:03:08.096963000
11:03:08.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.097389000, lastModified=2022-06-15 11:03:08.096963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.097389000, lastModified=2022-06-15 11:03:08.096963000, delta=426000 ns, racy<=17500 ns
11:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.136678000, lastModified=2022-06-15 11:03:08.102963000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.102963000 to 2022-06-15 11:03:08.135964000
11:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.137236000, lastModified=2022-06-15 11:03:08.136964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.137236000, lastModified=2022-06-15 11:03:08.136964000, delta=272000 ns, racy<=17500 ns
11:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.137603000, lastModified=2022-06-15 11:03:08.136964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.137603000, lastModified=2022-06-15 11:03:08.136964000, delta=639000 ns, racy<=17500 ns
11:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.137954000, lastModified=2022-06-15 11:03:08.136964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.136964000 to 2022-06-15 11:03:08.137964000
11:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.138385000, lastModified=2022-06-15 11:03:08.137964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.138385000, lastModified=2022-06-15 11:03:08.137964000, delta=421000 ns, racy<=17500 ns
11:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.138717000, lastModified=2022-06-15 11:03:08.137964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.138717000, lastModified=2022-06-15 11:03:08.137964000, delta=753000 ns, racy<=17500 ns
11:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.139070000, lastModified=2022-06-15 11:03:08.137964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.137964000 to 2022-06-15 11:03:08.138964000
11:03:08.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.143927000, lastModified=2022-06-15 11:03:08.138964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.138964000 to 2022-06-15 11:03:08.143964000
11:03:08.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.144413000, lastModified=2022-06-15 11:03:08.143964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.144413000, lastModified=2022-06-15 11:03:08.143964000, delta=449000 ns, racy<=17500 ns
11:03:08.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.144766000, lastModified=2022-06-15 11:03:08.143964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.144766000, lastModified=2022-06-15 11:03:08.143964000, delta=802000 ns, racy<=17500 ns
11:03:08.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.145170000, lastModified=2022-06-15 11:03:08.143964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.143964000 to 2022-06-15 11:03:08.144964000
11:03:08.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.145491000, lastModified=2022-06-15 11:03:08.144964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.145491000, lastModified=2022-06-15 11:03:08.144964000, delta=527000 ns, racy<=17500 ns
11:03:08.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.145848000, lastModified=2022-06-15 11:03:08.144964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.145848000, lastModified=2022-06-15 11:03:08.144964000, delta=884000 ns, racy<=17500 ns
11:03:08.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.146291000, lastModified=2022-06-15 11:03:08.145964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.146291000, lastModified=2022-06-15 11:03:08.145964000, delta=327000 ns, racy<=17500 ns
11:03:08.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.146658000, lastModified=2022-06-15 11:03:08.145964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.146658000, lastModified=2022-06-15 11:03:08.145964000, delta=694000 ns, racy<=17500 ns
11:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.151528000, lastModified=2022-06-15 11:03:08.150964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.151528000, lastModified=2022-06-15 11:03:08.150964000, delta=564000 ns, racy<=17500 ns
11:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.151906000, lastModified=2022-06-15 11:03:08.150964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.151906000, lastModified=2022-06-15 11:03:08.150964000, delta=942000 ns, racy<=17500 ns
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.152313000, lastModified=2022-06-15 11:03:08.151964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.152313000, lastModified=2022-06-15 11:03:08.151964000, delta=349000 ns, racy<=17500 ns
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.152671000, lastModified=2022-06-15 11:03:08.151964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.152671000, lastModified=2022-06-15 11:03:08.151964000, delta=707000 ns, racy<=17500 ns
11:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.152993000, lastModified=2022-06-15 11:03:08.151964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.151964000 to 2022-06-15 11:03:08.152964000
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.153435000, lastModified=2022-06-15 11:03:08.152964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.153435000, lastModified=2022-06-15 11:03:08.152964000, delta=471000 ns, racy<=17500 ns
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.153782000, lastModified=2022-06-15 11:03:08.152964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.153782000, lastModified=2022-06-15 11:03:08.152964000, delta=818000 ns, racy<=17500 ns
11:03:08.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.158518000, lastModified=2022-06-15 11:03:08.153964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.153964000 to 2022-06-15 11:03:08.157964000
11:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.158978000, lastModified=2022-06-15 11:03:08.157964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.157964000 to 2022-06-15 11:03:08.158964000
11:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.159341000, lastModified=2022-06-15 11:03:08.158964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.159341000, lastModified=2022-06-15 11:03:08.158964000, delta=377000 ns, racy<=17500 ns
11:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.159690000, lastModified=2022-06-15 11:03:08.158964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.159690000, lastModified=2022-06-15 11:03:08.158964000, delta=726000 ns, racy<=17500 ns
11:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.160010000, lastModified=2022-06-15 11:03:08.158964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.158964000 to 2022-06-15 11:03:08.159964000
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.160366000, lastModified=2022-06-15 11:03:08.159964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.160366000, lastModified=2022-06-15 11:03:08.159964000, delta=402000 ns, racy<=17500 ns
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.160705000, lastModified=2022-06-15 11:03:08.159964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.160705000, lastModified=2022-06-15 11:03:08.159964000, delta=741000 ns, racy<=17500 ns
11:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.161073000, lastModified=2022-06-15 11:03:08.159964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.159964000 to 2022-06-15 11:03:08.160964000
11:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.165837000, lastModified=2022-06-15 11:03:08.164964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.165837000, lastModified=2022-06-15 11:03:08.164964000, delta=873000 ns, racy<=17500 ns
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.166316000, lastModified=2022-06-15 11:03:08.165964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.166316000, lastModified=2022-06-15 11:03:08.165964000, delta=352000 ns, racy<=17500 ns
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.166707000, lastModified=2022-06-15 11:03:08.165964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.166707000, lastModified=2022-06-15 11:03:08.165964000, delta=743000 ns, racy<=17500 ns
11:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.167070000, lastModified=2022-06-15 11:03:08.165964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.165964000 to 2022-06-15 11:03:08.166964000
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.167431000, lastModified=2022-06-15 11:03:08.166964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.167431000, lastModified=2022-06-15 11:03:08.166964000, delta=467000 ns, racy<=17500 ns
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.167758000, lastModified=2022-06-15 11:03:08.166964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.167758000, lastModified=2022-06-15 11:03:08.166964000, delta=794000 ns, racy<=17500 ns
11:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.168125000, lastModified=2022-06-15 11:03:08.166964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.166964000 to 2022-06-15 11:03:08.167964000
11:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.173022000, lastModified=2022-06-15 11:03:08.167964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.167964000 to 2022-06-15 11:03:08.172964000
11:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.173490000, lastModified=2022-06-15 11:03:08.172964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.173490000, lastModified=2022-06-15 11:03:08.172964000, delta=526000 ns, racy<=17500 ns
11:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.173807000, lastModified=2022-06-15 11:03:08.172964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.173807000, lastModified=2022-06-15 11:03:08.172964000, delta=843000 ns, racy<=17500 ns
11:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.174151000, lastModified=2022-06-15 11:03:08.173964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.174151000, lastModified=2022-06-15 11:03:08.173964000, delta=187000 ns, racy<=17500 ns
11:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.174598000, lastModified=2022-06-15 11:03:08.173964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.174598000, lastModified=2022-06-15 11:03:08.173964000, delta=634000 ns, racy<=17500 ns
11:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.175081000, lastModified=2022-06-15 11:03:08.173964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.173964000 to 2022-06-15 11:03:08.174964000
11:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.175439000, lastModified=2022-06-15 11:03:08.174964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.175439000, lastModified=2022-06-15 11:03:08.174964000, delta=475000 ns, racy<=17500 ns
11:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.175748000, lastModified=2022-06-15 11:03:08.174964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.175748000, lastModified=2022-06-15 11:03:08.174964000, delta=784000 ns, racy<=17500 ns
11:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.181172000, lastModified=2022-06-15 11:03:08.179964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.179964000 to 2022-06-15 11:03:08.180964000
11:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.181635000, lastModified=2022-06-15 11:03:08.180964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.181635000, lastModified=2022-06-15 11:03:08.180964000, delta=671000 ns, racy<=17500 ns
11:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.182029000, lastModified=2022-06-15 11:03:08.180964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.180964000 to 2022-06-15 11:03:08.181964000
11:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.182443000, lastModified=2022-06-15 11:03:08.181964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.182443000, lastModified=2022-06-15 11:03:08.181964000, delta=479000 ns, racy<=17500 ns
11:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.182823000, lastModified=2022-06-15 11:03:08.181964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.182823000, lastModified=2022-06-15 11:03:08.181964000, delta=859000 ns, racy<=17500 ns
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.183213000, lastModified=2022-06-15 11:03:08.182964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.183213000, lastModified=2022-06-15 11:03:08.182964000, delta=249000 ns, racy<=17500 ns
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.183582000, lastModified=2022-06-15 11:03:08.182964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.183582000, lastModified=2022-06-15 11:03:08.182964000, delta=618000 ns, racy<=17500 ns
11:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.192656000, lastModified=2022-06-15 11:03:08.182964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.182964000 to 2022-06-15 11:03:08.191964000
11:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.193108000, lastModified=2022-06-15 11:03:08.191964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.191964000 to 2022-06-15 11:03:08.192964000
11:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.193542000, lastModified=2022-06-15 11:03:08.192964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.193542000, lastModified=2022-06-15 11:03:08.192964000, delta=578000 ns, racy<=17500 ns
11:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.193862000, lastModified=2022-06-15 11:03:08.192964000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.193862000, lastModified=2022-06-15 11:03:08.192964000, delta=898000 ns, racy<=17500 ns
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.194299000, lastModified=2022-06-15 11:03:08.193965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.194299000, lastModified=2022-06-15 11:03:08.193965000, delta=334000 ns, racy<=17500 ns
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.194636000, lastModified=2022-06-15 11:03:08.193965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.194636000, lastModified=2022-06-15 11:03:08.193965000, delta=671000 ns, racy<=17500 ns
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.194947000, lastModified=2022-06-15 11:03:08.193965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.194947000, lastModified=2022-06-15 11:03:08.193965000, delta=982000 ns, racy<=17500 ns
11:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.195367000, lastModified=2022-06-15 11:03:08.194965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.195367000, lastModified=2022-06-15 11:03:08.194965000, delta=402000 ns, racy<=17500 ns
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.198313000, lastModified=2022-06-15 11:03:08.197965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.198313000, lastModified=2022-06-15 11:03:08.197965000, delta=348000 ns, racy<=17500 ns
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.198674000, lastModified=2022-06-15 11:03:08.197965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.198674000, lastModified=2022-06-15 11:03:08.197965000, delta=709000 ns, racy<=17500 ns
11:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.199116000, lastModified=2022-06-15 11:03:08.197965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.197965000 to 2022-06-15 11:03:08.198965000
11:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.199503000, lastModified=2022-06-15 11:03:08.198965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.199503000, lastModified=2022-06-15 11:03:08.198965000, delta=538000 ns, racy<=17500 ns
11:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.199873000, lastModified=2022-06-15 11:03:08.198965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.199873000, lastModified=2022-06-15 11:03:08.198965000, delta=908000 ns, racy<=17500 ns
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.200253000, lastModified=2022-06-15 11:03:08.199965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.200253000, lastModified=2022-06-15 11:03:08.199965000, delta=288000 ns, racy<=17500 ns
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.200622000, lastModified=2022-06-15 11:03:08.199965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.200622000, lastModified=2022-06-15 11:03:08.199965000, delta=657000 ns, racy<=17500 ns
11:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.203536000, lastModified=2022-06-15 11:03:08.199965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.199965000 to 2022-06-15 11:03:08.202965000
11:03:08.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.203912000, lastModified=2022-06-15 11:03:08.202965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.203912000, lastModified=2022-06-15 11:03:08.202965000, delta=947000 ns, racy<=17500 ns
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.204287000, lastModified=2022-06-15 11:03:08.203965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.204287000, lastModified=2022-06-15 11:03:08.203965000, delta=322000 ns, racy<=17500 ns
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.204621000, lastModified=2022-06-15 11:03:08.203965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.204621000, lastModified=2022-06-15 11:03:08.203965000, delta=656000 ns, racy<=17500 ns
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.204905000, lastModified=2022-06-15 11:03:08.203965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.204905000, lastModified=2022-06-15 11:03:08.203965000, delta=940000 ns, racy<=17500 ns
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.205309000, lastModified=2022-06-15 11:03:08.204965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.205309000, lastModified=2022-06-15 11:03:08.204965000, delta=344000 ns, racy<=17500 ns
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.205649000, lastModified=2022-06-15 11:03:08.204965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.205649000, lastModified=2022-06-15 11:03:08.204965000, delta=684000 ns, racy<=17500 ns
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.205910000, lastModified=2022-06-15 11:03:08.204965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.205910000, lastModified=2022-06-15 11:03:08.204965000, delta=945000 ns, racy<=17500 ns
11:03:08.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.208888000, lastModified=2022-06-15 11:03:08.207965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.208888000, lastModified=2022-06-15 11:03:08.207965000, delta=923000 ns, racy<=17500 ns
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.209327000, lastModified=2022-06-15 11:03:08.208965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.209327000, lastModified=2022-06-15 11:03:08.208965000, delta=362000 ns, racy<=17500 ns
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.209654000, lastModified=2022-06-15 11:03:08.208965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.209654000, lastModified=2022-06-15 11:03:08.208965000, delta=689000 ns, racy<=17500 ns
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.209918000, lastModified=2022-06-15 11:03:08.208965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.209918000, lastModified=2022-06-15 11:03:08.208965000, delta=953000 ns, racy<=17500 ns
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.210260000, lastModified=2022-06-15 11:03:08.209965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.210260000, lastModified=2022-06-15 11:03:08.209965000, delta=295000 ns, racy<=17500 ns
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.210627000, lastModified=2022-06-15 11:03:08.209965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.210627000, lastModified=2022-06-15 11:03:08.209965000, delta=662000 ns, racy<=17500 ns
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.210942000, lastModified=2022-06-15 11:03:08.209965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.210942000, lastModified=2022-06-15 11:03:08.209965000, delta=977000 ns, racy<=17500 ns
11:03:08.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.213822000, lastModified=2022-06-15 11:03:08.210965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.210965000 to 2022-06-15 11:03:08.212965000
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.214210000, lastModified=2022-06-15 11:03:08.213965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.214210000, lastModified=2022-06-15 11:03:08.213965000, delta=245000 ns, racy<=17500 ns
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.214576000, lastModified=2022-06-15 11:03:08.213965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.214576000, lastModified=2022-06-15 11:03:08.213965000, delta=611000 ns, racy<=17500 ns
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.214945000, lastModified=2022-06-15 11:03:08.213965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.214945000, lastModified=2022-06-15 11:03:08.213965000, delta=980000 ns, racy<=17500 ns
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.215279000, lastModified=2022-06-15 11:03:08.214965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.215279000, lastModified=2022-06-15 11:03:08.214965000, delta=314000 ns, racy<=17500 ns
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.215585000, lastModified=2022-06-15 11:03:08.214965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.215585000, lastModified=2022-06-15 11:03:08.214965000, delta=620000 ns, racy<=17500 ns
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.215836000, lastModified=2022-06-15 11:03:08.214965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.215836000, lastModified=2022-06-15 11:03:08.214965000, delta=871000 ns, racy<=17500 ns
11:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.216111000, lastModified=2022-06-15 11:03:08.214965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.214965000 to 2022-06-15 11:03:08.215965000
11:03:08.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.218951000, lastModified=2022-06-15 11:03:08.217965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.217965000 to 2022-06-15 11:03:08.218965000
11:03:08.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.219354000, lastModified=2022-06-15 11:03:08.218965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.219354000, lastModified=2022-06-15 11:03:08.218965000, delta=389000 ns, racy<=17500 ns
11:03:08.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.219769000, lastModified=2022-06-15 11:03:08.218965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.219769000, lastModified=2022-06-15 11:03:08.218965000, delta=804000 ns, racy<=17500 ns
11:03:08.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.220093000, lastModified=2022-06-15 11:03:08.218965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.218965000 to 2022-06-15 11:03:08.219965000
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.220376000, lastModified=2022-06-15 11:03:08.219965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.220376000, lastModified=2022-06-15 11:03:08.219965000, delta=411000 ns, racy<=17500 ns
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.220707000, lastModified=2022-06-15 11:03:08.219965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.220707000, lastModified=2022-06-15 11:03:08.219965000, delta=742000 ns, racy<=17500 ns
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.220971000, lastModified=2022-06-15 11:03:08.219965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.220971000, lastModified=2022-06-15 11:03:08.219965000, delta=1006000 ns, racy<=17500 ns
11:03:08.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.223747000, lastModified=2022-06-15 11:03:08.220965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.220965000 to 2022-06-15 11:03:08.222965000
11:03:08.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.224196000, lastModified=2022-06-15 11:03:08.223965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.224196000, lastModified=2022-06-15 11:03:08.223965000, delta=231000 ns, racy<=17500 ns
11:03:08.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.224557000, lastModified=2022-06-15 11:03:08.223965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.224557000, lastModified=2022-06-15 11:03:08.223965000, delta=592000 ns, racy<=17500 ns
11:03:08.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.224867000, lastModified=2022-06-15 11:03:08.223965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.224867000, lastModified=2022-06-15 11:03:08.223965000, delta=902000 ns, racy<=17500 ns
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.225226000, lastModified=2022-06-15 11:03:08.224965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.225226000, lastModified=2022-06-15 11:03:08.224965000, delta=261000 ns, racy<=17500 ns
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.225642000, lastModified=2022-06-15 11:03:08.224965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.225642000, lastModified=2022-06-15 11:03:08.224965000, delta=677000 ns, racy<=17500 ns
11:03:08.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.225994000, lastModified=2022-06-15 11:03:08.224965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.224965000 to 2022-06-15 11:03:08.225965000
11:03:08.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.226330000, lastModified=2022-06-15 11:03:08.225965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.226330000, lastModified=2022-06-15 11:03:08.225965000, delta=365000 ns, racy<=17500 ns
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.229304000, lastModified=2022-06-15 11:03:08.228965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.229304000, lastModified=2022-06-15 11:03:08.228965000, delta=339000 ns, racy<=17500 ns
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.229729000, lastModified=2022-06-15 11:03:08.228965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.229729000, lastModified=2022-06-15 11:03:08.228965000, delta=764000 ns, racy<=17500 ns
11:03:08.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.230024000, lastModified=2022-06-15 11:03:08.228965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.228965000 to 2022-06-15 11:03:08.229965000
11:03:08.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.230405000, lastModified=2022-06-15 11:03:08.229965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.230405000, lastModified=2022-06-15 11:03:08.229965000, delta=440000 ns, racy<=17500 ns
11:03:08.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.236777000, lastModified=2022-06-15 11:03:08.235965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.236777000, lastModified=2022-06-15 11:03:08.235965000, delta=812000 ns, racy<=17500 ns
11:03:08.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.237153000, lastModified=2022-06-15 11:03:08.235965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.235965000 to 2022-06-15 11:03:08.236965000
11:03:08.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.237548000, lastModified=2022-06-15 11:03:08.236965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.237548000, lastModified=2022-06-15 11:03:08.236965000, delta=583000 ns, racy<=17500 ns
11:03:08.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.240863000, lastModified=2022-06-15 11:03:08.236965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.236965000 to 2022-06-15 11:03:08.240965000
11:03:08.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.241429000, lastModified=2022-06-15 11:03:08.240965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.241429000, lastModified=2022-06-15 11:03:08.240965000, delta=464000 ns, racy<=17500 ns
11:03:08.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.241910000, lastModified=2022-06-15 11:03:08.240965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.240965000 to 2022-06-15 11:03:08.241965000
11:03:08.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.242375000, lastModified=2022-06-15 11:03:08.241965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.242375000, lastModified=2022-06-15 11:03:08.241965000, delta=410000 ns, racy<=17500 ns
11:03:08.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.242827000, lastModified=2022-06-15 11:03:08.241965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.242827000, lastModified=2022-06-15 11:03:08.241965000, delta=862000 ns, racy<=17500 ns
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.243242000, lastModified=2022-06-15 11:03:08.242965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.243242000, lastModified=2022-06-15 11:03:08.242965000, delta=277000 ns, racy<=17500 ns
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.243643000, lastModified=2022-06-15 11:03:08.242965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.243643000, lastModified=2022-06-15 11:03:08.242965000, delta=678000 ns, racy<=17500 ns
11:03:08.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.244077000, lastModified=2022-06-15 11:03:08.242965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.242965000 to 2022-06-15 11:03:08.243965000
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.248030000, lastModified=2022-06-15 11:03:08.246965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.246965000 to 2022-06-15 11:03:08.247965000
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.248437000, lastModified=2022-06-15 11:03:08.247965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.248437000, lastModified=2022-06-15 11:03:08.247965000, delta=472000 ns, racy<=17500 ns
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.248834000, lastModified=2022-06-15 11:03:08.247965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.248834000, lastModified=2022-06-15 11:03:08.247965000, delta=869000 ns, racy<=17500 ns
11:03:08.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.249167000, lastModified=2022-06-15 11:03:08.247965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.247965000 to 2022-06-15 11:03:08.248965000
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.249457000, lastModified=2022-06-15 11:03:08.248965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.249457000, lastModified=2022-06-15 11:03:08.248965000, delta=492000 ns, racy<=17500 ns
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.249723000, lastModified=2022-06-15 11:03:08.248965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.249723000, lastModified=2022-06-15 11:03:08.248965000, delta=758000 ns, racy<=17500 ns
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.249978000, lastModified=2022-06-15 11:03:08.248965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.248965000 to 2022-06-15 11:03:08.249965000
11:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.253840000, lastModified=2022-06-15 11:03:08.249965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.249965000 to 2022-06-15 11:03:08.252965000
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.254263000, lastModified=2022-06-15 11:03:08.253965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.254263000, lastModified=2022-06-15 11:03:08.253965000, delta=298000 ns, racy<=17500 ns
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.254627000, lastModified=2022-06-15 11:03:08.253965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.254627000, lastModified=2022-06-15 11:03:08.253965000, delta=662000 ns, racy<=17500 ns
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.254879000, lastModified=2022-06-15 11:03:08.253965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.254879000, lastModified=2022-06-15 11:03:08.253965000, delta=914000 ns, racy<=17500 ns
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.255254000, lastModified=2022-06-15 11:03:08.254965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.255254000, lastModified=2022-06-15 11:03:08.254965000, delta=289000 ns, racy<=17500 ns
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.255641000, lastModified=2022-06-15 11:03:08.254965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.255641000, lastModified=2022-06-15 11:03:08.254965000, delta=676000 ns, racy<=17500 ns
11:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.256025000, lastModified=2022-06-15 11:03:08.254965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.254965000 to 2022-06-15 11:03:08.255965000
11:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.256506000, lastModified=2022-06-15 11:03:08.255965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.256506000, lastModified=2022-06-15 11:03:08.255965000, delta=541000 ns, racy<=17500 ns
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.260361000, lastModified=2022-06-15 11:03:08.259965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.260361000, lastModified=2022-06-15 11:03:08.259965000, delta=396000 ns, racy<=17500 ns
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.260759000, lastModified=2022-06-15 11:03:08.259965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.260759000, lastModified=2022-06-15 11:03:08.259965000, delta=794000 ns, racy<=17500 ns
11:03:08.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.261128000, lastModified=2022-06-15 11:03:08.259965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.259965000 to 2022-06-15 11:03:08.260965000
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.261493000, lastModified=2022-06-15 11:03:08.260965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.261493000, lastModified=2022-06-15 11:03:08.260965000, delta=528000 ns, racy<=17500 ns
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.261749000, lastModified=2022-06-15 11:03:08.260965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.261749000, lastModified=2022-06-15 11:03:08.260965000, delta=784000 ns, racy<=17500 ns
11:03:08.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.262123000, lastModified=2022-06-15 11:03:08.260965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.260965000 to 2022-06-15 11:03:08.261965000
11:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.262395000, lastModified=2022-06-15 11:03:08.261965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.262395000, lastModified=2022-06-15 11:03:08.261965000, delta=430000 ns, racy<=17500 ns
11:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.266312000, lastModified=2022-06-15 11:03:08.261965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.261965000 to 2022-06-15 11:03:08.265965000
11:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.266715000, lastModified=2022-06-15 11:03:08.265965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.266715000, lastModified=2022-06-15 11:03:08.265965000, delta=750000 ns, racy<=17500 ns
11:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.267089000, lastModified=2022-06-15 11:03:08.265965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.265965000 to 2022-06-15 11:03:08.266965000
11:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.267481000, lastModified=2022-06-15 11:03:08.266965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.267481000, lastModified=2022-06-15 11:03:08.266965000, delta=516000 ns, racy<=17500 ns
11:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.267883000, lastModified=2022-06-15 11:03:08.266965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.267883000, lastModified=2022-06-15 11:03:08.266965000, delta=918000 ns, racy<=17500 ns
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.268357000, lastModified=2022-06-15 11:03:08.267965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.268357000, lastModified=2022-06-15 11:03:08.267965000, delta=392000 ns, racy<=17500 ns
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.268737000, lastModified=2022-06-15 11:03:08.267965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.268737000, lastModified=2022-06-15 11:03:08.267965000, delta=772000 ns, racy<=17500 ns
11:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.269141000, lastModified=2022-06-15 11:03:08.268965000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.269141000, lastModified=2022-06-15 11:03:08.268965000, delta=176000 ns, racy<=17500 ns
11:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.273011000, lastModified=2022-06-15 11:03:08.271966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.271966000 to 2022-06-15 11:03:08.272966000
11:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.273386000, lastModified=2022-06-15 11:03:08.272966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.273386000, lastModified=2022-06-15 11:03:08.272966000, delta=420000 ns, racy<=17500 ns
11:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.273810000, lastModified=2022-06-15 11:03:08.272966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.273810000, lastModified=2022-06-15 11:03:08.272966000, delta=844000 ns, racy<=17500 ns
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.274200000, lastModified=2022-06-15 11:03:08.273966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.274200000, lastModified=2022-06-15 11:03:08.273966000, delta=234000 ns, racy<=17500 ns
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.274552000, lastModified=2022-06-15 11:03:08.273966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.274552000, lastModified=2022-06-15 11:03:08.273966000, delta=586000 ns, racy<=17500 ns
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.274913000, lastModified=2022-06-15 11:03:08.273966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.274913000, lastModified=2022-06-15 11:03:08.273966000, delta=947000 ns, racy<=17500 ns
11:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.275246000, lastModified=2022-06-15 11:03:08.274966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.275246000, lastModified=2022-06-15 11:03:08.274966000, delta=280000 ns, racy<=17500 ns
11:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.280946000, lastModified=2022-06-15 11:03:08.274966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.274966000 to 2022-06-15 11:03:08.280966000
11:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.281362000, lastModified=2022-06-15 11:03:08.280966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.281362000, lastModified=2022-06-15 11:03:08.280966000, delta=396000 ns, racy<=17500 ns
11:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.281775000, lastModified=2022-06-15 11:03:08.280966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.281775000, lastModified=2022-06-15 11:03:08.280966000, delta=809000 ns, racy<=17500 ns
11:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.282037000, lastModified=2022-06-15 11:03:08.280966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.280966000 to 2022-06-15 11:03:08.281966000
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.282431000, lastModified=2022-06-15 11:03:08.281966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.282431000, lastModified=2022-06-15 11:03:08.281966000, delta=465000 ns, racy<=17500 ns
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.282692000, lastModified=2022-06-15 11:03:08.281966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.282692000, lastModified=2022-06-15 11:03:08.281966000, delta=726000 ns, racy<=17500 ns
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.282952000, lastModified=2022-06-15 11:03:08.281966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.282952000, lastModified=2022-06-15 11:03:08.281966000, delta=986000 ns, racy<=17500 ns
11:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.283262000, lastModified=2022-06-15 11:03:08.282966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.283262000, lastModified=2022-06-15 11:03:08.282966000, delta=296000 ns, racy<=17500 ns
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.287244000, lastModified=2022-06-15 11:03:08.286966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.287244000, lastModified=2022-06-15 11:03:08.286966000, delta=278000 ns, racy<=17500 ns
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.287617000, lastModified=2022-06-15 11:03:08.286966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.287617000, lastModified=2022-06-15 11:03:08.286966000, delta=651000 ns, racy<=17500 ns
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.287980000, lastModified=2022-06-15 11:03:08.286966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.286966000 to 2022-06-15 11:03:08.287966000
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.288360000, lastModified=2022-06-15 11:03:08.287966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.288360000, lastModified=2022-06-15 11:03:08.287966000, delta=394000 ns, racy<=17500 ns
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.288656000, lastModified=2022-06-15 11:03:08.287966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.288656000, lastModified=2022-06-15 11:03:08.287966000, delta=690000 ns, racy<=17500 ns
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.288956000, lastModified=2022-06-15 11:03:08.287966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.287966000 to 2022-06-15 11:03:08.288966000
11:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.289372000, lastModified=2022-06-15 11:03:08.288966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.289372000, lastModified=2022-06-15 11:03:08.288966000, delta=406000 ns, racy<=17500 ns
11:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.293962000, lastModified=2022-06-15 11:03:08.288966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.288966000 to 2022-06-15 11:03:08.293966000
11:03:08.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.294367000, lastModified=2022-06-15 11:03:08.293966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.294367000, lastModified=2022-06-15 11:03:08.293966000, delta=401000 ns, racy<=17500 ns
11:03:08.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.294757000, lastModified=2022-06-15 11:03:08.293966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.294757000, lastModified=2022-06-15 11:03:08.293966000, delta=791000 ns, racy<=17500 ns
11:03:08.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.295007000, lastModified=2022-06-15 11:03:08.293966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.293966000 to 2022-06-15 11:03:08.294966000
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.295395000, lastModified=2022-06-15 11:03:08.294966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.295395000, lastModified=2022-06-15 11:03:08.294966000, delta=429000 ns, racy<=17500 ns
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.295677000, lastModified=2022-06-15 11:03:08.294966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.295677000, lastModified=2022-06-15 11:03:08.294966000, delta=711000 ns, racy<=17500 ns
11:03:08.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.296014000, lastModified=2022-06-15 11:03:08.294966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.294966000 to 2022-06-15 11:03:08.295966000
11:03:08.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.296436000, lastModified=2022-06-15 11:03:08.295966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.296436000, lastModified=2022-06-15 11:03:08.295966000, delta=470000 ns, racy<=17500 ns
11:03:08.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.301406000, lastModified=2022-06-15 11:03:08.300966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.301406000, lastModified=2022-06-15 11:03:08.300966000, delta=440000 ns, racy<=17500 ns
11:03:08.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.301815000, lastModified=2022-06-15 11:03:08.300966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.301815000, lastModified=2022-06-15 11:03:08.300966000, delta=849000 ns, racy<=17500 ns
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.302209000, lastModified=2022-06-15 11:03:08.301966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.302209000, lastModified=2022-06-15 11:03:08.301966000, delta=243000 ns, racy<=17500 ns
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.302522000, lastModified=2022-06-15 11:03:08.301966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.302522000, lastModified=2022-06-15 11:03:08.301966000, delta=556000 ns, racy<=17500 ns
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.302802000, lastModified=2022-06-15 11:03:08.301966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.302802000, lastModified=2022-06-15 11:03:08.301966000, delta=836000 ns, racy<=17500 ns
11:03:08.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.303113000, lastModified=2022-06-15 11:03:08.301966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.301966000 to 2022-06-15 11:03:08.302966000
11:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.303459000, lastModified=2022-06-15 11:03:08.302966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.303459000, lastModified=2022-06-15 11:03:08.302966000, delta=493000 ns, racy<=17500 ns
11:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.308373000, lastModified=2022-06-15 11:03:08.302966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.302966000 to 2022-06-15 11:03:08.307966000
11:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.308775000, lastModified=2022-06-15 11:03:08.307966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.308775000, lastModified=2022-06-15 11:03:08.307966000, delta=809000 ns, racy<=17500 ns
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.309208000, lastModified=2022-06-15 11:03:08.308966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.309208000, lastModified=2022-06-15 11:03:08.308966000, delta=242000 ns, racy<=17500 ns
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.309573000, lastModified=2022-06-15 11:03:08.308966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.309573000, lastModified=2022-06-15 11:03:08.308966000, delta=607000 ns, racy<=17500 ns
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.309901000, lastModified=2022-06-15 11:03:08.308966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.309901000, lastModified=2022-06-15 11:03:08.308966000, delta=935000 ns, racy<=17500 ns
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.310281000, lastModified=2022-06-15 11:03:08.309966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.310281000, lastModified=2022-06-15 11:03:08.309966000, delta=315000 ns, racy<=17500 ns
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.310559000, lastModified=2022-06-15 11:03:08.309966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.310559000, lastModified=2022-06-15 11:03:08.309966000, delta=593000 ns, racy<=17500 ns
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.310805000, lastModified=2022-06-15 11:03:08.309966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.310805000, lastModified=2022-06-15 11:03:08.309966000, delta=839000 ns, racy<=17500 ns
11:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.315596000, lastModified=2022-06-15 11:03:08.314966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.315596000, lastModified=2022-06-15 11:03:08.314966000, delta=630000 ns, racy<=17500 ns
11:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.315937000, lastModified=2022-06-15 11:03:08.314966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.315937000, lastModified=2022-06-15 11:03:08.314966000, delta=971000 ns, racy<=17500 ns
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.316338000, lastModified=2022-06-15 11:03:08.315966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.316338000, lastModified=2022-06-15 11:03:08.315966000, delta=372000 ns, racy<=17500 ns
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.316665000, lastModified=2022-06-15 11:03:08.315966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.316665000, lastModified=2022-06-15 11:03:08.315966000, delta=699000 ns, racy<=17500 ns
11:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.317200000, lastModified=2022-06-15 11:03:08.316966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.317200000, lastModified=2022-06-15 11:03:08.316966000, delta=234000 ns, racy<=17500 ns
11:03:08.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.317591000, lastModified=2022-06-15 11:03:08.316966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.317591000, lastModified=2022-06-15 11:03:08.316966000, delta=625000 ns, racy<=17500 ns
11:03:08.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.317972000, lastModified=2022-06-15 11:03:08.316966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.316966000 to 2022-06-15 11:03:08.317966000
11:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.324443000, lastModified=2022-06-15 11:03:08.317966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.317966000 to 2022-06-15 11:03:08.323966000
11:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.324810000, lastModified=2022-06-15 11:03:08.323966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.324810000, lastModified=2022-06-15 11:03:08.323966000, delta=844000 ns, racy<=17500 ns
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.325201000, lastModified=2022-06-15 11:03:08.324966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.325201000, lastModified=2022-06-15 11:03:08.324966000, delta=235000 ns, racy<=17500 ns
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.325626000, lastModified=2022-06-15 11:03:08.324966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.325626000, lastModified=2022-06-15 11:03:08.324966000, delta=660000 ns, racy<=17500 ns
11:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.325996000, lastModified=2022-06-15 11:03:08.324966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.324966000 to 2022-06-15 11:03:08.325966000
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.326368000, lastModified=2022-06-15 11:03:08.325966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.326368000, lastModified=2022-06-15 11:03:08.325966000, delta=402000 ns, racy<=17500 ns
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.326672000, lastModified=2022-06-15 11:03:08.325966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.326672000, lastModified=2022-06-15 11:03:08.325966000, delta=706000 ns, racy<=17500 ns
11:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.327002000, lastModified=2022-06-15 11:03:08.325966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.325966000 to 2022-06-15 11:03:08.326966000
11:03:08.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.334562000, lastModified=2022-06-15 11:03:08.333966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.334562000, lastModified=2022-06-15 11:03:08.333966000, delta=596000 ns, racy<=17500 ns
11:03:08.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.334938000, lastModified=2022-06-15 11:03:08.333966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.333966000 to 2022-06-15 11:03:08.334966000
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.335373000, lastModified=2022-06-15 11:03:08.334966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.335373000, lastModified=2022-06-15 11:03:08.334966000, delta=407000 ns, racy<=17500 ns
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.335696000, lastModified=2022-06-15 11:03:08.334966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.335696000, lastModified=2022-06-15 11:03:08.334966000, delta=730000 ns, racy<=17500 ns
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.335963000, lastModified=2022-06-15 11:03:08.334966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.335963000, lastModified=2022-06-15 11:03:08.334966000, delta=997000 ns, racy<=17500 ns
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.336287000, lastModified=2022-06-15 11:03:08.335966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.336287000, lastModified=2022-06-15 11:03:08.335966000, delta=321000 ns, racy<=17500 ns
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.336614000, lastModified=2022-06-15 11:03:08.335966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.336614000, lastModified=2022-06-15 11:03:08.335966000, delta=648000 ns, racy<=17500 ns
11:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.343196000, lastModified=2022-06-15 11:03:08.335966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.335966000 to 2022-06-15 11:03:08.342966000
11:03:08.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.343591000, lastModified=2022-06-15 11:03:08.342966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.343591000, lastModified=2022-06-15 11:03:08.342966000, delta=625000 ns, racy<=17500 ns
11:03:08.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.343986000, lastModified=2022-06-15 11:03:08.342966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.342966000 to 2022-06-15 11:03:08.343966000
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.344376000, lastModified=2022-06-15 11:03:08.343966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.344376000, lastModified=2022-06-15 11:03:08.343966000, delta=410000 ns, racy<=17500 ns
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.344646000, lastModified=2022-06-15 11:03:08.343966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.344646000, lastModified=2022-06-15 11:03:08.343966000, delta=680000 ns, racy<=17500 ns
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.344905000, lastModified=2022-06-15 11:03:08.343966000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.344905000, lastModified=2022-06-15 11:03:08.343966000, delta=939000 ns, racy<=17500 ns
11:03:08.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.345244000, lastModified=2022-06-15 11:03:08.344967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.345244000, lastModified=2022-06-15 11:03:08.344967000, delta=277000 ns, racy<=17500 ns
11:03:08.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.345515000, lastModified=2022-06-15 11:03:08.344967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.345515000, lastModified=2022-06-15 11:03:08.344967000, delta=548000 ns, racy<=17500 ns
11:03:08.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.349827000, lastModified=2022-06-15 11:03:08.348967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.349827000, lastModified=2022-06-15 11:03:08.348967000, delta=860000 ns, racy<=17500 ns
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.350269000, lastModified=2022-06-15 11:03:08.349967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.350269000, lastModified=2022-06-15 11:03:08.349967000, delta=302000 ns, racy<=17500 ns
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.350720000, lastModified=2022-06-15 11:03:08.349967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.350720000, lastModified=2022-06-15 11:03:08.349967000, delta=753000 ns, racy<=17500 ns
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.350984000, lastModified=2022-06-15 11:03:08.349967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.349967000 to 2022-06-15 11:03:08.350967000
11:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.351310000, lastModified=2022-06-15 11:03:08.350967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.351310000, lastModified=2022-06-15 11:03:08.350967000, delta=343000 ns, racy<=17500 ns
11:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.351677000, lastModified=2022-06-15 11:03:08.350967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.351677000, lastModified=2022-06-15 11:03:08.350967000, delta=710000 ns, racy<=17500 ns
11:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.351989000, lastModified=2022-06-15 11:03:08.350967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.350967000 to 2022-06-15 11:03:08.351967000
11:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.354824000, lastModified=2022-06-15 11:03:08.351967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.351967000 to 2022-06-15 11:03:08.353967000
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.355245000, lastModified=2022-06-15 11:03:08.354967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.355245000, lastModified=2022-06-15 11:03:08.354967000, delta=278000 ns, racy<=17500 ns
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.355651000, lastModified=2022-06-15 11:03:08.354967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.355651000, lastModified=2022-06-15 11:03:08.354967000, delta=684000 ns, racy<=17500 ns
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.355914000, lastModified=2022-06-15 11:03:08.354967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.355914000, lastModified=2022-06-15 11:03:08.354967000, delta=947000 ns, racy<=17500 ns
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.356302000, lastModified=2022-06-15 11:03:08.355967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.356302000, lastModified=2022-06-15 11:03:08.355967000, delta=335000 ns, racy<=17500 ns
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.356632000, lastModified=2022-06-15 11:03:08.355967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.356632000, lastModified=2022-06-15 11:03:08.355967000, delta=665000 ns, racy<=17500 ns
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.356910000, lastModified=2022-06-15 11:03:08.355967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.356910000, lastModified=2022-06-15 11:03:08.355967000, delta=943000 ns, racy<=17500 ns
11:03:08.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.357236000, lastModified=2022-06-15 11:03:08.356967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.357236000, lastModified=2022-06-15 11:03:08.356967000, delta=269000 ns, racy<=17500 ns
11:03:08.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.360164000, lastModified=2022-06-15 11:03:08.359967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.360164000, lastModified=2022-06-15 11:03:08.359967000, delta=197000 ns, racy<=17500 ns
11:03:08.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.360617000, lastModified=2022-06-15 11:03:08.359967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.360617000, lastModified=2022-06-15 11:03:08.359967000, delta=650000 ns, racy<=17500 ns
11:03:08.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.361009000, lastModified=2022-06-15 11:03:08.359967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.359967000 to 2022-06-15 11:03:08.360967000
11:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.361434000, lastModified=2022-06-15 11:03:08.360967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.361434000, lastModified=2022-06-15 11:03:08.360967000, delta=467000 ns, racy<=17500 ns
11:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.361836000, lastModified=2022-06-15 11:03:08.360967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.361836000, lastModified=2022-06-15 11:03:08.360967000, delta=869000 ns, racy<=17500 ns
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.362232000, lastModified=2022-06-15 11:03:08.361967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.362232000, lastModified=2022-06-15 11:03:08.361967000, delta=265000 ns, racy<=17500 ns
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.362579000, lastModified=2022-06-15 11:03:08.361967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.362579000, lastModified=2022-06-15 11:03:08.361967000, delta=612000 ns, racy<=17500 ns
11:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.365351000, lastModified=2022-06-15 11:03:08.361967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.361967000 to 2022-06-15 11:03:08.364967000
11:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.365733000, lastModified=2022-06-15 11:03:08.364967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.365733000, lastModified=2022-06-15 11:03:08.364967000, delta=766000 ns, racy<=17500 ns
11:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.366168000, lastModified=2022-06-15 11:03:08.365967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.366168000, lastModified=2022-06-15 11:03:08.365967000, delta=201000 ns, racy<=17500 ns
11:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.366422000, lastModified=2022-06-15 11:03:08.365967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.366422000, lastModified=2022-06-15 11:03:08.365967000, delta=455000 ns, racy<=17500 ns
11:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.366938000, lastModified=2022-06-15 11:03:08.365967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.365967000 to 2022-06-15 11:03:08.366967000
11:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.367413000, lastModified=2022-06-15 11:03:08.366967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.367413000, lastModified=2022-06-15 11:03:08.366967000, delta=446000 ns, racy<=17500 ns
11:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.367749000, lastModified=2022-06-15 11:03:08.366967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.367749000, lastModified=2022-06-15 11:03:08.366967000, delta=782000 ns, racy<=17500 ns
11:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.368024000, lastModified=2022-06-15 11:03:08.366967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.366967000 to 2022-06-15 11:03:08.367967000
11:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.370779000, lastModified=2022-06-15 11:03:08.369967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.370779000, lastModified=2022-06-15 11:03:08.369967000, delta=812000 ns, racy<=17500 ns
11:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.371211000, lastModified=2022-06-15 11:03:08.370967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.371211000, lastModified=2022-06-15 11:03:08.370967000, delta=244000 ns, racy<=17500 ns
11:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.371731000, lastModified=2022-06-15 11:03:08.370967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.371731000, lastModified=2022-06-15 11:03:08.370967000, delta=764000 ns, racy<=17500 ns
11:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.372122000, lastModified=2022-06-15 11:03:08.370967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.370967000 to 2022-06-15 11:03:08.371967000
11:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.372477000, lastModified=2022-06-15 11:03:08.371967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.372477000, lastModified=2022-06-15 11:03:08.371967000, delta=510000 ns, racy<=17500 ns
11:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.372808000, lastModified=2022-06-15 11:03:08.371967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.372808000, lastModified=2022-06-15 11:03:08.371967000, delta=841000 ns, racy<=17500 ns
11:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.373302000, lastModified=2022-06-15 11:03:08.372967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.373302000, lastModified=2022-06-15 11:03:08.372967000, delta=335000 ns, racy<=17500 ns
11:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.375859000, lastModified=2022-06-15 11:03:08.372967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.372967000 to 2022-06-15 11:03:08.374967000
11:03:08.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.376424000, lastModified=2022-06-15 11:03:08.375967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.376424000, lastModified=2022-06-15 11:03:08.375967000, delta=457000 ns, racy<=17500 ns
11:03:08.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.376833000, lastModified=2022-06-15 11:03:08.375967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.376833000, lastModified=2022-06-15 11:03:08.375967000, delta=866000 ns, racy<=17500 ns
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.377230000, lastModified=2022-06-15 11:03:08.376967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.377230000, lastModified=2022-06-15 11:03:08.376967000, delta=263000 ns, racy<=17500 ns
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.377543000, lastModified=2022-06-15 11:03:08.376967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.377543000, lastModified=2022-06-15 11:03:08.376967000, delta=576000 ns, racy<=17500 ns
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.377866000, lastModified=2022-06-15 11:03:08.376967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.377866000, lastModified=2022-06-15 11:03:08.376967000, delta=899000 ns, racy<=17500 ns
11:03:08.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.378278000, lastModified=2022-06-15 11:03:08.377967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.378278000, lastModified=2022-06-15 11:03:08.377967000, delta=311000 ns, racy<=17500 ns
11:03:08.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.378618000, lastModified=2022-06-15 11:03:08.377967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.378618000, lastModified=2022-06-15 11:03:08.377967000, delta=651000 ns, racy<=17500 ns
11:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.381751000, lastModified=2022-06-15 11:03:08.380967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.381751000, lastModified=2022-06-15 11:03:08.380967000, delta=784000 ns, racy<=17500 ns
11:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.382116000, lastModified=2022-06-15 11:03:08.380967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.380967000 to 2022-06-15 11:03:08.381967000
11:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.382508000, lastModified=2022-06-15 11:03:08.381967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.382508000, lastModified=2022-06-15 11:03:08.381967000, delta=541000 ns, racy<=17500 ns
11:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.383021000, lastModified=2022-06-15 11:03:08.381967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.381967000 to 2022-06-15 11:03:08.382967000
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.383354000, lastModified=2022-06-15 11:03:08.382967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.383354000, lastModified=2022-06-15 11:03:08.382967000, delta=387000 ns, racy<=17500 ns
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.383675000, lastModified=2022-06-15 11:03:08.382967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.383675000, lastModified=2022-06-15 11:03:08.382967000, delta=708000 ns, racy<=17500 ns
11:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.383995000, lastModified=2022-06-15 11:03:08.382967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.382967000 to 2022-06-15 11:03:08.383967000
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.387085000, lastModified=2022-06-15 11:03:08.383967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.383967000 to 2022-06-15 11:03:08.386967000
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.387439000, lastModified=2022-06-15 11:03:08.386967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.387439000, lastModified=2022-06-15 11:03:08.386967000, delta=472000 ns, racy<=17500 ns
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.387767000, lastModified=2022-06-15 11:03:08.386967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.387767000, lastModified=2022-06-15 11:03:08.386967000, delta=800000 ns, racy<=17500 ns
11:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.388119000, lastModified=2022-06-15 11:03:08.386967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.386967000 to 2022-06-15 11:03:08.387967000
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.388412000, lastModified=2022-06-15 11:03:08.387967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.388412000, lastModified=2022-06-15 11:03:08.387967000, delta=445000 ns, racy<=17500 ns
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.388732000, lastModified=2022-06-15 11:03:08.387967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.388732000, lastModified=2022-06-15 11:03:08.387967000, delta=765000 ns, racy<=17500 ns
11:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.389108000, lastModified=2022-06-15 11:03:08.387967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.387967000 to 2022-06-15 11:03:08.388967000
11:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.389413000, lastModified=2022-06-15 11:03:08.388967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.389413000, lastModified=2022-06-15 11:03:08.388967000, delta=446000 ns, racy<=17500 ns
11:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.392856000, lastModified=2022-06-15 11:03:08.391967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.391967000 to 2022-06-15 11:03:08.412967000
11:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.414318000, lastModified=2022-06-15 11:03:08.413967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.414318000, lastModified=2022-06-15 11:03:08.413967000, delta=351000 ns, racy<=17500 ns
11:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.414698000, lastModified=2022-06-15 11:03:08.413967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.414698000, lastModified=2022-06-15 11:03:08.413967000, delta=731000 ns, racy<=17500 ns
11:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.415018000, lastModified=2022-06-15 11:03:08.413967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.413967000 to 2022-06-15 11:03:08.414967000
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.415355000, lastModified=2022-06-15 11:03:08.414967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.415355000, lastModified=2022-06-15 11:03:08.414967000, delta=388000 ns, racy<=17500 ns
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.415666000, lastModified=2022-06-15 11:03:08.414967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.415666000, lastModified=2022-06-15 11:03:08.414967000, delta=699000 ns, racy<=17500 ns
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.415973000, lastModified=2022-06-15 11:03:08.414967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.414967000 to 2022-06-15 11:03:08.415967000
11:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.419658000, lastModified=2022-06-15 11:03:08.415967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.415967000 to 2022-06-15 11:03:08.418967000
11:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.420093000, lastModified=2022-06-15 11:03:08.418967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.418967000 to 2022-06-15 11:03:08.419967000
11:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.420468000, lastModified=2022-06-15 11:03:08.419967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.420468000, lastModified=2022-06-15 11:03:08.419967000, delta=501000 ns, racy<=17500 ns
11:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.420897000, lastModified=2022-06-15 11:03:08.419967000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.420897000, lastModified=2022-06-15 11:03:08.419967000, delta=930000 ns, racy<=17500 ns
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.421224000, lastModified=2022-06-15 11:03:08.420968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.421224000, lastModified=2022-06-15 11:03:08.420968000, delta=256000 ns, racy<=17500 ns
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.421609000, lastModified=2022-06-15 11:03:08.420968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.421609000, lastModified=2022-06-15 11:03:08.420968000, delta=641000 ns, racy<=17500 ns
11:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.422021000, lastModified=2022-06-15 11:03:08.420968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.420968000 to 2022-06-15 11:03:08.421968000
11:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.422379000, lastModified=2022-06-15 11:03:08.421968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.422379000, lastModified=2022-06-15 11:03:08.421968000, delta=411000 ns, racy<=17500 ns
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.426215000, lastModified=2022-06-15 11:03:08.425968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.426215000, lastModified=2022-06-15 11:03:08.425968000, delta=247000 ns, racy<=17500 ns
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.426578000, lastModified=2022-06-15 11:03:08.425968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.426578000, lastModified=2022-06-15 11:03:08.425968000, delta=610000 ns, racy<=17500 ns
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.426955000, lastModified=2022-06-15 11:03:08.425968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.425968000 to 2022-06-15 11:03:08.426968000
11:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.427314000, lastModified=2022-06-15 11:03:08.426968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.427314000, lastModified=2022-06-15 11:03:08.426968000, delta=346000 ns, racy<=17500 ns
11:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.427634000, lastModified=2022-06-15 11:03:08.426968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.427634000, lastModified=2022-06-15 11:03:08.426968000, delta=666000 ns, racy<=17500 ns
11:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.427988000, lastModified=2022-06-15 11:03:08.426968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.426968000 to 2022-06-15 11:03:08.427968000
11:03:08.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.428440000, lastModified=2022-06-15 11:03:08.427968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.428440000, lastModified=2022-06-15 11:03:08.427968000, delta=472000 ns, racy<=17500 ns
11:03:08.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.432324000, lastModified=2022-06-15 11:03:08.427968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.427968000 to 2022-06-15 11:03:08.431968000
11:03:08.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.432951000, lastModified=2022-06-15 11:03:08.431968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.432951000, lastModified=2022-06-15 11:03:08.431968000, delta=983000 ns, racy<=17500 ns
11:03:08.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.433374000, lastModified=2022-06-15 11:03:08.432968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.433374000, lastModified=2022-06-15 11:03:08.432968000, delta=406000 ns, racy<=17500 ns
11:03:08.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.433860000, lastModified=2022-06-15 11:03:08.432968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.433860000, lastModified=2022-06-15 11:03:08.432968000, delta=892000 ns, racy<=17500 ns
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.434353000, lastModified=2022-06-15 11:03:08.433968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.434353000, lastModified=2022-06-15 11:03:08.433968000, delta=385000 ns, racy<=17500 ns
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.434780000, lastModified=2022-06-15 11:03:08.433968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.434780000, lastModified=2022-06-15 11:03:08.433968000, delta=812000 ns, racy<=17500 ns
11:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.435093000, lastModified=2022-06-15 11:03:08.433968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.433968000 to 2022-06-15 11:03:08.434968000
11:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.435549000, lastModified=2022-06-15 11:03:08.434968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.435549000, lastModified=2022-06-15 11:03:08.434968000, delta=581000 ns, racy<=17500 ns
11:03:08.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.440583000, lastModified=2022-06-15 11:03:08.439968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.440583000, lastModified=2022-06-15 11:03:08.439968000, delta=615000 ns, racy<=17500 ns
11:03:08.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.440917000, lastModified=2022-06-15 11:03:08.439968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.440917000, lastModified=2022-06-15 11:03:08.439968000, delta=949000 ns, racy<=17500 ns
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.441306000, lastModified=2022-06-15 11:03:08.440968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.441306000, lastModified=2022-06-15 11:03:08.440968000, delta=338000 ns, racy<=17500 ns
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.441646000, lastModified=2022-06-15 11:03:08.440968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.441646000, lastModified=2022-06-15 11:03:08.440968000, delta=678000 ns, racy<=17500 ns
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.441907000, lastModified=2022-06-15 11:03:08.440968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.441907000, lastModified=2022-06-15 11:03:08.440968000, delta=939000 ns, racy<=17500 ns
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.442248000, lastModified=2022-06-15 11:03:08.441968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.442248000, lastModified=2022-06-15 11:03:08.441968000, delta=280000 ns, racy<=17500 ns
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.442502000, lastModified=2022-06-15 11:03:08.441968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.442502000, lastModified=2022-06-15 11:03:08.441968000, delta=534000 ns, racy<=17500 ns
11:03:08.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.446163000, lastModified=2022-06-15 11:03:08.441968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.441968000 to 2022-06-15 11:03:08.445968000
11:03:08.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.446505000, lastModified=2022-06-15 11:03:08.445968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.446505000, lastModified=2022-06-15 11:03:08.445968000, delta=537000 ns, racy<=17500 ns
11:03:08.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.446811000, lastModified=2022-06-15 11:03:08.445968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.446811000, lastModified=2022-06-15 11:03:08.445968000, delta=843000 ns, racy<=17500 ns
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.447206000, lastModified=2022-06-15 11:03:08.446968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.447206000, lastModified=2022-06-15 11:03:08.446968000, delta=238000 ns, racy<=17500 ns
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.447500000, lastModified=2022-06-15 11:03:08.446968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.447500000, lastModified=2022-06-15 11:03:08.446968000, delta=532000 ns, racy<=17500 ns
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.447765000, lastModified=2022-06-15 11:03:08.446968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.447765000, lastModified=2022-06-15 11:03:08.446968000, delta=797000 ns, racy<=17500 ns
11:03:08.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.448028000, lastModified=2022-06-15 11:03:08.446968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.446968000 to 2022-06-15 11:03:08.447968000
11:03:08.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.448363000, lastModified=2022-06-15 11:03:08.447968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.448363000, lastModified=2022-06-15 11:03:08.447968000, delta=395000 ns, racy<=17500 ns
11:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.452550000, lastModified=2022-06-15 11:03:08.451968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.452550000, lastModified=2022-06-15 11:03:08.451968000, delta=582000 ns, racy<=17500 ns
11:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.452925000, lastModified=2022-06-15 11:03:08.451968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.451968000 to 2022-06-15 11:03:08.452968000
11:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.453342000, lastModified=2022-06-15 11:03:08.452968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.453342000, lastModified=2022-06-15 11:03:08.452968000, delta=374000 ns, racy<=17500 ns
11:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.453731000, lastModified=2022-06-15 11:03:08.452968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.453731000, lastModified=2022-06-15 11:03:08.452968000, delta=763000 ns, racy<=17500 ns
11:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.454128000, lastModified=2022-06-15 11:03:08.452968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.452968000 to 2022-06-15 11:03:08.453968000
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.454402000, lastModified=2022-06-15 11:03:08.453968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.454402000, lastModified=2022-06-15 11:03:08.453968000, delta=434000 ns, racy<=17500 ns
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.454661000, lastModified=2022-06-15 11:03:08.453968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.454661000, lastModified=2022-06-15 11:03:08.453968000, delta=693000 ns, racy<=17500 ns
11:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.458689000, lastModified=2022-06-15 11:03:08.453968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.453968000 to 2022-06-15 11:03:08.457968000
11:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.459116000, lastModified=2022-06-15 11:03:08.457968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.457968000 to 2022-06-15 11:03:08.458968000
11:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.459548000, lastModified=2022-06-15 11:03:08.458968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.459548000, lastModified=2022-06-15 11:03:08.458968000, delta=580000 ns, racy<=17500 ns
11:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.459871000, lastModified=2022-06-15 11:03:08.458968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.459871000, lastModified=2022-06-15 11:03:08.458968000, delta=903000 ns, racy<=17500 ns
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.460201000, lastModified=2022-06-15 11:03:08.459968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.460201000, lastModified=2022-06-15 11:03:08.459968000, delta=233000 ns, racy<=17500 ns
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.460470000, lastModified=2022-06-15 11:03:08.459968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.460470000, lastModified=2022-06-15 11:03:08.459968000, delta=502000 ns, racy<=17500 ns
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.460734000, lastModified=2022-06-15 11:03:08.459968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.460734000, lastModified=2022-06-15 11:03:08.459968000, delta=766000 ns, racy<=17500 ns
11:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.461005000, lastModified=2022-06-15 11:03:08.459968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.459968000 to 2022-06-15 11:03:08.460968000
11:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.465598000, lastModified=2022-06-15 11:03:08.464968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.465598000, lastModified=2022-06-15 11:03:08.464968000, delta=630000 ns, racy<=17500 ns
11:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.465954000, lastModified=2022-06-15 11:03:08.464968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.464968000 to 2022-06-15 11:03:08.465968000
11:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.466441000, lastModified=2022-06-15 11:03:08.465968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.466441000, lastModified=2022-06-15 11:03:08.465968000, delta=473000 ns, racy<=17500 ns
11:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.466790000, lastModified=2022-06-15 11:03:08.465968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.466790000, lastModified=2022-06-15 11:03:08.465968000, delta=822000 ns, racy<=17500 ns
11:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.467201000, lastModified=2022-06-15 11:03:08.466968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.467201000, lastModified=2022-06-15 11:03:08.466968000, delta=233000 ns, racy<=17500 ns
11:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.467641000, lastModified=2022-06-15 11:03:08.466968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.467641000, lastModified=2022-06-15 11:03:08.466968000, delta=673000 ns, racy<=17500 ns
11:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.468037000, lastModified=2022-06-15 11:03:08.466968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.466968000 to 2022-06-15 11:03:08.467968000
11:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.472953000, lastModified=2022-06-15 11:03:08.467968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.467968000 to 2022-06-15 11:03:08.472968000
11:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.473394000, lastModified=2022-06-15 11:03:08.472968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.473394000, lastModified=2022-06-15 11:03:08.472968000, delta=426000 ns, racy<=17500 ns
11:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.473779000, lastModified=2022-06-15 11:03:08.472968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.473779000, lastModified=2022-06-15 11:03:08.472968000, delta=811000 ns, racy<=17500 ns
11:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.474159000, lastModified=2022-06-15 11:03:08.473968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.474159000, lastModified=2022-06-15 11:03:08.473968000, delta=191000 ns, racy<=17500 ns
11:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.474549000, lastModified=2022-06-15 11:03:08.473968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.474549000, lastModified=2022-06-15 11:03:08.473968000, delta=581000 ns, racy<=17500 ns
11:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.474930000, lastModified=2022-06-15 11:03:08.473968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.473968000 to 2022-06-15 11:03:08.474968000
11:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.475301000, lastModified=2022-06-15 11:03:08.474968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.475301000, lastModified=2022-06-15 11:03:08.474968000, delta=333000 ns, racy<=17500 ns
11:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.475684000, lastModified=2022-06-15 11:03:08.474968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.475684000, lastModified=2022-06-15 11:03:08.474968000, delta=716000 ns, racy<=17500 ns
11:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.480397000, lastModified=2022-06-15 11:03:08.479968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.480397000, lastModified=2022-06-15 11:03:08.479968000, delta=429000 ns, racy<=17500 ns
11:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.480814000, lastModified=2022-06-15 11:03:08.479968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.480814000, lastModified=2022-06-15 11:03:08.479968000, delta=846000 ns, racy<=17500 ns
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.481219000, lastModified=2022-06-15 11:03:08.480968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.481219000, lastModified=2022-06-15 11:03:08.480968000, delta=251000 ns, racy<=17500 ns
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.481642000, lastModified=2022-06-15 11:03:08.480968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.481642000, lastModified=2022-06-15 11:03:08.480968000, delta=674000 ns, racy<=17500 ns
11:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.482122000, lastModified=2022-06-15 11:03:08.480968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.480968000 to 2022-06-15 11:03:08.481968000
11:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.482545000, lastModified=2022-06-15 11:03:08.481968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.482545000, lastModified=2022-06-15 11:03:08.481968000, delta=577000 ns, racy<=17500 ns
11:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.482954000, lastModified=2022-06-15 11:03:08.481968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.481968000 to 2022-06-15 11:03:08.482968000
11:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.490334000, lastModified=2022-06-15 11:03:08.482968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.482968000 to 2022-06-15 11:03:08.489968000
11:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.490721000, lastModified=2022-06-15 11:03:08.489968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.490721000, lastModified=2022-06-15 11:03:08.489968000, delta=753000 ns, racy<=17500 ns
11:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.491071000, lastModified=2022-06-15 11:03:08.489968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.489968000 to 2022-06-15 11:03:08.490968000
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.491435000, lastModified=2022-06-15 11:03:08.490968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.491435000, lastModified=2022-06-15 11:03:08.490968000, delta=467000 ns, racy<=17500 ns
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.491727000, lastModified=2022-06-15 11:03:08.490968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.491727000, lastModified=2022-06-15 11:03:08.490968000, delta=759000 ns, racy<=17500 ns
11:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.492119000, lastModified=2022-06-15 11:03:08.490968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.490968000 to 2022-06-15 11:03:08.491968000
11:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.492530000, lastModified=2022-06-15 11:03:08.491968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.492530000, lastModified=2022-06-15 11:03:08.491968000, delta=562000 ns, racy<=17500 ns
11:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.492850000, lastModified=2022-06-15 11:03:08.491968000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.492850000, lastModified=2022-06-15 11:03:08.491968000, delta=882000 ns, racy<=17500 ns
11:03:08.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.497669000, lastModified=2022-06-15 11:03:08.496969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.497669000, lastModified=2022-06-15 11:03:08.496969000, delta=700000 ns, racy<=17500 ns
11:03:08.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.498126000, lastModified=2022-06-15 11:03:08.496969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.496969000 to 2022-06-15 11:03:08.497969000
11:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.498554000, lastModified=2022-06-15 11:03:08.497969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.498554000, lastModified=2022-06-15 11:03:08.497969000, delta=585000 ns, racy<=17500 ns
11:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.498980000, lastModified=2022-06-15 11:03:08.497969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.497969000 to 2022-06-15 11:03:08.498969000
11:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.499421000, lastModified=2022-06-15 11:03:08.498969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.499421000, lastModified=2022-06-15 11:03:08.498969000, delta=452000 ns, racy<=17500 ns
11:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.499839000, lastModified=2022-06-15 11:03:08.498969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.499839000, lastModified=2022-06-15 11:03:08.498969000, delta=870000 ns, racy<=17500 ns
11:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.500241000, lastModified=2022-06-15 11:03:08.499969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.500241000, lastModified=2022-06-15 11:03:08.499969000, delta=272000 ns, racy<=17500 ns
11:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.505323000, lastModified=2022-06-15 11:03:08.499969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.499969000 to 2022-06-15 11:03:08.504969000
11:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.505784000, lastModified=2022-06-15 11:03:08.504969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.505784000, lastModified=2022-06-15 11:03:08.504969000, delta=815000 ns, racy<=17500 ns
11:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.506192000, lastModified=2022-06-15 11:03:08.505969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.506192000, lastModified=2022-06-15 11:03:08.505969000, delta=223000 ns, racy<=17500 ns
11:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.506586000, lastModified=2022-06-15 11:03:08.505969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.506586000, lastModified=2022-06-15 11:03:08.505969000, delta=617000 ns, racy<=17500 ns
11:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.506991000, lastModified=2022-06-15 11:03:08.505969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.505969000 to 2022-06-15 11:03:08.506969000
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.507389000, lastModified=2022-06-15 11:03:08.506969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.507389000, lastModified=2022-06-15 11:03:08.506969000, delta=420000 ns, racy<=17500 ns
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.507753000, lastModified=2022-06-15 11:03:08.506969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.507753000, lastModified=2022-06-15 11:03:08.506969000, delta=784000 ns, racy<=17500 ns
11:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.508088000, lastModified=2022-06-15 11:03:08.506969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.506969000 to 2022-06-15 11:03:08.507969000
11:03:08.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.516417000, lastModified=2022-06-15 11:03:08.515969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.516417000, lastModified=2022-06-15 11:03:08.515969000, delta=448000 ns, racy<=17500 ns
11:03:08.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.516803000, lastModified=2022-06-15 11:03:08.515969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.516803000, lastModified=2022-06-15 11:03:08.515969000, delta=834000 ns, racy<=17500 ns
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.517196000, lastModified=2022-06-15 11:03:08.516969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.517196000, lastModified=2022-06-15 11:03:08.516969000, delta=227000 ns, racy<=17500 ns
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.517564000, lastModified=2022-06-15 11:03:08.516969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.517564000, lastModified=2022-06-15 11:03:08.516969000, delta=595000 ns, racy<=17500 ns
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.517833000, lastModified=2022-06-15 11:03:08.516969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.517833000, lastModified=2022-06-15 11:03:08.516969000, delta=864000 ns, racy<=17500 ns
11:03:08.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.518177000, lastModified=2022-06-15 11:03:08.517969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.518177000, lastModified=2022-06-15 11:03:08.517969000, delta=208000 ns, racy<=17500 ns
11:03:08.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.518472000, lastModified=2022-06-15 11:03:08.517969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.518472000, lastModified=2022-06-15 11:03:08.517969000, delta=503000 ns, racy<=17500 ns
11:03:08.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.522373000, lastModified=2022-06-15 11:03:08.517969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.517969000 to 2022-06-15 11:03:08.521969000
11:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.522679000, lastModified=2022-06-15 11:03:08.521969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.522679000, lastModified=2022-06-15 11:03:08.521969000, delta=710000 ns, racy<=17500 ns
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.523274000, lastModified=2022-06-15 11:03:08.522969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.523274000, lastModified=2022-06-15 11:03:08.522969000, delta=305000 ns, racy<=17500 ns
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.523657000, lastModified=2022-06-15 11:03:08.522969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.523657000, lastModified=2022-06-15 11:03:08.522969000, delta=688000 ns, racy<=17500 ns
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.523975000, lastModified=2022-06-15 11:03:08.522969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.523975000, lastModified=2022-06-15 11:03:08.522969000, delta=1006000 ns, racy<=17500 ns
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.524296000, lastModified=2022-06-15 11:03:08.523969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.524296000, lastModified=2022-06-15 11:03:08.523969000, delta=327000 ns, racy<=17500 ns
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.524559000, lastModified=2022-06-15 11:03:08.523969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.524559000, lastModified=2022-06-15 11:03:08.523969000, delta=590000 ns, racy<=17500 ns
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.524825000, lastModified=2022-06-15 11:03:08.523969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.524825000, lastModified=2022-06-15 11:03:08.523969000, delta=856000 ns, racy<=17500 ns
11:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.527528000, lastModified=2022-06-15 11:03:08.526969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.527528000, lastModified=2022-06-15 11:03:08.526969000, delta=559000 ns, racy<=17500 ns
11:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.527901000, lastModified=2022-06-15 11:03:08.526969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.527901000, lastModified=2022-06-15 11:03:08.526969000, delta=932000 ns, racy<=17500 ns
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.528351000, lastModified=2022-06-15 11:03:08.527969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.528351000, lastModified=2022-06-15 11:03:08.527969000, delta=382000 ns, racy<=17500 ns
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.528654000, lastModified=2022-06-15 11:03:08.527969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.528654000, lastModified=2022-06-15 11:03:08.527969000, delta=685000 ns, racy<=17500 ns
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.528967000, lastModified=2022-06-15 11:03:08.527969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.528967000, lastModified=2022-06-15 11:03:08.527969000, delta=998000 ns, racy<=17500 ns
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.529268000, lastModified=2022-06-15 11:03:08.528969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.529268000, lastModified=2022-06-15 11:03:08.528969000, delta=299000 ns, racy<=17500 ns
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.529533000, lastModified=2022-06-15 11:03:08.528969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.529533000, lastModified=2022-06-15 11:03:08.528969000, delta=564000 ns, racy<=17500 ns
11:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.532201000, lastModified=2022-06-15 11:03:08.528969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.528969000 to 2022-06-15 11:03:08.531969000
11:03:08.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.532582000, lastModified=2022-06-15 11:03:08.531969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.532582000, lastModified=2022-06-15 11:03:08.531969000, delta=613000 ns, racy<=17500 ns
11:03:08.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.532930000, lastModified=2022-06-15 11:03:08.531969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.531969000 to 2022-06-15 11:03:08.532969000
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.533313000, lastModified=2022-06-15 11:03:08.532969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.533313000, lastModified=2022-06-15 11:03:08.532969000, delta=344000 ns, racy<=17500 ns
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.533635000, lastModified=2022-06-15 11:03:08.532969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.533635000, lastModified=2022-06-15 11:03:08.532969000, delta=666000 ns, racy<=17500 ns
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.533899000, lastModified=2022-06-15 11:03:08.532969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.533899000, lastModified=2022-06-15 11:03:08.532969000, delta=930000 ns, racy<=17500 ns
11:03:08.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.534238000, lastModified=2022-06-15 11:03:08.533969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.534238000, lastModified=2022-06-15 11:03:08.533969000, delta=269000 ns, racy<=17500 ns
11:03:08.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.534599000, lastModified=2022-06-15 11:03:08.533969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.534599000, lastModified=2022-06-15 11:03:08.533969000, delta=630000 ns, racy<=17500 ns
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.537346000, lastModified=2022-06-15 11:03:08.536969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.537346000, lastModified=2022-06-15 11:03:08.536969000, delta=377000 ns, racy<=17500 ns
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.537718000, lastModified=2022-06-15 11:03:08.536969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.537718000, lastModified=2022-06-15 11:03:08.536969000, delta=749000 ns, racy<=17500 ns
11:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.538031000, lastModified=2022-06-15 11:03:08.536969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.536969000 to 2022-06-15 11:03:08.537969000
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.538422000, lastModified=2022-06-15 11:03:08.537969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.538422000, lastModified=2022-06-15 11:03:08.537969000, delta=453000 ns, racy<=17500 ns
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.538732000, lastModified=2022-06-15 11:03:08.537969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.538732000, lastModified=2022-06-15 11:03:08.537969000, delta=763000 ns, racy<=17500 ns
11:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.538999000, lastModified=2022-06-15 11:03:08.537969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.537969000 to 2022-06-15 11:03:08.538969000
11:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.539355000, lastModified=2022-06-15 11:03:08.538969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.539355000, lastModified=2022-06-15 11:03:08.538969000, delta=386000 ns, racy<=17500 ns
11:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.541962000, lastModified=2022-06-15 11:03:08.538969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.538969000 to 2022-06-15 11:03:08.541969000
11:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.542367000, lastModified=2022-06-15 11:03:08.541969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.542367000, lastModified=2022-06-15 11:03:08.541969000, delta=398000 ns, racy<=17500 ns
11:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.542935000, lastModified=2022-06-15 11:03:08.541969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.541969000 to 2022-06-15 11:03:08.542969000
11:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.543436000, lastModified=2022-06-15 11:03:08.542969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.543436000, lastModified=2022-06-15 11:03:08.542969000, delta=467000 ns, racy<=17500 ns
11:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.543834000, lastModified=2022-06-15 11:03:08.542969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.543834000, lastModified=2022-06-15 11:03:08.542969000, delta=865000 ns, racy<=17500 ns
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.544248000, lastModified=2022-06-15 11:03:08.543969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.544248000, lastModified=2022-06-15 11:03:08.543969000, delta=279000 ns, racy<=17500 ns
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.544701000, lastModified=2022-06-15 11:03:08.543969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.544701000, lastModified=2022-06-15 11:03:08.543969000, delta=732000 ns, racy<=17500 ns
11:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.545190000, lastModified=2022-06-15 11:03:08.544969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.545190000, lastModified=2022-06-15 11:03:08.544969000, delta=221000 ns, racy<=17500 ns
11:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.548592000, lastModified=2022-06-15 11:03:08.547969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.548592000, lastModified=2022-06-15 11:03:08.547969000, delta=623000 ns, racy<=17500 ns
11:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.549088000, lastModified=2022-06-15 11:03:08.547969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.547969000 to 2022-06-15 11:03:08.548969000
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.549488000, lastModified=2022-06-15 11:03:08.548969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.549488000, lastModified=2022-06-15 11:03:08.548969000, delta=519000 ns, racy<=17500 ns
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.549841000, lastModified=2022-06-15 11:03:08.548969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.549841000, lastModified=2022-06-15 11:03:08.548969000, delta=872000 ns, racy<=17500 ns
11:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.550156000, lastModified=2022-06-15 11:03:08.548969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.548969000 to 2022-06-15 11:03:08.549969000
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.550424000, lastModified=2022-06-15 11:03:08.549969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.550424000, lastModified=2022-06-15 11:03:08.549969000, delta=455000 ns, racy<=17500 ns
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.550703000, lastModified=2022-06-15 11:03:08.549969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.550703000, lastModified=2022-06-15 11:03:08.549969000, delta=734000 ns, racy<=17500 ns
11:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.553503000, lastModified=2022-06-15 11:03:08.549969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.549969000 to 2022-06-15 11:03:08.552969000
11:03:08.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.553906000, lastModified=2022-06-15 11:03:08.552969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.552969000 to 2022-06-15 11:03:08.553969000
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.554370000, lastModified=2022-06-15 11:03:08.553969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.554370000, lastModified=2022-06-15 11:03:08.553969000, delta=401000 ns, racy<=17500 ns
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.554684000, lastModified=2022-06-15 11:03:08.553969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.554684000, lastModified=2022-06-15 11:03:08.553969000, delta=715000 ns, racy<=17500 ns
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.554941000, lastModified=2022-06-15 11:03:08.553969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.554941000, lastModified=2022-06-15 11:03:08.553969000, delta=972000 ns, racy<=17500 ns
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.555284000, lastModified=2022-06-15 11:03:08.554969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.555284000, lastModified=2022-06-15 11:03:08.554969000, delta=315000 ns, racy<=17500 ns
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.555538000, lastModified=2022-06-15 11:03:08.554969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.555538000, lastModified=2022-06-15 11:03:08.554969000, delta=569000 ns, racy<=17500 ns
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.555807000, lastModified=2022-06-15 11:03:08.554969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.555807000, lastModified=2022-06-15 11:03:08.554969000, delta=838000 ns, racy<=17500 ns
11:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.559007000, lastModified=2022-06-15 11:03:08.557969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.557969000 to 2022-06-15 11:03:08.558969000
11:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.559408000, lastModified=2022-06-15 11:03:08.558969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.559408000, lastModified=2022-06-15 11:03:08.558969000, delta=439000 ns, racy<=17500 ns
11:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.559795000, lastModified=2022-06-15 11:03:08.558969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.559795000, lastModified=2022-06-15 11:03:08.558969000, delta=826000 ns, racy<=17500 ns
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.560167000, lastModified=2022-06-15 11:03:08.559969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.560167000, lastModified=2022-06-15 11:03:08.559969000, delta=198000 ns, racy<=17500 ns
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.560542000, lastModified=2022-06-15 11:03:08.559969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.560542000, lastModified=2022-06-15 11:03:08.559969000, delta=573000 ns, racy<=17500 ns
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.560934000, lastModified=2022-06-15 11:03:08.559969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.560934000, lastModified=2022-06-15 11:03:08.559969000, delta=965000 ns, racy<=17500 ns
11:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.561345000, lastModified=2022-06-15 11:03:08.560969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.561345000, lastModified=2022-06-15 11:03:08.560969000, delta=376000 ns, racy<=17500 ns
11:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.565152000, lastModified=2022-06-15 11:03:08.560969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.560969000 to 2022-06-15 11:03:08.564969000
11:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.565536000, lastModified=2022-06-15 11:03:08.564969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.565536000, lastModified=2022-06-15 11:03:08.564969000, delta=567000 ns, racy<=17500 ns
11:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.565950000, lastModified=2022-06-15 11:03:08.564969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.565950000, lastModified=2022-06-15 11:03:08.564969000, delta=981000 ns, racy<=17500 ns
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.566352000, lastModified=2022-06-15 11:03:08.565969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.566352000, lastModified=2022-06-15 11:03:08.565969000, delta=383000 ns, racy<=17500 ns
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.566752000, lastModified=2022-06-15 11:03:08.565969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.566752000, lastModified=2022-06-15 11:03:08.565969000, delta=783000 ns, racy<=17500 ns
11:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.567143000, lastModified=2022-06-15 11:03:08.565969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.565969000 to 2022-06-15 11:03:08.566969000
11:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.567454000, lastModified=2022-06-15 11:03:08.566969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.567454000, lastModified=2022-06-15 11:03:08.566969000, delta=485000 ns, racy<=17500 ns
11:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.567762000, lastModified=2022-06-15 11:03:08.566969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.567762000, lastModified=2022-06-15 11:03:08.566969000, delta=793000 ns, racy<=17500 ns
11:03:08.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.571618000, lastModified=2022-06-15 11:03:08.570969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.571618000, lastModified=2022-06-15 11:03:08.570969000, delta=649000 ns, racy<=17500 ns
11:03:08.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.571992000, lastModified=2022-06-15 11:03:08.570969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.570969000 to 2022-06-15 11:03:08.571969000
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.572330000, lastModified=2022-06-15 11:03:08.571969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.572330000, lastModified=2022-06-15 11:03:08.571969000, delta=361000 ns, racy<=17500 ns
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.572718000, lastModified=2022-06-15 11:03:08.571969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.572718000, lastModified=2022-06-15 11:03:08.571969000, delta=749000 ns, racy<=17500 ns
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.572974000, lastModified=2022-06-15 11:03:08.571969000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.572974000, lastModified=2022-06-15 11:03:08.571969000, delta=1005000 ns, racy<=17500 ns
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.573312000, lastModified=2022-06-15 11:03:08.572970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.573312000, lastModified=2022-06-15 11:03:08.572970000, delta=342000 ns, racy<=17500 ns
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.573572000, lastModified=2022-06-15 11:03:08.572970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.573572000, lastModified=2022-06-15 11:03:08.572970000, delta=602000 ns, racy<=17500 ns
11:03:08.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.578908000, lastModified=2022-06-15 11:03:08.572970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.572970000 to 2022-06-15 11:03:08.578970000
11:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.579391000, lastModified=2022-06-15 11:03:08.578970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.579391000, lastModified=2022-06-15 11:03:08.578970000, delta=421000 ns, racy<=17500 ns
11:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.579764000, lastModified=2022-06-15 11:03:08.578970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.579764000, lastModified=2022-06-15 11:03:08.578970000, delta=794000 ns, racy<=17500 ns
11:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.580154000, lastModified=2022-06-15 11:03:08.578970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.578970000 to 2022-06-15 11:03:08.579970000
11:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.580538000, lastModified=2022-06-15 11:03:08.579970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.580538000, lastModified=2022-06-15 11:03:08.579970000, delta=568000 ns, racy<=17500 ns
11:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.580909000, lastModified=2022-06-15 11:03:08.579970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.580909000, lastModified=2022-06-15 11:03:08.579970000, delta=939000 ns, racy<=17500 ns
11:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.581320000, lastModified=2022-06-15 11:03:08.580970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.581320000, lastModified=2022-06-15 11:03:08.580970000, delta=350000 ns, racy<=17500 ns
11:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.581633000, lastModified=2022-06-15 11:03:08.580970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.581633000, lastModified=2022-06-15 11:03:08.580970000, delta=663000 ns, racy<=17500 ns
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.585394000, lastModified=2022-06-15 11:03:08.584970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.585394000, lastModified=2022-06-15 11:03:08.584970000, delta=424000 ns, racy<=17500 ns
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.585706000, lastModified=2022-06-15 11:03:08.584970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.585706000, lastModified=2022-06-15 11:03:08.584970000, delta=736000 ns, racy<=17500 ns
11:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.586085000, lastModified=2022-06-15 11:03:08.584970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.584970000 to 2022-06-15 11:03:08.585970000
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.586420000, lastModified=2022-06-15 11:03:08.585970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.586420000, lastModified=2022-06-15 11:03:08.585970000, delta=450000 ns, racy<=17500 ns
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.586681000, lastModified=2022-06-15 11:03:08.585970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.586681000, lastModified=2022-06-15 11:03:08.585970000, delta=711000 ns, racy<=17500 ns
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.586956000, lastModified=2022-06-15 11:03:08.585970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.586956000, lastModified=2022-06-15 11:03:08.585970000, delta=986000 ns, racy<=17500 ns
11:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.587273000, lastModified=2022-06-15 11:03:08.586970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.587273000, lastModified=2022-06-15 11:03:08.586970000, delta=303000 ns, racy<=17500 ns
11:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.590918000, lastModified=2022-06-15 11:03:08.586970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.586970000 to 2022-06-15 11:03:08.589970000
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.591242000, lastModified=2022-06-15 11:03:08.590970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.591242000, lastModified=2022-06-15 11:03:08.590970000, delta=272000 ns, racy<=17500 ns
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.591557000, lastModified=2022-06-15 11:03:08.590970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.591557000, lastModified=2022-06-15 11:03:08.590970000, delta=587000 ns, racy<=17500 ns
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.591873000, lastModified=2022-06-15 11:03:08.590970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.591873000, lastModified=2022-06-15 11:03:08.590970000, delta=903000 ns, racy<=17500 ns
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.592140000, lastModified=2022-06-15 11:03:08.591970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.592140000, lastModified=2022-06-15 11:03:08.591970000, delta=170000 ns, racy<=17500 ns
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.592394000, lastModified=2022-06-15 11:03:08.591970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.592394000, lastModified=2022-06-15 11:03:08.591970000, delta=424000 ns, racy<=17500 ns
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.592649000, lastModified=2022-06-15 11:03:08.591970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.592649000, lastModified=2022-06-15 11:03:08.591970000, delta=679000 ns, racy<=17500 ns
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.592910000, lastModified=2022-06-15 11:03:08.591970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.592910000, lastModified=2022-06-15 11:03:08.591970000, delta=940000 ns, racy<=17500 ns
11:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.596901000, lastModified=2022-06-15 11:03:08.595970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.596901000, lastModified=2022-06-15 11:03:08.595970000, delta=931000 ns, racy<=17500 ns
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.597288000, lastModified=2022-06-15 11:03:08.596970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.597288000, lastModified=2022-06-15 11:03:08.596970000, delta=318000 ns, racy<=17500 ns
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.597676000, lastModified=2022-06-15 11:03:08.596970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.597676000, lastModified=2022-06-15 11:03:08.596970000, delta=706000 ns, racy<=17500 ns
11:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.597993000, lastModified=2022-06-15 11:03:08.596970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.596970000 to 2022-06-15 11:03:08.597970000
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.598330000, lastModified=2022-06-15 11:03:08.597970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.598330000, lastModified=2022-06-15 11:03:08.597970000, delta=360000 ns, racy<=17500 ns
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.598701000, lastModified=2022-06-15 11:03:08.597970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.598701000, lastModified=2022-06-15 11:03:08.597970000, delta=731000 ns, racy<=17500 ns
11:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.599087000, lastModified=2022-06-15 11:03:08.597970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.597970000 to 2022-06-15 11:03:08.598970000
11:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.602966000, lastModified=2022-06-15 11:03:08.598970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.598970000 to 2022-06-15 11:03:08.602970000
11:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.603339000, lastModified=2022-06-15 11:03:08.602970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.603339000, lastModified=2022-06-15 11:03:08.602970000, delta=369000 ns, racy<=17500 ns
11:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.603700000, lastModified=2022-06-15 11:03:08.602970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.603700000, lastModified=2022-06-15 11:03:08.602970000, delta=730000 ns, racy<=17500 ns
11:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.604114000, lastModified=2022-06-15 11:03:08.602970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.602970000 to 2022-06-15 11:03:08.603970000
11:03:08.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.604494000, lastModified=2022-06-15 11:03:08.603970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.604494000, lastModified=2022-06-15 11:03:08.603970000, delta=524000 ns, racy<=17500 ns
11:03:08.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.604828000, lastModified=2022-06-15 11:03:08.603970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.604828000, lastModified=2022-06-15 11:03:08.603970000, delta=858000 ns, racy<=17500 ns
11:03:08.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.605195000, lastModified=2022-06-15 11:03:08.604970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.605195000, lastModified=2022-06-15 11:03:08.604970000, delta=225000 ns, racy<=17500 ns
11:03:08.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.605497000, lastModified=2022-06-15 11:03:08.604970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.605497000, lastModified=2022-06-15 11:03:08.604970000, delta=527000 ns, racy<=17500 ns
11:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.609517000, lastModified=2022-06-15 11:03:08.608970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.609517000, lastModified=2022-06-15 11:03:08.608970000, delta=547000 ns, racy<=17500 ns
11:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.609920000, lastModified=2022-06-15 11:03:08.608970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.609920000, lastModified=2022-06-15 11:03:08.608970000, delta=950000 ns, racy<=17500 ns
11:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.611615000, lastModified=2022-06-15 11:03:08.610970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.610970000 to 2022-06-15 11:03:08.611970000
11:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.612770000, lastModified=2022-06-15 11:03:08.611970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.612770000, lastModified=2022-06-15 11:03:08.611970000, delta=800000 ns, racy<=17500 ns
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.613226000, lastModified=2022-06-15 11:03:08.612970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.613226000, lastModified=2022-06-15 11:03:08.612970000, delta=256000 ns, racy<=17500 ns
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.613603000, lastModified=2022-06-15 11:03:08.612970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.613603000, lastModified=2022-06-15 11:03:08.612970000, delta=633000 ns, racy<=17500 ns
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.613929000, lastModified=2022-06-15 11:03:08.612970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.613929000, lastModified=2022-06-15 11:03:08.612970000, delta=959000 ns, racy<=17500 ns
11:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.618920000, lastModified=2022-06-15 11:03:08.613970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.613970000 to 2022-06-15 11:03:08.618970000
11:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.619380000, lastModified=2022-06-15 11:03:08.618970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.619380000, lastModified=2022-06-15 11:03:08.618970000, delta=410000 ns, racy<=17500 ns
11:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.619724000, lastModified=2022-06-15 11:03:08.618970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.619724000, lastModified=2022-06-15 11:03:08.618970000, delta=754000 ns, racy<=17500 ns
11:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.620037000, lastModified=2022-06-15 11:03:08.618970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.618970000 to 2022-06-15 11:03:08.619970000
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.620377000, lastModified=2022-06-15 11:03:08.619970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.620377000, lastModified=2022-06-15 11:03:08.619970000, delta=407000 ns, racy<=17500 ns
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.620644000, lastModified=2022-06-15 11:03:08.619970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.620644000, lastModified=2022-06-15 11:03:08.619970000, delta=674000 ns, racy<=17500 ns
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.620938000, lastModified=2022-06-15 11:03:08.619970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.620938000, lastModified=2022-06-15 11:03:08.619970000, delta=968000 ns, racy<=17500 ns
11:03:08.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.621299000, lastModified=2022-06-15 11:03:08.620970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.621299000, lastModified=2022-06-15 11:03:08.620970000, delta=329000 ns, racy<=17500 ns
11:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.628646000, lastModified=2022-06-15 11:03:08.627970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.628646000, lastModified=2022-06-15 11:03:08.627970000, delta=676000 ns, racy<=17500 ns
11:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.629070000, lastModified=2022-06-15 11:03:08.627970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.627970000 to 2022-06-15 11:03:08.628970000
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.629444000, lastModified=2022-06-15 11:03:08.628970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.629444000, lastModified=2022-06-15 11:03:08.628970000, delta=474000 ns, racy<=17500 ns
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.629774000, lastModified=2022-06-15 11:03:08.628970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.629774000, lastModified=2022-06-15 11:03:08.628970000, delta=804000 ns, racy<=17500 ns
11:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.630097000, lastModified=2022-06-15 11:03:08.628970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.628970000 to 2022-06-15 11:03:08.629970000
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.630390000, lastModified=2022-06-15 11:03:08.629970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.630390000, lastModified=2022-06-15 11:03:08.629970000, delta=420000 ns, racy<=17500 ns
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.630765000, lastModified=2022-06-15 11:03:08.629970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.630765000, lastModified=2022-06-15 11:03:08.629970000, delta=795000 ns, racy<=17500 ns
11:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.635776000, lastModified=2022-06-15 11:03:08.629970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.629970000 to 2022-06-15 11:03:08.634970000
11:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.636145000, lastModified=2022-06-15 11:03:08.635970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.636145000, lastModified=2022-06-15 11:03:08.635970000, delta=175000 ns, racy<=17500 ns
11:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.636505000, lastModified=2022-06-15 11:03:08.635970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.636505000, lastModified=2022-06-15 11:03:08.635970000, delta=535000 ns, racy<=17500 ns
11:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.636841000, lastModified=2022-06-15 11:03:08.635970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.636841000, lastModified=2022-06-15 11:03:08.635970000, delta=871000 ns, racy<=17500 ns
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.637179000, lastModified=2022-06-15 11:03:08.636970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.637179000, lastModified=2022-06-15 11:03:08.636970000, delta=209000 ns, racy<=17500 ns
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.637639000, lastModified=2022-06-15 11:03:08.636970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.637639000, lastModified=2022-06-15 11:03:08.636970000, delta=669000 ns, racy<=17500 ns
11:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.637991000, lastModified=2022-06-15 11:03:08.636970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.636970000 to 2022-06-15 11:03:08.637970000
11:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.638363000, lastModified=2022-06-15 11:03:08.637970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.638363000, lastModified=2022-06-15 11:03:08.637970000, delta=393000 ns, racy<=17500 ns
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.643220000, lastModified=2022-06-15 11:03:08.642970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.643220000, lastModified=2022-06-15 11:03:08.642970000, delta=250000 ns, racy<=17500 ns
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.643657000, lastModified=2022-06-15 11:03:08.642970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.643657000, lastModified=2022-06-15 11:03:08.642970000, delta=687000 ns, racy<=17500 ns
11:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.644107000, lastModified=2022-06-15 11:03:08.642970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.642970000 to 2022-06-15 11:03:08.643970000
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.644376000, lastModified=2022-06-15 11:03:08.643970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.644376000, lastModified=2022-06-15 11:03:08.643970000, delta=406000 ns, racy<=17500 ns
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.644719000, lastModified=2022-06-15 11:03:08.643970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.644719000, lastModified=2022-06-15 11:03:08.643970000, delta=749000 ns, racy<=17500 ns
11:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.645130000, lastModified=2022-06-15 11:03:08.643970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.643970000 to 2022-06-15 11:03:08.644970000
11:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.645487000, lastModified=2022-06-15 11:03:08.644970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.645487000, lastModified=2022-06-15 11:03:08.644970000, delta=517000 ns, racy<=17500 ns
11:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.650230000, lastModified=2022-06-15 11:03:08.644970000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.644970000 to 2022-06-15 11:03:08.649971000
11:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.650792000, lastModified=2022-06-15 11:03:08.649971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.650792000, lastModified=2022-06-15 11:03:08.649971000, delta=821000 ns, racy<=17500 ns
11:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.651077000, lastModified=2022-06-15 11:03:08.649971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.649971000 to 2022-06-15 11:03:08.650971000
11:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.651481000, lastModified=2022-06-15 11:03:08.650971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.651481000, lastModified=2022-06-15 11:03:08.650971000, delta=510000 ns, racy<=17500 ns
11:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.651893000, lastModified=2022-06-15 11:03:08.650971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.650971000 to 2022-06-15 11:03:08.651971000
11:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.652373000, lastModified=2022-06-15 11:03:08.651971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.652373000, lastModified=2022-06-15 11:03:08.651971000, delta=402000 ns, racy<=17500 ns
11:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.652842000, lastModified=2022-06-15 11:03:08.651971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.652842000, lastModified=2022-06-15 11:03:08.651971000, delta=871000 ns, racy<=17500 ns
11:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.653156000, lastModified=2022-06-15 11:03:08.652971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.653156000, lastModified=2022-06-15 11:03:08.652971000, delta=185000 ns, racy<=17500 ns
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.658306000, lastModified=2022-06-15 11:03:08.657971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.658306000, lastModified=2022-06-15 11:03:08.657971000, delta=335000 ns, racy<=17500 ns
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.658763000, lastModified=2022-06-15 11:03:08.657971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.658763000, lastModified=2022-06-15 11:03:08.657971000, delta=792000 ns, racy<=17500 ns
11:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.659179000, lastModified=2022-06-15 11:03:08.658971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.659179000, lastModified=2022-06-15 11:03:08.658971000, delta=208000 ns, racy<=17500 ns
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.659504000, lastModified=2022-06-15 11:03:08.658971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.659504000, lastModified=2022-06-15 11:03:08.658971000, delta=533000 ns, racy<=17500 ns
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.659758000, lastModified=2022-06-15 11:03:08.658971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.659758000, lastModified=2022-06-15 11:03:08.658971000, delta=787000 ns, racy<=17500 ns
11:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.660157000, lastModified=2022-06-15 11:03:08.658971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.658971000 to 2022-06-15 11:03:08.659971000
11:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.660416000, lastModified=2022-06-15 11:03:08.659971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.660416000, lastModified=2022-06-15 11:03:08.659971000, delta=445000 ns, racy<=17500 ns
11:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.668338000, lastModified=2022-06-15 11:03:08.659971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.659971000 to 2022-06-15 11:03:08.667971000
11:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.668763000, lastModified=2022-06-15 11:03:08.667971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.668763000, lastModified=2022-06-15 11:03:08.667971000, delta=792000 ns, racy<=17500 ns
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.669157000, lastModified=2022-06-15 11:03:08.668971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.669157000, lastModified=2022-06-15 11:03:08.668971000, delta=186000 ns, racy<=17500 ns
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.669510000, lastModified=2022-06-15 11:03:08.668971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.669510000, lastModified=2022-06-15 11:03:08.668971000, delta=539000 ns, racy<=17500 ns
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.669871000, lastModified=2022-06-15 11:03:08.668971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.669871000, lastModified=2022-06-15 11:03:08.668971000, delta=900000 ns, racy<=17500 ns
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.670163000, lastModified=2022-06-15 11:03:08.669971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.670163000, lastModified=2022-06-15 11:03:08.669971000, delta=192000 ns, racy<=17500 ns
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.670482000, lastModified=2022-06-15 11:03:08.669971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.670482000, lastModified=2022-06-15 11:03:08.669971000, delta=511000 ns, racy<=17500 ns
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.670826000, lastModified=2022-06-15 11:03:08.669971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.670826000, lastModified=2022-06-15 11:03:08.669971000, delta=855000 ns, racy<=17500 ns
11:03:08.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.674655000, lastModified=2022-06-15 11:03:08.673971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.674655000, lastModified=2022-06-15 11:03:08.673971000, delta=684000 ns, racy<=17500 ns
11:03:08.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.674969000, lastModified=2022-06-15 11:03:08.673971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.674969000, lastModified=2022-06-15 11:03:08.673971000, delta=998000 ns, racy<=17500 ns
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.675306000, lastModified=2022-06-15 11:03:08.674971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.675306000, lastModified=2022-06-15 11:03:08.674971000, delta=335000 ns, racy<=17500 ns
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.675689000, lastModified=2022-06-15 11:03:08.674971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.675689000, lastModified=2022-06-15 11:03:08.674971000, delta=718000 ns, racy<=17500 ns
11:03:08.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.676074000, lastModified=2022-06-15 11:03:08.674971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.674971000 to 2022-06-15 11:03:08.675971000
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.676353000, lastModified=2022-06-15 11:03:08.675971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.676353000, lastModified=2022-06-15 11:03:08.675971000, delta=382000 ns, racy<=17500 ns
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.676680000, lastModified=2022-06-15 11:03:08.675971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.676680000, lastModified=2022-06-15 11:03:08.675971000, delta=709000 ns, racy<=17500 ns
11:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.679405000, lastModified=2022-06-15 11:03:08.675971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.675971000 to 2022-06-15 11:03:08.678971000
11:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.679773000, lastModified=2022-06-15 11:03:08.678971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.679773000, lastModified=2022-06-15 11:03:08.678971000, delta=802000 ns, racy<=17500 ns
11:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.680164000, lastModified=2022-06-15 11:03:08.679971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.680164000, lastModified=2022-06-15 11:03:08.679971000, delta=193000 ns, racy<=17500 ns
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.680498000, lastModified=2022-06-15 11:03:08.679971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.680498000, lastModified=2022-06-15 11:03:08.679971000, delta=527000 ns, racy<=17500 ns
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.680807000, lastModified=2022-06-15 11:03:08.679971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.680807000, lastModified=2022-06-15 11:03:08.679971000, delta=836000 ns, racy<=17500 ns
11:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.681159000, lastModified=2022-06-15 11:03:08.679971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.679971000 to 2022-06-15 11:03:08.680971000
11:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.681467000, lastModified=2022-06-15 11:03:08.680971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.681467000, lastModified=2022-06-15 11:03:08.680971000, delta=496000 ns, racy<=17500 ns
11:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.681847000, lastModified=2022-06-15 11:03:08.680971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.681847000, lastModified=2022-06-15 11:03:08.680971000, delta=876000 ns, racy<=17500 ns
11:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.684576000, lastModified=2022-06-15 11:03:08.683971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.684576000, lastModified=2022-06-15 11:03:08.683971000, delta=605000 ns, racy<=17500 ns
11:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.684934000, lastModified=2022-06-15 11:03:08.683971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.684934000, lastModified=2022-06-15 11:03:08.683971000, delta=963000 ns, racy<=17500 ns
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.685311000, lastModified=2022-06-15 11:03:08.684971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.685311000, lastModified=2022-06-15 11:03:08.684971000, delta=340000 ns, racy<=17500 ns
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.685646000, lastModified=2022-06-15 11:03:08.684971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.685646000, lastModified=2022-06-15 11:03:08.684971000, delta=675000 ns, racy<=17500 ns
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.685939000, lastModified=2022-06-15 11:03:08.684971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.685939000, lastModified=2022-06-15 11:03:08.684971000, delta=968000 ns, racy<=17500 ns
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.686295000, lastModified=2022-06-15 11:03:08.685971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.686295000, lastModified=2022-06-15 11:03:08.685971000, delta=324000 ns, racy<=17500 ns
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.686603000, lastModified=2022-06-15 11:03:08.685971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.686603000, lastModified=2022-06-15 11:03:08.685971000, delta=632000 ns, racy<=17500 ns
11:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.689280000, lastModified=2022-06-15 11:03:08.685971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.685971000 to 2022-06-15 11:03:08.688971000
11:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.689712000, lastModified=2022-06-15 11:03:08.688971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.689712000, lastModified=2022-06-15 11:03:08.688971000, delta=741000 ns, racy<=17500 ns
11:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.690142000, lastModified=2022-06-15 11:03:08.688971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.688971000 to 2022-06-15 11:03:08.689971000
11:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.690504000, lastModified=2022-06-15 11:03:08.689971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.690504000, lastModified=2022-06-15 11:03:08.689971000, delta=533000 ns, racy<=17500 ns
11:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.690827000, lastModified=2022-06-15 11:03:08.689971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.690827000, lastModified=2022-06-15 11:03:08.689971000, delta=856000 ns, racy<=17500 ns
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.691168000, lastModified=2022-06-15 11:03:08.690971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.691168000, lastModified=2022-06-15 11:03:08.690971000, delta=197000 ns, racy<=17500 ns
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.691477000, lastModified=2022-06-15 11:03:08.690971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.691477000, lastModified=2022-06-15 11:03:08.690971000, delta=506000 ns, racy<=17500 ns
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.691790000, lastModified=2022-06-15 11:03:08.690971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.691790000, lastModified=2022-06-15 11:03:08.690971000, delta=819000 ns, racy<=17500 ns
11:03:08.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.694493000, lastModified=2022-06-15 11:03:08.693971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.694493000, lastModified=2022-06-15 11:03:08.693971000, delta=522000 ns, racy<=17500 ns
11:03:08.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.694788000, lastModified=2022-06-15 11:03:08.693971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.694788000, lastModified=2022-06-15 11:03:08.693971000, delta=817000 ns, racy<=17500 ns
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.695150000, lastModified=2022-06-15 11:03:08.694971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.695150000, lastModified=2022-06-15 11:03:08.694971000, delta=179000 ns, racy<=17500 ns
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.695485000, lastModified=2022-06-15 11:03:08.694971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.695485000, lastModified=2022-06-15 11:03:08.694971000, delta=514000 ns, racy<=17500 ns
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.695805000, lastModified=2022-06-15 11:03:08.694971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.695805000, lastModified=2022-06-15 11:03:08.694971000, delta=834000 ns, racy<=17500 ns
11:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.696187000, lastModified=2022-06-15 11:03:08.695971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.696187000, lastModified=2022-06-15 11:03:08.695971000, delta=216000 ns, racy<=17500 ns
11:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.696573000, lastModified=2022-06-15 11:03:08.695971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.696573000, lastModified=2022-06-15 11:03:08.695971000, delta=602000 ns, racy<=17500 ns
11:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.699522000, lastModified=2022-06-15 11:03:08.695971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.695971000 to 2022-06-15 11:03:08.698971000
11:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.699936000, lastModified=2022-06-15 11:03:08.698971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.698971000 to 2022-06-15 11:03:08.699971000
11:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.700371000, lastModified=2022-06-15 11:03:08.699971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.700371000, lastModified=2022-06-15 11:03:08.699971000, delta=400000 ns, racy<=17500 ns
11:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.700781000, lastModified=2022-06-15 11:03:08.699971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.700781000, lastModified=2022-06-15 11:03:08.699971000, delta=810000 ns, racy<=17500 ns
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.701214000, lastModified=2022-06-15 11:03:08.700971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.701214000, lastModified=2022-06-15 11:03:08.700971000, delta=243000 ns, racy<=17500 ns
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.701533000, lastModified=2022-06-15 11:03:08.700971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.701533000, lastModified=2022-06-15 11:03:08.700971000, delta=562000 ns, racy<=17500 ns
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.701869000, lastModified=2022-06-15 11:03:08.700971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.701869000, lastModified=2022-06-15 11:03:08.700971000, delta=898000 ns, racy<=17500 ns
11:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.702205000, lastModified=2022-06-15 11:03:08.701971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.702205000, lastModified=2022-06-15 11:03:08.701971000, delta=234000 ns, racy<=17500 ns
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.705246000, lastModified=2022-06-15 11:03:08.704971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.705246000, lastModified=2022-06-15 11:03:08.704971000, delta=275000 ns, racy<=17500 ns
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.705582000, lastModified=2022-06-15 11:03:08.704971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.705582000, lastModified=2022-06-15 11:03:08.704971000, delta=611000 ns, racy<=17500 ns
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.705899000, lastModified=2022-06-15 11:03:08.704971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.705899000, lastModified=2022-06-15 11:03:08.704971000, delta=928000 ns, racy<=17500 ns
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.706252000, lastModified=2022-06-15 11:03:08.705971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.706252000, lastModified=2022-06-15 11:03:08.705971000, delta=281000 ns, racy<=17500 ns
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.706555000, lastModified=2022-06-15 11:03:08.705971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.706555000, lastModified=2022-06-15 11:03:08.705971000, delta=584000 ns, racy<=17500 ns
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.706851000, lastModified=2022-06-15 11:03:08.705971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.706851000, lastModified=2022-06-15 11:03:08.705971000, delta=880000 ns, racy<=17500 ns
11:03:08.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.707225000, lastModified=2022-06-15 11:03:08.706971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.707225000, lastModified=2022-06-15 11:03:08.706971000, delta=254000 ns, racy<=17500 ns
11:03:08.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.709952000, lastModified=2022-06-15 11:03:08.706971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.706971000 to 2022-06-15 11:03:08.709971000
11:03:08.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.710374000, lastModified=2022-06-15 11:03:08.709971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.710374000, lastModified=2022-06-15 11:03:08.709971000, delta=403000 ns, racy<=17500 ns
11:03:08.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.710801000, lastModified=2022-06-15 11:03:08.709971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.710801000, lastModified=2022-06-15 11:03:08.709971000, delta=830000 ns, racy<=17500 ns
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.711220000, lastModified=2022-06-15 11:03:08.710971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.711220000, lastModified=2022-06-15 11:03:08.710971000, delta=249000 ns, racy<=17500 ns
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.711647000, lastModified=2022-06-15 11:03:08.710971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.711647000, lastModified=2022-06-15 11:03:08.710971000, delta=676000 ns, racy<=17500 ns
11:03:08.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.712000000, lastModified=2022-06-15 11:03:08.710971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.710971000 to 2022-06-15 11:03:08.711971000
11:03:08.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.712461000, lastModified=2022-06-15 11:03:08.711971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.712461000, lastModified=2022-06-15 11:03:08.711971000, delta=490000 ns, racy<=17500 ns
11:03:08.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.712830000, lastModified=2022-06-15 11:03:08.711971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.712830000, lastModified=2022-06-15 11:03:08.711971000, delta=859000 ns, racy<=17500 ns
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.717385000, lastModified=2022-06-15 11:03:08.716971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.717385000, lastModified=2022-06-15 11:03:08.716971000, delta=414000 ns, racy<=17500 ns
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.717754000, lastModified=2022-06-15 11:03:08.716971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.717754000, lastModified=2022-06-15 11:03:08.716971000, delta=783000 ns, racy<=17500 ns
11:03:08.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.718087000, lastModified=2022-06-15 11:03:08.716971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.716971000 to 2022-06-15 11:03:08.717971000
11:03:08.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.718507000, lastModified=2022-06-15 11:03:08.717971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.718507000, lastModified=2022-06-15 11:03:08.717971000, delta=536000 ns, racy<=17500 ns
11:03:08.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.718916000, lastModified=2022-06-15 11:03:08.717971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.717971000 to 2022-06-15 11:03:08.718971000
11:03:08.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.719322000, lastModified=2022-06-15 11:03:08.718971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.719322000, lastModified=2022-06-15 11:03:08.718971000, delta=351000 ns, racy<=17500 ns
11:03:08.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.719704000, lastModified=2022-06-15 11:03:08.718971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.719704000, lastModified=2022-06-15 11:03:08.718971000, delta=733000 ns, racy<=17500 ns
11:03:08.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.723331000, lastModified=2022-06-15 11:03:08.718971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.718971000 to 2022-06-15 11:03:08.722971000
11:03:08.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.723810000, lastModified=2022-06-15 11:03:08.722971000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.723810000, lastModified=2022-06-15 11:03:08.722971000, delta=839000 ns, racy<=17500 ns
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.724274000, lastModified=2022-06-15 11:03:08.723972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.724274000, lastModified=2022-06-15 11:03:08.723972000, delta=302000 ns, racy<=17500 ns
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.724685000, lastModified=2022-06-15 11:03:08.723972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.724685000, lastModified=2022-06-15 11:03:08.723972000, delta=713000 ns, racy<=17500 ns
11:03:08.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.725073000, lastModified=2022-06-15 11:03:08.723972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.723972000 to 2022-06-15 11:03:08.724972000
11:03:08.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.725477000, lastModified=2022-06-15 11:03:08.724972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.725477000, lastModified=2022-06-15 11:03:08.724972000, delta=505000 ns, racy<=17500 ns
11:03:08.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.725937000, lastModified=2022-06-15 11:03:08.724972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.725937000, lastModified=2022-06-15 11:03:08.724972000, delta=965000 ns, racy<=17500 ns
11:03:08.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.726428000, lastModified=2022-06-15 11:03:08.725972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.726428000, lastModified=2022-06-15 11:03:08.725972000, delta=456000 ns, racy<=17500 ns
11:03:08.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.730579000, lastModified=2022-06-15 11:03:08.729972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.730579000, lastModified=2022-06-15 11:03:08.729972000, delta=607000 ns, racy<=17500 ns
11:03:08.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.730928000, lastModified=2022-06-15 11:03:08.729972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.729972000 to 2022-06-15 11:03:08.730972000
11:03:08.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.731378000, lastModified=2022-06-15 11:03:08.730972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.731378000, lastModified=2022-06-15 11:03:08.730972000, delta=406000 ns, racy<=17500 ns
11:03:08.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.731704000, lastModified=2022-06-15 11:03:08.730972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.731704000, lastModified=2022-06-15 11:03:08.730972000, delta=732000 ns, racy<=17500 ns
11:03:08.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.732016000, lastModified=2022-06-15 11:03:08.730972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.730972000 to 2022-06-15 11:03:08.731972000
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.732345000, lastModified=2022-06-15 11:03:08.731972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.732345000, lastModified=2022-06-15 11:03:08.731972000, delta=373000 ns, racy<=17500 ns
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.732612000, lastModified=2022-06-15 11:03:08.731972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.732612000, lastModified=2022-06-15 11:03:08.731972000, delta=640000 ns, racy<=17500 ns
11:03:08.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.736709000, lastModified=2022-06-15 11:03:08.731972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.731972000 to 2022-06-15 11:03:08.735972000
11:03:08.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.737162000, lastModified=2022-06-15 11:03:08.735972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.735972000 to 2022-06-15 11:03:08.736972000
11:03:08.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.737618000, lastModified=2022-06-15 11:03:08.736972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.737618000, lastModified=2022-06-15 11:03:08.736972000, delta=646000 ns, racy<=17500 ns
11:03:08.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.737999000, lastModified=2022-06-15 11:03:08.736972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.736972000 to 2022-06-15 11:03:08.737972000
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.738343000, lastModified=2022-06-15 11:03:08.737972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.738343000, lastModified=2022-06-15 11:03:08.737972000, delta=371000 ns, racy<=17500 ns
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.738656000, lastModified=2022-06-15 11:03:08.737972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.738656000, lastModified=2022-06-15 11:03:08.737972000, delta=684000 ns, racy<=17500 ns
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.738979000, lastModified=2022-06-15 11:03:08.737972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.738979000, lastModified=2022-06-15 11:03:08.737972000, delta=1007000 ns, racy<=17500 ns
11:03:08.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.739308000, lastModified=2022-06-15 11:03:08.738972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.739308000, lastModified=2022-06-15 11:03:08.738972000, delta=336000 ns, racy<=17500 ns
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.743257000, lastModified=2022-06-15 11:03:08.742972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.743257000, lastModified=2022-06-15 11:03:08.742972000, delta=285000 ns, racy<=17500 ns
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.743683000, lastModified=2022-06-15 11:03:08.742972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.743683000, lastModified=2022-06-15 11:03:08.742972000, delta=711000 ns, racy<=17500 ns
11:03:08.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.744098000, lastModified=2022-06-15 11:03:08.742972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.742972000 to 2022-06-15 11:03:08.743972000
11:03:08.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.744559000, lastModified=2022-06-15 11:03:08.743972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.744559000, lastModified=2022-06-15 11:03:08.743972000, delta=587000 ns, racy<=17500 ns
11:03:08.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.744939000, lastModified=2022-06-15 11:03:08.743972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.744939000, lastModified=2022-06-15 11:03:08.743972000, delta=967000 ns, racy<=17500 ns
11:03:08.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.745224000, lastModified=2022-06-15 11:03:08.744972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.745224000, lastModified=2022-06-15 11:03:08.744972000, delta=252000 ns, racy<=17500 ns
11:03:08.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.745486000, lastModified=2022-06-15 11:03:08.744972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.744972000 to 2022-06-15 11:03:08.745972000
11:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.750363000, lastModified=2022-06-15 11:03:08.745972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.745972000 to 2022-06-15 11:03:08.749972000
11:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.750734000, lastModified=2022-06-15 11:03:08.749972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.750734000, lastModified=2022-06-15 11:03:08.749972000, delta=762000 ns, racy<=17500 ns
11:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.751186000, lastModified=2022-06-15 11:03:08.750972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.751186000, lastModified=2022-06-15 11:03:08.750972000, delta=214000 ns, racy<=17500 ns
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.751449000, lastModified=2022-06-15 11:03:08.750972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.751449000, lastModified=2022-06-15 11:03:08.750972000, delta=477000 ns, racy<=17500 ns
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.751840000, lastModified=2022-06-15 11:03:08.750972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.751840000, lastModified=2022-06-15 11:03:08.750972000, delta=868000 ns, racy<=17500 ns
11:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.752175000, lastModified=2022-06-15 11:03:08.751972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.752175000, lastModified=2022-06-15 11:03:08.751972000, delta=203000 ns, racy<=17500 ns
11:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.752554000, lastModified=2022-06-15 11:03:08.751972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.752554000, lastModified=2022-06-15 11:03:08.751972000, delta=582000 ns, racy<=17500 ns
11:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.752988000, lastModified=2022-06-15 11:03:08.751972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.751972000 to 2022-06-15 11:03:08.752972000
11:03:08.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.756805000, lastModified=2022-06-15 11:03:08.755972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.756805000, lastModified=2022-06-15 11:03:08.755972000, delta=833000 ns, racy<=17500 ns
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.757196000, lastModified=2022-06-15 11:03:08.756972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.757196000, lastModified=2022-06-15 11:03:08.756972000, delta=224000 ns, racy<=17500 ns
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.757573000, lastModified=2022-06-15 11:03:08.756972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.757573000, lastModified=2022-06-15 11:03:08.756972000, delta=601000 ns, racy<=17500 ns
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.757853000, lastModified=2022-06-15 11:03:08.756972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.757853000, lastModified=2022-06-15 11:03:08.756972000, delta=881000 ns, racy<=17500 ns
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.758172000, lastModified=2022-06-15 11:03:08.757972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.758172000, lastModified=2022-06-15 11:03:08.757972000, delta=200000 ns, racy<=17500 ns
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.758445000, lastModified=2022-06-15 11:03:08.757972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.758445000, lastModified=2022-06-15 11:03:08.757972000, delta=473000 ns, racy<=17500 ns
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.758772000, lastModified=2022-06-15 11:03:08.757972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.758772000, lastModified=2022-06-15 11:03:08.757972000, delta=800000 ns, racy<=17500 ns
11:03:08.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.764914000, lastModified=2022-06-15 11:03:08.757972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.757972000 to 2022-06-15 11:03:08.764972000
11:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.765351000, lastModified=2022-06-15 11:03:08.764972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.765351000, lastModified=2022-06-15 11:03:08.764972000, delta=379000 ns, racy<=17500 ns
11:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.765763000, lastModified=2022-06-15 11:03:08.764972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.765763000, lastModified=2022-06-15 11:03:08.764972000, delta=791000 ns, racy<=17500 ns
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.766238000, lastModified=2022-06-15 11:03:08.765972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.766238000, lastModified=2022-06-15 11:03:08.765972000, delta=266000 ns, racy<=17500 ns
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.766630000, lastModified=2022-06-15 11:03:08.765972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.766630000, lastModified=2022-06-15 11:03:08.765972000, delta=658000 ns, racy<=17500 ns
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.766979000, lastModified=2022-06-15 11:03:08.765972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.765972000 to 2022-06-15 11:03:08.766972000
11:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.767377000, lastModified=2022-06-15 11:03:08.766972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.767377000, lastModified=2022-06-15 11:03:08.766972000, delta=405000 ns, racy<=17500 ns
11:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.767728000, lastModified=2022-06-15 11:03:08.766972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.767728000, lastModified=2022-06-15 11:03:08.766972000, delta=756000 ns, racy<=17500 ns
11:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.773079000, lastModified=2022-06-15 11:03:08.771972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.771972000 to 2022-06-15 11:03:08.772972000
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.773420000, lastModified=2022-06-15 11:03:08.772972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.773420000, lastModified=2022-06-15 11:03:08.772972000, delta=448000 ns, racy<=17500 ns
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.773788000, lastModified=2022-06-15 11:03:08.772972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.773788000, lastModified=2022-06-15 11:03:08.772972000, delta=816000 ns, racy<=17500 ns
11:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.774098000, lastModified=2022-06-15 11:03:08.772972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.772972000 to 2022-06-15 11:03:08.773972000
11:03:08.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.774492000, lastModified=2022-06-15 11:03:08.773972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.774492000, lastModified=2022-06-15 11:03:08.773972000, delta=520000 ns, racy<=17500 ns
11:03:08.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.774870000, lastModified=2022-06-15 11:03:08.773972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.774870000, lastModified=2022-06-15 11:03:08.773972000, delta=898000 ns, racy<=17500 ns
11:03:08.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.775223000, lastModified=2022-06-15 11:03:08.774972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.775223000, lastModified=2022-06-15 11:03:08.774972000, delta=251000 ns, racy<=17500 ns
11:03:08.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.780193000, lastModified=2022-06-15 11:03:08.774972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.774972000 to 2022-06-15 11:03:08.779972000
11:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.780551000, lastModified=2022-06-15 11:03:08.779972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.780551000, lastModified=2022-06-15 11:03:08.779972000, delta=579000 ns, racy<=17500 ns
11:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.780888000, lastModified=2022-06-15 11:03:08.779972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.780888000, lastModified=2022-06-15 11:03:08.779972000, delta=916000 ns, racy<=17500 ns
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.781240000, lastModified=2022-06-15 11:03:08.780972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.781240000, lastModified=2022-06-15 11:03:08.780972000, delta=268000 ns, racy<=17500 ns
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.781539000, lastModified=2022-06-15 11:03:08.780972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.781539000, lastModified=2022-06-15 11:03:08.780972000, delta=567000 ns, racy<=17500 ns
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.781821000, lastModified=2022-06-15 11:03:08.780972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.781821000, lastModified=2022-06-15 11:03:08.780972000, delta=849000 ns, racy<=17500 ns
11:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.782194000, lastModified=2022-06-15 11:03:08.781972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.782194000, lastModified=2022-06-15 11:03:08.781972000, delta=222000 ns, racy<=17500 ns
11:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.782495000, lastModified=2022-06-15 11:03:08.781972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.782495000, lastModified=2022-06-15 11:03:08.781972000, delta=523000 ns, racy<=17500 ns
11:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.787556000, lastModified=2022-06-15 11:03:08.786972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.787556000, lastModified=2022-06-15 11:03:08.786972000, delta=584000 ns, racy<=17500 ns
11:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.787896000, lastModified=2022-06-15 11:03:08.786972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.787896000, lastModified=2022-06-15 11:03:08.786972000, delta=924000 ns, racy<=17500 ns
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.788286000, lastModified=2022-06-15 11:03:08.787972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.788286000, lastModified=2022-06-15 11:03:08.787972000, delta=314000 ns, racy<=17500 ns
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.788601000, lastModified=2022-06-15 11:03:08.787972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.788601000, lastModified=2022-06-15 11:03:08.787972000, delta=629000 ns, racy<=17500 ns
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.788897000, lastModified=2022-06-15 11:03:08.787972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.788897000, lastModified=2022-06-15 11:03:08.787972000, delta=925000 ns, racy<=17500 ns
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.789262000, lastModified=2022-06-15 11:03:08.788972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.789262000, lastModified=2022-06-15 11:03:08.788972000, delta=290000 ns, racy<=17500 ns
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.789567000, lastModified=2022-06-15 11:03:08.788972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.789567000, lastModified=2022-06-15 11:03:08.788972000, delta=595000 ns, racy<=17500 ns
11:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.794630000, lastModified=2022-06-15 11:03:08.788972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.788972000 to 2022-06-15 11:03:08.793972000
11:03:08.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.794978000, lastModified=2022-06-15 11:03:08.793972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.793972000 to 2022-06-15 11:03:08.794972000
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.795366000, lastModified=2022-06-15 11:03:08.794972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.795366000, lastModified=2022-06-15 11:03:08.794972000, delta=394000 ns, racy<=17500 ns
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.795654000, lastModified=2022-06-15 11:03:08.794972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.795654000, lastModified=2022-06-15 11:03:08.794972000, delta=682000 ns, racy<=17500 ns
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.795 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.795967000, lastModified=2022-06-15 11:03:08.794972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.794972000 to 2022-06-15 11:03:08.795972000
11:03:08.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.796490000, lastModified=2022-06-15 11:03:08.795972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.796490000, lastModified=2022-06-15 11:03:08.795972000, delta=518000 ns, racy<=17500 ns
11:03:08.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.796794000, lastModified=2022-06-15 11:03:08.795972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.796794000, lastModified=2022-06-15 11:03:08.795972000, delta=822000 ns, racy<=17500 ns
11:03:08.796 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.797132000, lastModified=2022-06-15 11:03:08.795972000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.795972000 to 2022-06-15 11:03:08.796972000
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.802000000, lastModified=2022-06-15 11:03:08.800973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.800973000 to 2022-06-15 11:03:08.801973000
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.802426000, lastModified=2022-06-15 11:03:08.801973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.802426000, lastModified=2022-06-15 11:03:08.801973000, delta=453000 ns, racy<=17500 ns
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.802719000, lastModified=2022-06-15 11:03:08.801973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.802719000, lastModified=2022-06-15 11:03:08.801973000, delta=746000 ns, racy<=17500 ns
11:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.803023000, lastModified=2022-06-15 11:03:08.801973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.801973000 to 2022-06-15 11:03:08.802973000
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.803402000, lastModified=2022-06-15 11:03:08.802973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.803402000, lastModified=2022-06-15 11:03:08.802973000, delta=429000 ns, racy<=17500 ns
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.803702000, lastModified=2022-06-15 11:03:08.802973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.803702000, lastModified=2022-06-15 11:03:08.802973000, delta=729000 ns, racy<=17500 ns
11:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.804023000, lastModified=2022-06-15 11:03:08.802973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.802973000 to 2022-06-15 11:03:08.803973000
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.808981000, lastModified=2022-06-15 11:03:08.803973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.803973000 to 2022-06-15 11:03:08.808973000
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.809401000, lastModified=2022-06-15 11:03:08.808973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.809401000, lastModified=2022-06-15 11:03:08.808973000, delta=428000 ns, racy<=17500 ns
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.809706000, lastModified=2022-06-15 11:03:08.808973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.809706000, lastModified=2022-06-15 11:03:08.808973000, delta=733000 ns, racy<=17500 ns
11:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.810011000, lastModified=2022-06-15 11:03:08.808973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.808973000 to 2022-06-15 11:03:08.809973000
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.810378000, lastModified=2022-06-15 11:03:08.809973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.810378000, lastModified=2022-06-15 11:03:08.809973000, delta=405000 ns, racy<=17500 ns
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.810718000, lastModified=2022-06-15 11:03:08.809973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.810718000, lastModified=2022-06-15 11:03:08.809973000, delta=745000 ns, racy<=17500 ns
11:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.811025000, lastModified=2022-06-15 11:03:08.809973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.809973000 to 2022-06-15 11:03:08.810973000
11:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.811382000, lastModified=2022-06-15 11:03:08.810973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.811382000, lastModified=2022-06-15 11:03:08.810973000, delta=409000 ns, racy<=17500 ns
11:03:08.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.819512000, lastModified=2022-06-15 11:03:08.818973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.819512000, lastModified=2022-06-15 11:03:08.818973000, delta=539000 ns, racy<=17500 ns
11:03:08.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.819827000, lastModified=2022-06-15 11:03:08.818973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.819827000, lastModified=2022-06-15 11:03:08.818973000, delta=854000 ns, racy<=17500 ns
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.820161000, lastModified=2022-06-15 11:03:08.819973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.820161000, lastModified=2022-06-15 11:03:08.819973000, delta=188000 ns, racy<=17500 ns
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.820504000, lastModified=2022-06-15 11:03:08.819973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.820504000, lastModified=2022-06-15 11:03:08.819973000, delta=531000 ns, racy<=17500 ns
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.820808000, lastModified=2022-06-15 11:03:08.819973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.820808000, lastModified=2022-06-15 11:03:08.819973000, delta=835000 ns, racy<=17500 ns
11:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.821148000, lastModified=2022-06-15 11:03:08.820973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.821148000, lastModified=2022-06-15 11:03:08.820973000, delta=175000 ns, racy<=17500 ns
11:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.821485000, lastModified=2022-06-15 11:03:08.820973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.821485000, lastModified=2022-06-15 11:03:08.820973000, delta=512000 ns, racy<=17500 ns
11:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.825075000, lastModified=2022-06-15 11:03:08.820973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.820973000 to 2022-06-15 11:03:08.824973000
11:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.825471000, lastModified=2022-06-15 11:03:08.824973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.825471000, lastModified=2022-06-15 11:03:08.824973000, delta=498000 ns, racy<=17500 ns
11:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.825810000, lastModified=2022-06-15 11:03:08.824973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.825810000, lastModified=2022-06-15 11:03:08.824973000, delta=837000 ns, racy<=17500 ns
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.826219000, lastModified=2022-06-15 11:03:08.825973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.826219000, lastModified=2022-06-15 11:03:08.825973000, delta=246000 ns, racy<=17500 ns
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.826559000, lastModified=2022-06-15 11:03:08.825973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.826559000, lastModified=2022-06-15 11:03:08.825973000, delta=586000 ns, racy<=17500 ns
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.826860000, lastModified=2022-06-15 11:03:08.825973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.826860000, lastModified=2022-06-15 11:03:08.825973000, delta=887000 ns, racy<=17500 ns
11:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.827203000, lastModified=2022-06-15 11:03:08.826973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.827203000, lastModified=2022-06-15 11:03:08.826973000, delta=230000 ns, racy<=17500 ns
11:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.827531000, lastModified=2022-06-15 11:03:08.826973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.827531000, lastModified=2022-06-15 11:03:08.826973000, delta=558000 ns, racy<=17500 ns
11:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.830465000, lastModified=2022-06-15 11:03:08.829973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.830465000, lastModified=2022-06-15 11:03:08.829973000, delta=492000 ns, racy<=17500 ns
11:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.830804000, lastModified=2022-06-15 11:03:08.829973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.830804000, lastModified=2022-06-15 11:03:08.829973000, delta=831000 ns, racy<=17500 ns
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.831151000, lastModified=2022-06-15 11:03:08.830973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.831151000, lastModified=2022-06-15 11:03:08.830973000, delta=178000 ns, racy<=17500 ns
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.831494000, lastModified=2022-06-15 11:03:08.830973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.831494000, lastModified=2022-06-15 11:03:08.830973000, delta=521000 ns, racy<=17500 ns
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.831791000, lastModified=2022-06-15 11:03:08.830973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.831791000, lastModified=2022-06-15 11:03:08.830973000, delta=818000 ns, racy<=17500 ns
11:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.832176000, lastModified=2022-06-15 11:03:08.830973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.830973000 to 2022-06-15 11:03:08.831973000
11:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.832556000, lastModified=2022-06-15 11:03:08.831973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.832556000, lastModified=2022-06-15 11:03:08.831973000, delta=583000 ns, racy<=17500 ns
11:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.835457000, lastModified=2022-06-15 11:03:08.831973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.831973000 to 2022-06-15 11:03:08.834973000
11:03:08.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.835862000, lastModified=2022-06-15 11:03:08.834973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.835862000, lastModified=2022-06-15 11:03:08.834973000, delta=889000 ns, racy<=17500 ns
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.836227000, lastModified=2022-06-15 11:03:08.835973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.836227000, lastModified=2022-06-15 11:03:08.835973000, delta=254000 ns, racy<=17500 ns
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.836522000, lastModified=2022-06-15 11:03:08.835973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.836522000, lastModified=2022-06-15 11:03:08.835973000, delta=549000 ns, racy<=17500 ns
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.836812000, lastModified=2022-06-15 11:03:08.835973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.836812000, lastModified=2022-06-15 11:03:08.835973000, delta=839000 ns, racy<=17500 ns
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.837143000, lastModified=2022-06-15 11:03:08.836973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.837143000, lastModified=2022-06-15 11:03:08.836973000, delta=170000 ns, racy<=17500 ns
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.837455000, lastModified=2022-06-15 11:03:08.836973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.837455000, lastModified=2022-06-15 11:03:08.836973000, delta=482000 ns, racy<=17500 ns
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.837796000, lastModified=2022-06-15 11:03:08.836973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.837796000, lastModified=2022-06-15 11:03:08.836973000, delta=823000 ns, racy<=17500 ns
11:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.841076000, lastModified=2022-06-15 11:03:08.839973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.839973000 to 2022-06-15 11:03:08.840973000
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.841432000, lastModified=2022-06-15 11:03:08.840973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.841432000, lastModified=2022-06-15 11:03:08.840973000, delta=459000 ns, racy<=17500 ns
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.841806000, lastModified=2022-06-15 11:03:08.840973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.841806000, lastModified=2022-06-15 11:03:08.840973000, delta=833000 ns, racy<=17500 ns
11:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.842115000, lastModified=2022-06-15 11:03:08.840973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.840973000 to 2022-06-15 11:03:08.841973000
11:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.842507000, lastModified=2022-06-15 11:03:08.841973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.842507000, lastModified=2022-06-15 11:03:08.841973000, delta=534000 ns, racy<=17500 ns
11:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.842820000, lastModified=2022-06-15 11:03:08.841973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.842820000, lastModified=2022-06-15 11:03:08.841973000, delta=847000 ns, racy<=17500 ns
11:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.843213000, lastModified=2022-06-15 11:03:08.842973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.843213000, lastModified=2022-06-15 11:03:08.842973000, delta=240000 ns, racy<=17500 ns
11:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.846074000, lastModified=2022-06-15 11:03:08.842973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.842973000 to 2022-06-15 11:03:08.845973000
11:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.846479000, lastModified=2022-06-15 11:03:08.845973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.846479000, lastModified=2022-06-15 11:03:08.845973000, delta=506000 ns, racy<=17500 ns
11:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.846872000, lastModified=2022-06-15 11:03:08.845973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.846872000, lastModified=2022-06-15 11:03:08.845973000, delta=899000 ns, racy<=17500 ns
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.847325000, lastModified=2022-06-15 11:03:08.846973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.847325000, lastModified=2022-06-15 11:03:08.846973000, delta=352000 ns, racy<=17500 ns
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.847675000, lastModified=2022-06-15 11:03:08.846973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.847675000, lastModified=2022-06-15 11:03:08.846973000, delta=702000 ns, racy<=17500 ns
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.847975000, lastModified=2022-06-15 11:03:08.846973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.846973000 to 2022-06-15 11:03:08.847973000
11:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.848329000, lastModified=2022-06-15 11:03:08.847973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.848329000, lastModified=2022-06-15 11:03:08.847973000, delta=356000 ns, racy<=17500 ns
11:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.848644000, lastModified=2022-06-15 11:03:08.847973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.848644000, lastModified=2022-06-15 11:03:08.847973000, delta=671000 ns, racy<=17500 ns
11:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.851652000, lastModified=2022-06-15 11:03:08.850973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.851652000, lastModified=2022-06-15 11:03:08.850973000, delta=679000 ns, racy<=17500 ns
11:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.852186000, lastModified=2022-06-15 11:03:08.851973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.852186000, lastModified=2022-06-15 11:03:08.851973000, delta=213000 ns, racy<=17500 ns
11:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.852584000, lastModified=2022-06-15 11:03:08.851973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.852584000, lastModified=2022-06-15 11:03:08.851973000, delta=611000 ns, racy<=17500 ns
11:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.852914000, lastModified=2022-06-15 11:03:08.851973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.852914000, lastModified=2022-06-15 11:03:08.851973000, delta=941000 ns, racy<=17500 ns
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.853281000, lastModified=2022-06-15 11:03:08.852973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.853281000, lastModified=2022-06-15 11:03:08.852973000, delta=308000 ns, racy<=17500 ns
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.853689000, lastModified=2022-06-15 11:03:08.852973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.853689000, lastModified=2022-06-15 11:03:08.852973000, delta=716000 ns, racy<=17500 ns
11:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.854106000, lastModified=2022-06-15 11:03:08.852973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.852973000 to 2022-06-15 11:03:08.853973000
11:03:08.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.857825000, lastModified=2022-06-15 11:03:08.853973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.853973000 to 2022-06-15 11:03:08.856973000
11:03:08.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.858341000, lastModified=2022-06-15 11:03:08.857973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.858341000, lastModified=2022-06-15 11:03:08.857973000, delta=368000 ns, racy<=17500 ns
11:03:08.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.858784000, lastModified=2022-06-15 11:03:08.857973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.858784000, lastModified=2022-06-15 11:03:08.857973000, delta=811000 ns, racy<=17500 ns
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.859145000, lastModified=2022-06-15 11:03:08.858973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.859145000, lastModified=2022-06-15 11:03:08.858973000, delta=172000 ns, racy<=17500 ns
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.859461000, lastModified=2022-06-15 11:03:08.858973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.859461000, lastModified=2022-06-15 11:03:08.858973000, delta=488000 ns, racy<=17500 ns
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.859768000, lastModified=2022-06-15 11:03:08.858973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.859768000, lastModified=2022-06-15 11:03:08.858973000, delta=795000 ns, racy<=17500 ns
11:03:08.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.860088000, lastModified=2022-06-15 11:03:08.858973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.858973000 to 2022-06-15 11:03:08.859973000
11:03:08.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.860472000, lastModified=2022-06-15 11:03:08.859973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.860472000, lastModified=2022-06-15 11:03:08.859973000, delta=499000 ns, racy<=17500 ns
11:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.863815000, lastModified=2022-06-15 11:03:08.862973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.863815000, lastModified=2022-06-15 11:03:08.862973000, delta=842000 ns, racy<=17500 ns
11:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.864155000, lastModified=2022-06-15 11:03:08.863973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.864155000, lastModified=2022-06-15 11:03:08.863973000, delta=182000 ns, racy<=17500 ns
11:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.864529000, lastModified=2022-06-15 11:03:08.863973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.864529000, lastModified=2022-06-15 11:03:08.863973000, delta=556000 ns, racy<=17500 ns
11:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.865002000, lastModified=2022-06-15 11:03:08.863973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.863973000 to 2022-06-15 11:03:08.864973000
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.865370000, lastModified=2022-06-15 11:03:08.864973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.865370000, lastModified=2022-06-15 11:03:08.864973000, delta=397000 ns, racy<=17500 ns
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.865658000, lastModified=2022-06-15 11:03:08.864973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.865658000, lastModified=2022-06-15 11:03:08.864973000, delta=685000 ns, racy<=17500 ns
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.865931000, lastModified=2022-06-15 11:03:08.864973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.865931000, lastModified=2022-06-15 11:03:08.864973000, delta=958000 ns, racy<=17500 ns
11:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.869390000, lastModified=2022-06-15 11:03:08.865973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.865973000 to 2022-06-15 11:03:08.868973000
11:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.869813000, lastModified=2022-06-15 11:03:08.868973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.869813000, lastModified=2022-06-15 11:03:08.868973000, delta=840000 ns, racy<=17500 ns
11:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.870204000, lastModified=2022-06-15 11:03:08.869973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.870204000, lastModified=2022-06-15 11:03:08.869973000, delta=231000 ns, racy<=17500 ns
11:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.870574000, lastModified=2022-06-15 11:03:08.869973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.870574000, lastModified=2022-06-15 11:03:08.869973000, delta=601000 ns, racy<=17500 ns
11:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.871011000, lastModified=2022-06-15 11:03:08.869973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.869973000 to 2022-06-15 11:03:08.870973000
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.871417000, lastModified=2022-06-15 11:03:08.870973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.871417000, lastModified=2022-06-15 11:03:08.870973000, delta=444000 ns, racy<=17500 ns
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.871762000, lastModified=2022-06-15 11:03:08.870973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.871762000, lastModified=2022-06-15 11:03:08.870973000, delta=789000 ns, racy<=17500 ns
11:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.872163000, lastModified=2022-06-15 11:03:08.871973000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.872163000, lastModified=2022-06-15 11:03:08.871973000, delta=190000 ns, racy<=17500 ns
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.876251000, lastModified=2022-06-15 11:03:08.875974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.876251000, lastModified=2022-06-15 11:03:08.875974000, delta=277000 ns, racy<=17500 ns
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.876644000, lastModified=2022-06-15 11:03:08.875974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.876644000, lastModified=2022-06-15 11:03:08.875974000, delta=670000 ns, racy<=17500 ns
11:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.876994000, lastModified=2022-06-15 11:03:08.875974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.875974000 to 2022-06-15 11:03:08.876974000
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.877350000, lastModified=2022-06-15 11:03:08.876974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.877350000, lastModified=2022-06-15 11:03:08.876974000, delta=376000 ns, racy<=17500 ns
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.877665000, lastModified=2022-06-15 11:03:08.876974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.877665000, lastModified=2022-06-15 11:03:08.876974000, delta=691000 ns, racy<=17500 ns
11:03:08.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.878092000, lastModified=2022-06-15 11:03:08.876974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.876974000 to 2022-06-15 11:03:08.877974000
11:03:08.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.878439000, lastModified=2022-06-15 11:03:08.877974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.878439000, lastModified=2022-06-15 11:03:08.877974000, delta=465000 ns, racy<=17500 ns
11:03:08.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.882382000, lastModified=2022-06-15 11:03:08.877974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.877974000 to 2022-06-15 11:03:08.881974000
11:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.882716000, lastModified=2022-06-15 11:03:08.881974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.882716000, lastModified=2022-06-15 11:03:08.881974000, delta=742000 ns, racy<=17500 ns
11:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.882988000, lastModified=2022-06-15 11:03:08.881974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.881974000 to 2022-06-15 11:03:08.882974000
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.883372000, lastModified=2022-06-15 11:03:08.882974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.883372000, lastModified=2022-06-15 11:03:08.882974000, delta=398000 ns, racy<=17500 ns
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.883660000, lastModified=2022-06-15 11:03:08.882974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.883660000, lastModified=2022-06-15 11:03:08.882974000, delta=686000 ns, racy<=17500 ns
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.883909000, lastModified=2022-06-15 11:03:08.882974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.883909000, lastModified=2022-06-15 11:03:08.882974000, delta=935000 ns, racy<=17500 ns
11:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.884260000, lastModified=2022-06-15 11:03:08.883974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.884260000, lastModified=2022-06-15 11:03:08.883974000, delta=286000 ns, racy<=17500 ns
11:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.884619000, lastModified=2022-06-15 11:03:08.883974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.884619000, lastModified=2022-06-15 11:03:08.883974000, delta=645000 ns, racy<=17500 ns
11:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.888647000, lastModified=2022-06-15 11:03:08.887974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.888647000, lastModified=2022-06-15 11:03:08.887974000, delta=673000 ns, racy<=17500 ns
11:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.889026000, lastModified=2022-06-15 11:03:08.887974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.887974000 to 2022-06-15 11:03:08.888974000
11:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.889443000, lastModified=2022-06-15 11:03:08.888974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.889443000, lastModified=2022-06-15 11:03:08.888974000, delta=469000 ns, racy<=17500 ns
11:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.889826000, lastModified=2022-06-15 11:03:08.888974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.889826000, lastModified=2022-06-15 11:03:08.888974000, delta=852000 ns, racy<=17500 ns
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.890207000, lastModified=2022-06-15 11:03:08.889974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.890207000, lastModified=2022-06-15 11:03:08.889974000, delta=233000 ns, racy<=17500 ns
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.890610000, lastModified=2022-06-15 11:03:08.889974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.890610000, lastModified=2022-06-15 11:03:08.889974000, delta=636000 ns, racy<=17500 ns
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.890980000, lastModified=2022-06-15 11:03:08.889974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.889974000 to 2022-06-15 11:03:08.890974000
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.895008000, lastModified=2022-06-15 11:03:08.890974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.890974000 to 2022-06-15 11:03:08.894974000
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.895409000, lastModified=2022-06-15 11:03:08.894974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.895409000, lastModified=2022-06-15 11:03:08.894974000, delta=435000 ns, racy<=17500 ns
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.895806000, lastModified=2022-06-15 11:03:08.894974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.895806000, lastModified=2022-06-15 11:03:08.894974000, delta=832000 ns, racy<=17500 ns
11:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.896195000, lastModified=2022-06-15 11:03:08.895974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.896195000, lastModified=2022-06-15 11:03:08.895974000, delta=221000 ns, racy<=17500 ns
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.896485000, lastModified=2022-06-15 11:03:08.895974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.896485000, lastModified=2022-06-15 11:03:08.895974000, delta=511000 ns, racy<=17500 ns
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.896816000, lastModified=2022-06-15 11:03:08.895974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.896816000, lastModified=2022-06-15 11:03:08.895974000, delta=842000 ns, racy<=17500 ns
11:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.897132000, lastModified=2022-06-15 11:03:08.895974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.895974000 to 2022-06-15 11:03:08.896974000
11:03:08.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.897439000, lastModified=2022-06-15 11:03:08.896974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.897439000, lastModified=2022-06-15 11:03:08.896974000, delta=465000 ns, racy<=17500 ns
11:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.903942000, lastModified=2022-06-15 11:03:08.902974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.902974000 to 2022-06-15 11:03:08.903974000
11:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.904419000, lastModified=2022-06-15 11:03:08.903974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.904419000, lastModified=2022-06-15 11:03:08.903974000, delta=445000 ns, racy<=17500 ns
11:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.904731000, lastModified=2022-06-15 11:03:08.903974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.904731000, lastModified=2022-06-15 11:03:08.903974000, delta=757000 ns, racy<=17500 ns
11:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.905118000, lastModified=2022-06-15 11:03:08.903974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.903974000 to 2022-06-15 11:03:08.904974000
11:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.905508000, lastModified=2022-06-15 11:03:08.904974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.905508000, lastModified=2022-06-15 11:03:08.904974000, delta=534000 ns, racy<=17500 ns
11:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.905913000, lastModified=2022-06-15 11:03:08.904974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.905913000, lastModified=2022-06-15 11:03:08.904974000, delta=939000 ns, racy<=17500 ns
11:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.906235000, lastModified=2022-06-15 11:03:08.905974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.906235000, lastModified=2022-06-15 11:03:08.905974000, delta=261000 ns, racy<=17500 ns
11:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.910204000, lastModified=2022-06-15 11:03:08.905974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.905974000 to 2022-06-15 11:03:08.909974000
11:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.910641000, lastModified=2022-06-15 11:03:08.909974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.910641000, lastModified=2022-06-15 11:03:08.909974000, delta=667000 ns, racy<=17500 ns
11:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.910978000, lastModified=2022-06-15 11:03:08.909974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.909974000 to 2022-06-15 11:03:08.910974000
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.911343000, lastModified=2022-06-15 11:03:08.910974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.911343000, lastModified=2022-06-15 11:03:08.910974000, delta=369000 ns, racy<=17500 ns
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.911677000, lastModified=2022-06-15 11:03:08.910974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.911677000, lastModified=2022-06-15 11:03:08.910974000, delta=703000 ns, racy<=17500 ns
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.911958000, lastModified=2022-06-15 11:03:08.910974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.911958000, lastModified=2022-06-15 11:03:08.910974000, delta=984000 ns, racy<=17500 ns
11:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.912370000, lastModified=2022-06-15 11:03:08.911974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.912370000, lastModified=2022-06-15 11:03:08.911974000, delta=396000 ns, racy<=17500 ns
11:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.912642000, lastModified=2022-06-15 11:03:08.911974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.912642000, lastModified=2022-06-15 11:03:08.911974000, delta=668000 ns, racy<=17500 ns
11:03:08.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.916597000, lastModified=2022-06-15 11:03:08.915974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.916597000, lastModified=2022-06-15 11:03:08.915974000, delta=623000 ns, racy<=17500 ns
11:03:08.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.917002000, lastModified=2022-06-15 11:03:08.915974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.915974000 to 2022-06-15 11:03:08.916974000
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.917347000, lastModified=2022-06-15 11:03:08.916974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.917347000, lastModified=2022-06-15 11:03:08.916974000, delta=373000 ns, racy<=17500 ns
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.917670000, lastModified=2022-06-15 11:03:08.916974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.917670000, lastModified=2022-06-15 11:03:08.916974000, delta=696000 ns, racy<=17500 ns
11:03:08.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.918093000, lastModified=2022-06-15 11:03:08.916974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.916974000 to 2022-06-15 11:03:08.917974000
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.918461000, lastModified=2022-06-15 11:03:08.917974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.918461000, lastModified=2022-06-15 11:03:08.917974000, delta=487000 ns, racy<=17500 ns
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.918729000, lastModified=2022-06-15 11:03:08.917974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.918729000, lastModified=2022-06-15 11:03:08.917974000, delta=755000 ns, racy<=17500 ns
11:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.923359000, lastModified=2022-06-15 11:03:08.917974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.917974000 to 2022-06-15 11:03:08.922974000
11:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.923752000, lastModified=2022-06-15 11:03:08.922974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.923752000, lastModified=2022-06-15 11:03:08.922974000, delta=778000 ns, racy<=17500 ns
11:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.924103000, lastModified=2022-06-15 11:03:08.922974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.922974000 to 2022-06-15 11:03:08.923974000
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.924483000, lastModified=2022-06-15 11:03:08.923974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.924483000, lastModified=2022-06-15 11:03:08.923974000, delta=509000 ns, racy<=17500 ns
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.924771000, lastModified=2022-06-15 11:03:08.923974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.924771000, lastModified=2022-06-15 11:03:08.923974000, delta=797000 ns, racy<=17500 ns
11:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.925033000, lastModified=2022-06-15 11:03:08.923974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.923974000 to 2022-06-15 11:03:08.924974000
11:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.925369000, lastModified=2022-06-15 11:03:08.924974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.925369000, lastModified=2022-06-15 11:03:08.924974000, delta=395000 ns, racy<=17500 ns
11:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.925631000, lastModified=2022-06-15 11:03:08.924974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.925631000, lastModified=2022-06-15 11:03:08.924974000, delta=657000 ns, racy<=17500 ns
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.930372000, lastModified=2022-06-15 11:03:08.929974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.930372000, lastModified=2022-06-15 11:03:08.929974000, delta=398000 ns, racy<=17500 ns
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.930750000, lastModified=2022-06-15 11:03:08.929974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.930750000, lastModified=2022-06-15 11:03:08.929974000, delta=776000 ns, racy<=17500 ns
11:03:08.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.931081000, lastModified=2022-06-15 11:03:08.929974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.929974000 to 2022-06-15 11:03:08.930974000
11:03:08.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.931552000, lastModified=2022-06-15 11:03:08.930974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.931552000, lastModified=2022-06-15 11:03:08.930974000, delta=578000 ns, racy<=17500 ns
11:03:08.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.931974000, lastModified=2022-06-15 11:03:08.930974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.930974000 to 2022-06-15 11:03:08.931974000
11:03:08.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.932314000, lastModified=2022-06-15 11:03:08.931974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.932314000, lastModified=2022-06-15 11:03:08.931974000, delta=340000 ns, racy<=17500 ns
11:03:08.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.932663000, lastModified=2022-06-15 11:03:08.931974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.932663000, lastModified=2022-06-15 11:03:08.931974000, delta=689000 ns, racy<=17500 ns
11:03:08.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.937454000, lastModified=2022-06-15 11:03:08.931974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.931974000 to 2022-06-15 11:03:08.936974000
11:03:08.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.937867000, lastModified=2022-06-15 11:03:08.936974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.937867000, lastModified=2022-06-15 11:03:08.936974000, delta=893000 ns, racy<=17500 ns
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.938236000, lastModified=2022-06-15 11:03:08.937974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.938236000, lastModified=2022-06-15 11:03:08.937974000, delta=262000 ns, racy<=17500 ns
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.938536000, lastModified=2022-06-15 11:03:08.937974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.938536000, lastModified=2022-06-15 11:03:08.937974000, delta=562000 ns, racy<=17500 ns
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.938829000, lastModified=2022-06-15 11:03:08.937974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.938829000, lastModified=2022-06-15 11:03:08.937974000, delta=855000 ns, racy<=17500 ns
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.939237000, lastModified=2022-06-15 11:03:08.938974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.939237000, lastModified=2022-06-15 11:03:08.938974000, delta=263000 ns, racy<=17500 ns
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.939594000, lastModified=2022-06-15 11:03:08.938974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.939594000, lastModified=2022-06-15 11:03:08.938974000, delta=620000 ns, racy<=17500 ns
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.939901000, lastModified=2022-06-15 11:03:08.938974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.939901000, lastModified=2022-06-15 11:03:08.938974000, delta=927000 ns, racy<=17500 ns
11:03:08.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.944722000, lastModified=2022-06-15 11:03:08.943974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.944722000, lastModified=2022-06-15 11:03:08.943974000, delta=748000 ns, racy<=17500 ns
11:03:08.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.945128000, lastModified=2022-06-15 11:03:08.943974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.943974000 to 2022-06-15 11:03:08.944974000
11:03:08.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.945424000, lastModified=2022-06-15 11:03:08.944974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.944974000 to 2022-06-15 11:03:08.945974000
11:03:08.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.946670000, lastModified=2022-06-15 11:03:08.945974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.946670000, lastModified=2022-06-15 11:03:08.945974000, delta=696000 ns, racy<=17500 ns
11:03:08.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.947096000, lastModified=2022-06-15 11:03:08.945974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.945974000 to 2022-06-15 11:03:08.946974000
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.947450000, lastModified=2022-06-15 11:03:08.946974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.947450000, lastModified=2022-06-15 11:03:08.946974000, delta=476000 ns, racy<=17500 ns
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.947711000, lastModified=2022-06-15 11:03:08.946974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.947711000, lastModified=2022-06-15 11:03:08.946974000, delta=737000 ns, racy<=17500 ns
11:03:08.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.952618000, lastModified=2022-06-15 11:03:08.946974000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.946974000 to 2022-06-15 11:03:08.951975000
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.953022000, lastModified=2022-06-15 11:03:08.951975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.951975000 to 2022-06-15 11:03:08.952975000
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.953348000, lastModified=2022-06-15 11:03:08.952975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.953348000, lastModified=2022-06-15 11:03:08.952975000, delta=373000 ns, racy<=17500 ns
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.953723000, lastModified=2022-06-15 11:03:08.952975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.953723000, lastModified=2022-06-15 11:03:08.952975000, delta=748000 ns, racy<=17500 ns
11:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.954000000, lastModified=2022-06-15 11:03:08.952975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.952975000 to 2022-06-15 11:03:08.953975000
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.954350000, lastModified=2022-06-15 11:03:08.953975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.954350000, lastModified=2022-06-15 11:03:08.953975000, delta=375000 ns, racy<=17500 ns
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.954610000, lastModified=2022-06-15 11:03:08.953975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.954610000, lastModified=2022-06-15 11:03:08.953975000, delta=635000 ns, racy<=17500 ns
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.954884000, lastModified=2022-06-15 11:03:08.953975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.954884000, lastModified=2022-06-15 11:03:08.953975000, delta=909000 ns, racy<=17500 ns
11:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.959740000, lastModified=2022-06-15 11:03:08.958975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.959740000, lastModified=2022-06-15 11:03:08.958975000, delta=765000 ns, racy<=17500 ns
11:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.960191000, lastModified=2022-06-15 11:03:08.959975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.960191000, lastModified=2022-06-15 11:03:08.959975000, delta=216000 ns, racy<=17500 ns
11:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.960541000, lastModified=2022-06-15 11:03:08.959975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.960541000, lastModified=2022-06-15 11:03:08.959975000, delta=566000 ns, racy<=17500 ns
11:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.960906000, lastModified=2022-06-15 11:03:08.959975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.960906000, lastModified=2022-06-15 11:03:08.959975000, delta=931000 ns, racy<=17500 ns
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.961233000, lastModified=2022-06-15 11:03:08.960975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.961233000, lastModified=2022-06-15 11:03:08.960975000, delta=258000 ns, racy<=17500 ns
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.961587000, lastModified=2022-06-15 11:03:08.960975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.961587000, lastModified=2022-06-15 11:03:08.960975000, delta=612000 ns, racy<=17500 ns
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.961951000, lastModified=2022-06-15 11:03:08.960975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.960975000 to 2022-06-15 11:03:08.961975000
11:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.969840000, lastModified=2022-06-15 11:03:08.961975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.961975000 to 2022-06-15 11:03:08.968975000
11:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.970247000, lastModified=2022-06-15 11:03:08.969975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.970247000, lastModified=2022-06-15 11:03:08.969975000, delta=272000 ns, racy<=17500 ns
11:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.970707000, lastModified=2022-06-15 11:03:08.969975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.970707000, lastModified=2022-06-15 11:03:08.969975000, delta=732000 ns, racy<=17500 ns
11:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.971194000, lastModified=2022-06-15 11:03:08.970975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.971194000, lastModified=2022-06-15 11:03:08.970975000, delta=219000 ns, racy<=17500 ns
11:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.971535000, lastModified=2022-06-15 11:03:08.970975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.971535000, lastModified=2022-06-15 11:03:08.970975000, delta=560000 ns, racy<=17500 ns
11:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.971925000, lastModified=2022-06-15 11:03:08.970975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.971925000, lastModified=2022-06-15 11:03:08.970975000, delta=950000 ns, racy<=17500 ns
11:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.972401000, lastModified=2022-06-15 11:03:08.971975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.972401000, lastModified=2022-06-15 11:03:08.971975000, delta=426000 ns, racy<=17500 ns
11:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.972856000, lastModified=2022-06-15 11:03:08.971975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.972856000, lastModified=2022-06-15 11:03:08.971975000, delta=881000 ns, racy<=17500 ns
11:03:08.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.975881000, lastModified=2022-06-15 11:03:08.974975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.975881000, lastModified=2022-06-15 11:03:08.974975000, delta=906000 ns, racy<=17500 ns
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.976229000, lastModified=2022-06-15 11:03:08.975975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.976229000, lastModified=2022-06-15 11:03:08.975975000, delta=254000 ns, racy<=17500 ns
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.976623000, lastModified=2022-06-15 11:03:08.975975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.976623000, lastModified=2022-06-15 11:03:08.975975000, delta=648000 ns, racy<=17500 ns
11:03:08.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.977001000, lastModified=2022-06-15 11:03:08.975975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.975975000 to 2022-06-15 11:03:08.976975000
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.977360000, lastModified=2022-06-15 11:03:08.976975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.977360000, lastModified=2022-06-15 11:03:08.976975000, delta=385000 ns, racy<=17500 ns
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.977708000, lastModified=2022-06-15 11:03:08.976975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.977708000, lastModified=2022-06-15 11:03:08.976975000, delta=733000 ns, racy<=17500 ns
11:03:08.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.978092000, lastModified=2022-06-15 11:03:08.976975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.976975000 to 2022-06-15 11:03:08.977975000
11:03:08.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.980754000, lastModified=2022-06-15 11:03:08.977975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.977975000 to 2022-06-15 11:03:08.979975000
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.981148000, lastModified=2022-06-15 11:03:08.980975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.981148000, lastModified=2022-06-15 11:03:08.980975000, delta=173000 ns, racy<=17500 ns
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.981492000, lastModified=2022-06-15 11:03:08.980975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.981492000, lastModified=2022-06-15 11:03:08.980975000, delta=517000 ns, racy<=17500 ns
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.981826000, lastModified=2022-06-15 11:03:08.980975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.981826000, lastModified=2022-06-15 11:03:08.980975000, delta=851000 ns, racy<=17500 ns
11:03:08.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.982133000, lastModified=2022-06-15 11:03:08.981975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.982133000, lastModified=2022-06-15 11:03:08.981975000, delta=158000 ns, racy<=17500 ns
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.982406000, lastModified=2022-06-15 11:03:08.981975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.982406000, lastModified=2022-06-15 11:03:08.981975000, delta=431000 ns, racy<=17500 ns
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.982664000, lastModified=2022-06-15 11:03:08.981975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.982664000, lastModified=2022-06-15 11:03:08.981975000, delta=689000 ns, racy<=17500 ns
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.982922000, lastModified=2022-06-15 11:03:08.981975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.982922000, lastModified=2022-06-15 11:03:08.981975000, delta=947000 ns, racy<=17500 ns
11:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.985641000, lastModified=2022-06-15 11:03:08.984975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.985641000, lastModified=2022-06-15 11:03:08.984975000, delta=666000 ns, racy<=17500 ns
11:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.985976000, lastModified=2022-06-15 11:03:08.984975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.984975000 to 2022-06-15 11:03:08.985975000
11:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.986303000, lastModified=2022-06-15 11:03:08.985975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.986303000, lastModified=2022-06-15 11:03:08.985975000, delta=328000 ns, racy<=17500 ns
11:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.986659000, lastModified=2022-06-15 11:03:08.985975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.986659000, lastModified=2022-06-15 11:03:08.985975000, delta=684000 ns, racy<=17500 ns
11:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.987003000, lastModified=2022-06-15 11:03:08.985975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.985975000 to 2022-06-15 11:03:08.986975000
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.987301000, lastModified=2022-06-15 11:03:08.986975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.987301000, lastModified=2022-06-15 11:03:08.986975000, delta=326000 ns, racy<=17500 ns
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.987617000, lastModified=2022-06-15 11:03:08.986975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.987617000, lastModified=2022-06-15 11:03:08.986975000, delta=642000 ns, racy<=17500 ns
11:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.990326000, lastModified=2022-06-15 11:03:08.986975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.986975000 to 2022-06-15 11:03:08.989975000
11:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.990715000, lastModified=2022-06-15 11:03:08.989975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.990715000, lastModified=2022-06-15 11:03:08.989975000, delta=740000 ns, racy<=17500 ns
11:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.991088000, lastModified=2022-06-15 11:03:08.989975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.989975000 to 2022-06-15 11:03:08.990975000
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.991424000, lastModified=2022-06-15 11:03:08.990975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.991424000, lastModified=2022-06-15 11:03:08.990975000, delta=449000 ns, racy<=17500 ns
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.991732000, lastModified=2022-06-15 11:03:08.990975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.991732000, lastModified=2022-06-15 11:03:08.990975000, delta=757000 ns, racy<=17500 ns
11:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.992088000, lastModified=2022-06-15 11:03:08.990975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.990975000 to 2022-06-15 11:03:08.991975000
11:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.992391000, lastModified=2022-06-15 11:03:08.991975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.992391000, lastModified=2022-06-15 11:03:08.991975000, delta=416000 ns, racy<=17500 ns
11:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.992763000, lastModified=2022-06-15 11:03:08.991975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.992763000, lastModified=2022-06-15 11:03:08.991975000, delta=788000 ns, racy<=17500 ns
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.996336000, lastModified=2022-06-15 11:03:08.995975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.996336000, lastModified=2022-06-15 11:03:08.995975000, delta=361000 ns, racy<=17500 ns
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.996667000, lastModified=2022-06-15 11:03:08.995975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.996667000, lastModified=2022-06-15 11:03:08.995975000, delta=692000 ns, racy<=17500 ns
11:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.997022000, lastModified=2022-06-15 11:03:08.995975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.995975000 to 2022-06-15 11:03:08.996975000
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.997441000, lastModified=2022-06-15 11:03:08.996975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.997441000, lastModified=2022-06-15 11:03:08.996975000, delta=466000 ns, racy<=17500 ns
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.997822000, lastModified=2022-06-15 11:03:08.996975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.997822000, lastModified=2022-06-15 11:03:08.996975000, delta=847000 ns, racy<=17500 ns
11:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:08.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.998145000, lastModified=2022-06-15 11:03:08.996975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.996975000 to 2022-06-15 11:03:08.997975000
11:03:08.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:08.998498000, lastModified=2022-06-15 11:03:08.997975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:08.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:08.998498000, lastModified=2022-06-15 11:03:08.997975000, delta=523000 ns, racy<=17500 ns
11:03:08.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.001398000, lastModified=2022-06-15 11:03:08.997975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:08.997975000 to 2022-06-15 11:03:09.000975000
11:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.001791000, lastModified=2022-06-15 11:03:09.000975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.001791000, lastModified=2022-06-15 11:03:09.000975000, delta=816000 ns, racy<=17500 ns
11:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.002135000, lastModified=2022-06-15 11:03:09.000975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.000975000 to 2022-06-15 11:03:09.001975000
11:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.002629000, lastModified=2022-06-15 11:03:09.001975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.002629000, lastModified=2022-06-15 11:03:09.001975000, delta=654000 ns, racy<=17500 ns
11:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.003022000, lastModified=2022-06-15 11:03:09.001975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.001975000 to 2022-06-15 11:03:09.002975000
11:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.003485000, lastModified=2022-06-15 11:03:09.002975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.003485000, lastModified=2022-06-15 11:03:09.002975000, delta=510000 ns, racy<=17500 ns
11:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.003885000, lastModified=2022-06-15 11:03:09.002975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.002975000 to 2022-06-15 11:03:09.003975000
11:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.004355000, lastModified=2022-06-15 11:03:09.003975000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.003975000 to 2022-06-15 11:03:09.035976000
11:03:09.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.039760000, lastModified=2022-06-15 11:03:09.038976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.039760000, lastModified=2022-06-15 11:03:09.038976000, delta=784000 ns, racy<=17500 ns
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.040240000, lastModified=2022-06-15 11:03:09.039976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.040240000, lastModified=2022-06-15 11:03:09.039976000, delta=264000 ns, racy<=17500 ns
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.040644000, lastModified=2022-06-15 11:03:09.039976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.040644000, lastModified=2022-06-15 11:03:09.039976000, delta=668000 ns, racy<=17500 ns
11:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.041023000, lastModified=2022-06-15 11:03:09.039976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.039976000 to 2022-06-15 11:03:09.040976000
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.041458000, lastModified=2022-06-15 11:03:09.040976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.041458000, lastModified=2022-06-15 11:03:09.040976000, delta=482000 ns, racy<=17500 ns
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.041797000, lastModified=2022-06-15 11:03:09.040976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.041797000, lastModified=2022-06-15 11:03:09.040976000, delta=821000 ns, racy<=17500 ns
11:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.042201000, lastModified=2022-06-15 11:03:09.040976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.040976000 to 2022-06-15 11:03:09.041976000
11:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.045132000, lastModified=2022-06-15 11:03:09.041976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.041976000 to 2022-06-15 11:03:09.044976000
11:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.045463000, lastModified=2022-06-15 11:03:09.044976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.045463000, lastModified=2022-06-15 11:03:09.044976000, delta=487000 ns, racy<=17500 ns
11:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.045878000, lastModified=2022-06-15 11:03:09.044976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.045878000, lastModified=2022-06-15 11:03:09.044976000, delta=902000 ns, racy<=17500 ns
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.046291000, lastModified=2022-06-15 11:03:09.045976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.046291000, lastModified=2022-06-15 11:03:09.045976000, delta=315000 ns, racy<=17500 ns
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.046657000, lastModified=2022-06-15 11:03:09.045976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.046657000, lastModified=2022-06-15 11:03:09.045976000, delta=681000 ns, racy<=17500 ns
11:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.047036000, lastModified=2022-06-15 11:03:09.045976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.045976000 to 2022-06-15 11:03:09.046976000
11:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.047367000, lastModified=2022-06-15 11:03:09.046976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.047367000, lastModified=2022-06-15 11:03:09.046976000, delta=391000 ns, racy<=17500 ns
11:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.047689000, lastModified=2022-06-15 11:03:09.046976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.047689000, lastModified=2022-06-15 11:03:09.046976000, delta=713000 ns, racy<=17500 ns
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.051305000, lastModified=2022-06-15 11:03:09.050976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.051305000, lastModified=2022-06-15 11:03:09.050976000, delta=329000 ns, racy<=17500 ns
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.051752000, lastModified=2022-06-15 11:03:09.050976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.051752000, lastModified=2022-06-15 11:03:09.050976000, delta=776000 ns, racy<=17500 ns
11:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.052149000, lastModified=2022-06-15 11:03:09.051976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.052149000, lastModified=2022-06-15 11:03:09.051976000, delta=173000 ns, racy<=17500 ns
11:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.052531000, lastModified=2022-06-15 11:03:09.051976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.052531000, lastModified=2022-06-15 11:03:09.051976000, delta=555000 ns, racy<=17500 ns
11:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.052846000, lastModified=2022-06-15 11:03:09.051976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.052846000, lastModified=2022-06-15 11:03:09.051976000, delta=870000 ns, racy<=17500 ns
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.053245000, lastModified=2022-06-15 11:03:09.052976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.053245000, lastModified=2022-06-15 11:03:09.052976000, delta=269000 ns, racy<=17500 ns
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.053657000, lastModified=2022-06-15 11:03:09.052976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.053657000, lastModified=2022-06-15 11:03:09.052976000, delta=681000 ns, racy<=17500 ns
11:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.057428000, lastModified=2022-06-15 11:03:09.052976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.052976000 to 2022-06-15 11:03:09.056976000
11:03:09.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.057869000, lastModified=2022-06-15 11:03:09.056976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.057869000, lastModified=2022-06-15 11:03:09.056976000, delta=893000 ns, racy<=17500 ns
11:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.058357000, lastModified=2022-06-15 11:03:09.057976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.058357000, lastModified=2022-06-15 11:03:09.057976000, delta=381000 ns, racy<=17500 ns
11:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.058814000, lastModified=2022-06-15 11:03:09.057976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.058814000, lastModified=2022-06-15 11:03:09.057976000, delta=838000 ns, racy<=17500 ns
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.059227000, lastModified=2022-06-15 11:03:09.058976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.059227000, lastModified=2022-06-15 11:03:09.058976000, delta=251000 ns, racy<=17500 ns
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.059664000, lastModified=2022-06-15 11:03:09.058976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.059664000, lastModified=2022-06-15 11:03:09.058976000, delta=688000 ns, racy<=17500 ns
11:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.060003000, lastModified=2022-06-15 11:03:09.058976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.058976000 to 2022-06-15 11:03:09.059976000
11:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.060356000, lastModified=2022-06-15 11:03:09.059976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.060356000, lastModified=2022-06-15 11:03:09.059976000, delta=380000 ns, racy<=17500 ns
11:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.064124000, lastModified=2022-06-15 11:03:09.062976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.062976000 to 2022-06-15 11:03:09.063976000
11:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.064486000, lastModified=2022-06-15 11:03:09.063976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.064486000, lastModified=2022-06-15 11:03:09.063976000, delta=510000 ns, racy<=17500 ns
11:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.064891000, lastModified=2022-06-15 11:03:09.063976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.064891000, lastModified=2022-06-15 11:03:09.063976000, delta=915000 ns, racy<=17500 ns
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.065330000, lastModified=2022-06-15 11:03:09.064976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.065330000, lastModified=2022-06-15 11:03:09.064976000, delta=354000 ns, racy<=17500 ns
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.065700000, lastModified=2022-06-15 11:03:09.064976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.065700000, lastModified=2022-06-15 11:03:09.064976000, delta=724000 ns, racy<=17500 ns
11:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.066078000, lastModified=2022-06-15 11:03:09.064976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.064976000 to 2022-06-15 11:03:09.065976000
11:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.066461000, lastModified=2022-06-15 11:03:09.065976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.066461000, lastModified=2022-06-15 11:03:09.065976000, delta=485000 ns, racy<=17500 ns
11:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.072185000, lastModified=2022-06-15 11:03:09.065976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.065976000 to 2022-06-15 11:03:09.071976000
11:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.072661000, lastModified=2022-06-15 11:03:09.071976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.072661000, lastModified=2022-06-15 11:03:09.071976000, delta=685000 ns, racy<=17500 ns
11:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.073119000, lastModified=2022-06-15 11:03:09.071976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.071976000 to 2022-06-15 11:03:09.072976000
11:03:09.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.073574000, lastModified=2022-06-15 11:03:09.072976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.073574000, lastModified=2022-06-15 11:03:09.072976000, delta=598000 ns, racy<=17500 ns
11:03:09.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.073959000, lastModified=2022-06-15 11:03:09.072976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.072976000 to 2022-06-15 11:03:09.073976000
11:03:09.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.074372000, lastModified=2022-06-15 11:03:09.073976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.074372000, lastModified=2022-06-15 11:03:09.073976000, delta=396000 ns, racy<=17500 ns
11:03:09.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.074802000, lastModified=2022-06-15 11:03:09.073976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.074802000, lastModified=2022-06-15 11:03:09.073976000, delta=826000 ns, racy<=17500 ns
11:03:09.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.075211000, lastModified=2022-06-15 11:03:09.074976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.075211000, lastModified=2022-06-15 11:03:09.074976000, delta=235000 ns, racy<=17500 ns
11:03:09.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.079160000, lastModified=2022-06-15 11:03:09.078976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.079160000, lastModified=2022-06-15 11:03:09.078976000, delta=184000 ns, racy<=17500 ns
11:03:09.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.079623000, lastModified=2022-06-15 11:03:09.078976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.079623000, lastModified=2022-06-15 11:03:09.078976000, delta=647000 ns, racy<=17500 ns
11:03:09.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.080099000, lastModified=2022-06-15 11:03:09.078976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.078976000 to 2022-06-15 11:03:09.079976000
11:03:09.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.080524000, lastModified=2022-06-15 11:03:09.079976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.080524000, lastModified=2022-06-15 11:03:09.079976000, delta=548000 ns, racy<=17500 ns
11:03:09.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.080911000, lastModified=2022-06-15 11:03:09.079976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.080911000, lastModified=2022-06-15 11:03:09.079976000, delta=935000 ns, racy<=17500 ns
11:03:09.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.081360000, lastModified=2022-06-15 11:03:09.080976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.081360000, lastModified=2022-06-15 11:03:09.080976000, delta=384000 ns, racy<=17500 ns
11:03:09.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.081798000, lastModified=2022-06-15 11:03:09.080976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.081798000, lastModified=2022-06-15 11:03:09.080976000, delta=822000 ns, racy<=17500 ns
11:03:09.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.085714000, lastModified=2022-06-15 11:03:09.081976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.081976000 to 2022-06-15 11:03:09.084976000
11:03:09.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.086182000, lastModified=2022-06-15 11:03:09.085976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.086182000, lastModified=2022-06-15 11:03:09.085976000, delta=206000 ns, racy<=17500 ns
11:03:09.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.086613000, lastModified=2022-06-15 11:03:09.085976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.086613000, lastModified=2022-06-15 11:03:09.085976000, delta=637000 ns, racy<=17500 ns
11:03:09.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.087004000, lastModified=2022-06-15 11:03:09.085976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.085976000 to 2022-06-15 11:03:09.086976000
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.087378000, lastModified=2022-06-15 11:03:09.086976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.087378000, lastModified=2022-06-15 11:03:09.086976000, delta=402000 ns, racy<=17500 ns
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.087706000, lastModified=2022-06-15 11:03:09.086976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.087706000, lastModified=2022-06-15 11:03:09.086976000, delta=730000 ns, racy<=17500 ns
11:03:09.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.088160000, lastModified=2022-06-15 11:03:09.086976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.086976000 to 2022-06-15 11:03:09.087976000
11:03:09.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.088564000, lastModified=2022-06-15 11:03:09.087976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.088564000, lastModified=2022-06-15 11:03:09.087976000, delta=588000 ns, racy<=17500 ns
11:03:09.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.092462000, lastModified=2022-06-15 11:03:09.091976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.092462000, lastModified=2022-06-15 11:03:09.091976000, delta=486000 ns, racy<=17500 ns
11:03:09.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.092939000, lastModified=2022-06-15 11:03:09.091976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.091976000 to 2022-06-15 11:03:09.092976000
11:03:09.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.093327000, lastModified=2022-06-15 11:03:09.092976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.093327000, lastModified=2022-06-15 11:03:09.092976000, delta=351000 ns, racy<=17500 ns
11:03:09.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.093709000, lastModified=2022-06-15 11:03:09.092976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.093709000, lastModified=2022-06-15 11:03:09.092976000, delta=733000 ns, racy<=17500 ns
11:03:09.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.094030000, lastModified=2022-06-15 11:03:09.092976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.092976000 to 2022-06-15 11:03:09.093976000
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.094351000, lastModified=2022-06-15 11:03:09.093976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.094351000, lastModified=2022-06-15 11:03:09.093976000, delta=375000 ns, racy<=17500 ns
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.094693000, lastModified=2022-06-15 11:03:09.093976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.094693000, lastModified=2022-06-15 11:03:09.093976000, delta=717000 ns, racy<=17500 ns
11:03:09.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.098673000, lastModified=2022-06-15 11:03:09.093976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.093976000 to 2022-06-15 11:03:09.097976000
11:03:09.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.099174000, lastModified=2022-06-15 11:03:09.098976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.099174000, lastModified=2022-06-15 11:03:09.098976000, delta=198000 ns, racy<=17500 ns
11:03:09.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.099594000, lastModified=2022-06-15 11:03:09.098976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.099594000, lastModified=2022-06-15 11:03:09.098976000, delta=618000 ns, racy<=17500 ns
11:03:09.099 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.100086000, lastModified=2022-06-15 11:03:09.098976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.098976000 to 2022-06-15 11:03:09.099976000
11:03:09.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.100383000, lastModified=2022-06-15 11:03:09.099976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.100383000, lastModified=2022-06-15 11:03:09.099976000, delta=407000 ns, racy<=17500 ns
11:03:09.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.100 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.100722000, lastModified=2022-06-15 11:03:09.099976000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.100722000, lastModified=2022-06-15 11:03:09.099976000, delta=746000 ns, racy<=17500 ns
11:03:09.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.137155000, lastModified=2022-06-15 11:03:09.135977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.135977000 to 2022-06-15 11:03:09.136977000
11:03:09.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.137675000, lastModified=2022-06-15 11:03:09.136977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.137675000, lastModified=2022-06-15 11:03:09.136977000, delta=698000 ns, racy<=17500 ns
11:03:09.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.142369000, lastModified=2022-06-15 11:03:09.141977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.142369000, lastModified=2022-06-15 11:03:09.141977000, delta=392000 ns, racy<=17500 ns
11:03:09.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.142753000, lastModified=2022-06-15 11:03:09.141977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.142753000, lastModified=2022-06-15 11:03:09.141977000, delta=776000 ns, racy<=17500 ns
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.143194000, lastModified=2022-06-15 11:03:09.142977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.143194000, lastModified=2022-06-15 11:03:09.142977000, delta=217000 ns, racy<=17500 ns
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.143544000, lastModified=2022-06-15 11:03:09.142977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.143544000, lastModified=2022-06-15 11:03:09.142977000, delta=567000 ns, racy<=17500 ns
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.143841000, lastModified=2022-06-15 11:03:09.142977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.143841000, lastModified=2022-06-15 11:03:09.142977000, delta=864000 ns, racy<=17500 ns
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.144220000, lastModified=2022-06-15 11:03:09.143977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.144220000, lastModified=2022-06-15 11:03:09.143977000, delta=243000 ns, racy<=17500 ns
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.144574000, lastModified=2022-06-15 11:03:09.143977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.144574000, lastModified=2022-06-15 11:03:09.143977000, delta=597000 ns, racy<=17500 ns
11:03:09.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.149263000, lastModified=2022-06-15 11:03:09.143977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.143977000 to 2022-06-15 11:03:09.148977000
11:03:09.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.149760000, lastModified=2022-06-15 11:03:09.148977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.149760000, lastModified=2022-06-15 11:03:09.148977000, delta=783000 ns, racy<=17500 ns
11:03:09.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.150236000, lastModified=2022-06-15 11:03:09.149977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.150236000, lastModified=2022-06-15 11:03:09.149977000, delta=259000 ns, racy<=17500 ns
11:03:09.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.150650000, lastModified=2022-06-15 11:03:09.149977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.150650000, lastModified=2022-06-15 11:03:09.149977000, delta=673000 ns, racy<=17500 ns
11:03:09.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.151023000, lastModified=2022-06-15 11:03:09.149977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.149977000 to 2022-06-15 11:03:09.150977000
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.151413000, lastModified=2022-06-15 11:03:09.150977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.151413000, lastModified=2022-06-15 11:03:09.150977000, delta=436000 ns, racy<=17500 ns
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.151731000, lastModified=2022-06-15 11:03:09.150977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.151731000, lastModified=2022-06-15 11:03:09.150977000, delta=754000 ns, racy<=17500 ns
11:03:09.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.152121000, lastModified=2022-06-15 11:03:09.150977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.150977000 to 2022-06-15 11:03:09.151977000
11:03:09.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.157063000, lastModified=2022-06-15 11:03:09.155977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.155977000 to 2022-06-15 11:03:09.156977000
11:03:09.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.157473000, lastModified=2022-06-15 11:03:09.156977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.157473000, lastModified=2022-06-15 11:03:09.156977000, delta=496000 ns, racy<=17500 ns
11:03:09.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.157820000, lastModified=2022-06-15 11:03:09.156977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.157820000, lastModified=2022-06-15 11:03:09.156977000, delta=843000 ns, racy<=17500 ns
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.158305000, lastModified=2022-06-15 11:03:09.157977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.158305000, lastModified=2022-06-15 11:03:09.157977000, delta=328000 ns, racy<=17500 ns
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.158680000, lastModified=2022-06-15 11:03:09.157977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.158680000, lastModified=2022-06-15 11:03:09.157977000, delta=703000 ns, racy<=17500 ns
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.158982000, lastModified=2022-06-15 11:03:09.157977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.157977000 to 2022-06-15 11:03:09.158977000
11:03:09.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.159465000, lastModified=2022-06-15 11:03:09.158977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.159465000, lastModified=2022-06-15 11:03:09.158977000, delta=488000 ns, racy<=17500 ns
11:03:09.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.164313000, lastModified=2022-06-15 11:03:09.158977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.158977000 to 2022-06-15 11:03:09.163977000
11:03:09.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.164810000, lastModified=2022-06-15 11:03:09.163977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.164810000, lastModified=2022-06-15 11:03:09.163977000, delta=833000 ns, racy<=17500 ns
11:03:09.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.165332000, lastModified=2022-06-15 11:03:09.164977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.165332000, lastModified=2022-06-15 11:03:09.164977000, delta=355000 ns, racy<=17500 ns
11:03:09.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.165781000, lastModified=2022-06-15 11:03:09.164977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.165781000, lastModified=2022-06-15 11:03:09.164977000, delta=804000 ns, racy<=17500 ns
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.166235000, lastModified=2022-06-15 11:03:09.165977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.166235000, lastModified=2022-06-15 11:03:09.165977000, delta=258000 ns, racy<=17500 ns
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.166539000, lastModified=2022-06-15 11:03:09.165977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.166539000, lastModified=2022-06-15 11:03:09.165977000, delta=562000 ns, racy<=17500 ns
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.166835000, lastModified=2022-06-15 11:03:09.165977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.166835000, lastModified=2022-06-15 11:03:09.165977000, delta=858000 ns, racy<=17500 ns
11:03:09.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.167194000, lastModified=2022-06-15 11:03:09.166977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.167194000, lastModified=2022-06-15 11:03:09.166977000, delta=217000 ns, racy<=17500 ns
11:03:09.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.172149000, lastModified=2022-06-15 11:03:09.170977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.170977000 to 2022-06-15 11:03:09.171977000
11:03:09.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.172509000, lastModified=2022-06-15 11:03:09.171977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.172509000, lastModified=2022-06-15 11:03:09.171977000, delta=532000 ns, racy<=17500 ns
11:03:09.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.172949000, lastModified=2022-06-15 11:03:09.171977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.171977000 to 2022-06-15 11:03:09.172977000
11:03:09.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.173413000, lastModified=2022-06-15 11:03:09.172977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.173413000, lastModified=2022-06-15 11:03:09.172977000, delta=436000 ns, racy<=17500 ns
11:03:09.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.173824000, lastModified=2022-06-15 11:03:09.172977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.173824000, lastModified=2022-06-15 11:03:09.172977000, delta=847000 ns, racy<=17500 ns
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.174285000, lastModified=2022-06-15 11:03:09.173977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.174285000, lastModified=2022-06-15 11:03:09.173977000, delta=308000 ns, racy<=17500 ns
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.174700000, lastModified=2022-06-15 11:03:09.173977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.174700000, lastModified=2022-06-15 11:03:09.173977000, delta=723000 ns, racy<=17500 ns
11:03:09.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.179571000, lastModified=2022-06-15 11:03:09.173977000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.173977000 to 2022-06-15 11:03:09.178978000
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.179994000, lastModified=2022-06-15 11:03:09.178978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.178978000 to 2022-06-15 11:03:09.179978000
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.180366000, lastModified=2022-06-15 11:03:09.179978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.180366000, lastModified=2022-06-15 11:03:09.179978000, delta=388000 ns, racy<=17500 ns
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.180731000, lastModified=2022-06-15 11:03:09.179978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.180731000, lastModified=2022-06-15 11:03:09.179978000, delta=753000 ns, racy<=17500 ns
11:03:09.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.181016000, lastModified=2022-06-15 11:03:09.179978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.179978000 to 2022-06-15 11:03:09.180978000
11:03:09.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.181443000, lastModified=2022-06-15 11:03:09.180978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.181443000, lastModified=2022-06-15 11:03:09.180978000, delta=465000 ns, racy<=17500 ns
11:03:09.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.181838000, lastModified=2022-06-15 11:03:09.180978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.181838000, lastModified=2022-06-15 11:03:09.180978000, delta=860000 ns, racy<=17500 ns
11:03:09.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.182290000, lastModified=2022-06-15 11:03:09.181978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.182290000, lastModified=2022-06-15 11:03:09.181978000, delta=312000 ns, racy<=17500 ns
11:03:09.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.190120000, lastModified=2022-06-15 11:03:09.188978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.188978000 to 2022-06-15 11:03:09.189978000
11:03:09.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.190531000, lastModified=2022-06-15 11:03:09.189978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.190531000, lastModified=2022-06-15 11:03:09.189978000, delta=553000 ns, racy<=17500 ns
11:03:09.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.190912000, lastModified=2022-06-15 11:03:09.189978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.190912000, lastModified=2022-06-15 11:03:09.189978000, delta=934000 ns, racy<=17500 ns
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.191336000, lastModified=2022-06-15 11:03:09.190978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.191336000, lastModified=2022-06-15 11:03:09.190978000, delta=358000 ns, racy<=17500 ns
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.191707000, lastModified=2022-06-15 11:03:09.190978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.191707000, lastModified=2022-06-15 11:03:09.190978000, delta=729000 ns, racy<=17500 ns
11:03:09.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.192108000, lastModified=2022-06-15 11:03:09.190978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.190978000 to 2022-06-15 11:03:09.191978000
11:03:09.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.192501000, lastModified=2022-06-15 11:03:09.191978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.192501000, lastModified=2022-06-15 11:03:09.191978000, delta=523000 ns, racy<=17500 ns
11:03:09.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.195238000, lastModified=2022-06-15 11:03:09.191978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.191978000 to 2022-06-15 11:03:09.194978000
11:03:09.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.195655000, lastModified=2022-06-15 11:03:09.194978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.195655000, lastModified=2022-06-15 11:03:09.194978000, delta=677000 ns, racy<=17500 ns
11:03:09.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.196115000, lastModified=2022-06-15 11:03:09.194978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.194978000 to 2022-06-15 11:03:09.195978000
11:03:09.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.196529000, lastModified=2022-06-15 11:03:09.195978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.196529000, lastModified=2022-06-15 11:03:09.195978000, delta=551000 ns, racy<=17500 ns
11:03:09.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.196916000, lastModified=2022-06-15 11:03:09.195978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.196916000, lastModified=2022-06-15 11:03:09.195978000, delta=938000 ns, racy<=17500 ns
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.197339000, lastModified=2022-06-15 11:03:09.196978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.197339000, lastModified=2022-06-15 11:03:09.196978000, delta=361000 ns, racy<=17500 ns
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.197663000, lastModified=2022-06-15 11:03:09.196978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.197663000, lastModified=2022-06-15 11:03:09.196978000, delta=685000 ns, racy<=17500 ns
11:03:09.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.198084000, lastModified=2022-06-15 11:03:09.196978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.196978000 to 2022-06-15 11:03:09.197978000
11:03:09.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.200780000, lastModified=2022-06-15 11:03:09.199978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.200780000, lastModified=2022-06-15 11:03:09.199978000, delta=802000 ns, racy<=17500 ns
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.201199000, lastModified=2022-06-15 11:03:09.200978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.201199000, lastModified=2022-06-15 11:03:09.200978000, delta=221000 ns, racy<=17500 ns
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.201622000, lastModified=2022-06-15 11:03:09.200978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.201622000, lastModified=2022-06-15 11:03:09.200978000, delta=644000 ns, racy<=17500 ns
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.201974000, lastModified=2022-06-15 11:03:09.200978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.200978000 to 2022-06-15 11:03:09.201978000
11:03:09.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.202360000, lastModified=2022-06-15 11:03:09.201978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.202360000, lastModified=2022-06-15 11:03:09.201978000, delta=382000 ns, racy<=17500 ns
11:03:09.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.202758000, lastModified=2022-06-15 11:03:09.201978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.202758000, lastModified=2022-06-15 11:03:09.201978000, delta=780000 ns, racy<=17500 ns
11:03:09.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.236910000, lastModified=2022-06-15 11:03:09.201978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.201978000 to 2022-06-15 11:03:09.236978000
11:03:09.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.239996000, lastModified=2022-06-15 11:03:09.236978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.236978000 to 2022-06-15 11:03:09.239978000
11:03:09.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.240402000, lastModified=2022-06-15 11:03:09.239978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.240402000, lastModified=2022-06-15 11:03:09.239978000, delta=424000 ns, racy<=17500 ns
11:03:09.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.240753000, lastModified=2022-06-15 11:03:09.239978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.240753000, lastModified=2022-06-15 11:03:09.239978000, delta=775000 ns, racy<=17500 ns
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.241174000, lastModified=2022-06-15 11:03:09.240978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.241174000, lastModified=2022-06-15 11:03:09.240978000, delta=196000 ns, racy<=17500 ns
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.241548000, lastModified=2022-06-15 11:03:09.240978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.241548000, lastModified=2022-06-15 11:03:09.240978000, delta=570000 ns, racy<=17500 ns
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.241890000, lastModified=2022-06-15 11:03:09.240978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.241890000, lastModified=2022-06-15 11:03:09.240978000, delta=912000 ns, racy<=17500 ns
11:03:09.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.242315000, lastModified=2022-06-15 11:03:09.241978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.242315000, lastModified=2022-06-15 11:03:09.241978000, delta=337000 ns, racy<=17500 ns
11:03:09.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.242728000, lastModified=2022-06-15 11:03:09.241978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.242728000, lastModified=2022-06-15 11:03:09.241978000, delta=750000 ns, racy<=17500 ns
11:03:09.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.245719000, lastModified=2022-06-15 11:03:09.244978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.245719000, lastModified=2022-06-15 11:03:09.244978000, delta=741000 ns, racy<=17500 ns
11:03:09.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.246153000, lastModified=2022-06-15 11:03:09.245978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.246153000, lastModified=2022-06-15 11:03:09.245978000, delta=175000 ns, racy<=17500 ns
11:03:09.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.246546000, lastModified=2022-06-15 11:03:09.245978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.246546000, lastModified=2022-06-15 11:03:09.245978000, delta=568000 ns, racy<=17500 ns
11:03:09.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.246907000, lastModified=2022-06-15 11:03:09.245978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.246907000, lastModified=2022-06-15 11:03:09.245978000, delta=929000 ns, racy<=17500 ns
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.247232000, lastModified=2022-06-15 11:03:09.246978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.247232000, lastModified=2022-06-15 11:03:09.246978000, delta=254000 ns, racy<=17500 ns
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.247624000, lastModified=2022-06-15 11:03:09.246978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.247624000, lastModified=2022-06-15 11:03:09.246978000, delta=646000 ns, racy<=17500 ns
11:03:09.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.248106000, lastModified=2022-06-15 11:03:09.246978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.246978000 to 2022-06-15 11:03:09.247978000
11:03:09.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.250965000, lastModified=2022-06-15 11:03:09.247978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.247978000 to 2022-06-15 11:03:09.250978000
11:03:09.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.251427000, lastModified=2022-06-15 11:03:09.250978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.251427000, lastModified=2022-06-15 11:03:09.250978000, delta=449000 ns, racy<=17500 ns
11:03:09.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.251805000, lastModified=2022-06-15 11:03:09.250978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.251805000, lastModified=2022-06-15 11:03:09.250978000, delta=827000 ns, racy<=17500 ns
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.252195000, lastModified=2022-06-15 11:03:09.251978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.252195000, lastModified=2022-06-15 11:03:09.251978000, delta=217000 ns, racy<=17500 ns
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.252617000, lastModified=2022-06-15 11:03:09.251978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.252617000, lastModified=2022-06-15 11:03:09.251978000, delta=639000 ns, racy<=17500 ns
11:03:09.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.253024000, lastModified=2022-06-15 11:03:09.251978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.251978000 to 2022-06-15 11:03:09.252978000
11:03:09.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.253490000, lastModified=2022-06-15 11:03:09.252978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.253490000, lastModified=2022-06-15 11:03:09.252978000, delta=512000 ns, racy<=17500 ns
11:03:09.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.253918000, lastModified=2022-06-15 11:03:09.252978000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.252978000 to 2022-06-15 11:03:09.253978000
11:03:09.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.256896000, lastModified=2022-06-15 11:03:09.255979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.256896000, lastModified=2022-06-15 11:03:09.255979000, delta=917000 ns, racy<=17500 ns
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.257280000, lastModified=2022-06-15 11:03:09.256979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.257280000, lastModified=2022-06-15 11:03:09.256979000, delta=301000 ns, racy<=17500 ns
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.257613000, lastModified=2022-06-15 11:03:09.256979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.257613000, lastModified=2022-06-15 11:03:09.256979000, delta=634000 ns, racy<=17500 ns
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.257846000, lastModified=2022-06-15 11:03:09.256979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.257846000, lastModified=2022-06-15 11:03:09.256979000, delta=867000 ns, racy<=17500 ns
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.258217000, lastModified=2022-06-15 11:03:09.257979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.258217000, lastModified=2022-06-15 11:03:09.257979000, delta=238000 ns, racy<=17500 ns
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.258608000, lastModified=2022-06-15 11:03:09.257979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.258608000, lastModified=2022-06-15 11:03:09.257979000, delta=629000 ns, racy<=17500 ns
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.258970000, lastModified=2022-06-15 11:03:09.257979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.257979000 to 2022-06-15 11:03:09.258979000
11:03:09.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.262167000, lastModified=2022-06-15 11:03:09.258979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.258979000 to 2022-06-15 11:03:09.261979000
11:03:09.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.262606000, lastModified=2022-06-15 11:03:09.261979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.262606000, lastModified=2022-06-15 11:03:09.261979000, delta=627000 ns, racy<=17500 ns
11:03:09.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.263098000, lastModified=2022-06-15 11:03:09.261979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.261979000 to 2022-06-15 11:03:09.262979000
11:03:09.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.263527000, lastModified=2022-06-15 11:03:09.262979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.263527000, lastModified=2022-06-15 11:03:09.262979000, delta=548000 ns, racy<=17500 ns
11:03:09.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.263832000, lastModified=2022-06-15 11:03:09.262979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.263832000, lastModified=2022-06-15 11:03:09.262979000, delta=853000 ns, racy<=17500 ns
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.264363000, lastModified=2022-06-15 11:03:09.263979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.264363000, lastModified=2022-06-15 11:03:09.263979000, delta=384000 ns, racy<=17500 ns
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.264762000, lastModified=2022-06-15 11:03:09.263979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.264762000, lastModified=2022-06-15 11:03:09.263979000, delta=783000 ns, racy<=17500 ns
11:03:09.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.265139000, lastModified=2022-06-15 11:03:09.263979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.263979000 to 2022-06-15 11:03:09.264979000
11:03:09.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.268313000, lastModified=2022-06-15 11:03:09.267979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.268313000, lastModified=2022-06-15 11:03:09.267979000, delta=334000 ns, racy<=17500 ns
11:03:09.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.268787000, lastModified=2022-06-15 11:03:09.267979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.268787000, lastModified=2022-06-15 11:03:09.267979000, delta=808000 ns, racy<=17500 ns
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.269192000, lastModified=2022-06-15 11:03:09.268979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.269192000, lastModified=2022-06-15 11:03:09.268979000, delta=213000 ns, racy<=17500 ns
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.269478000, lastModified=2022-06-15 11:03:09.268979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.269478000, lastModified=2022-06-15 11:03:09.268979000, delta=499000 ns, racy<=17500 ns
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.269819000, lastModified=2022-06-15 11:03:09.268979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.269819000, lastModified=2022-06-15 11:03:09.268979000, delta=840000 ns, racy<=17500 ns
11:03:09.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.270188000, lastModified=2022-06-15 11:03:09.269979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.270188000, lastModified=2022-06-15 11:03:09.269979000, delta=209000 ns, racy<=17500 ns
11:03:09.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.270519000, lastModified=2022-06-15 11:03:09.269979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.270519000, lastModified=2022-06-15 11:03:09.269979000, delta=540000 ns, racy<=17500 ns
11:03:09.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.274300000, lastModified=2022-06-15 11:03:09.269979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.269979000 to 2022-06-15 11:03:09.273979000
11:03:09.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.274709000, lastModified=2022-06-15 11:03:09.273979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.274709000, lastModified=2022-06-15 11:03:09.273979000, delta=730000 ns, racy<=17500 ns
11:03:09.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.275131000, lastModified=2022-06-15 11:03:09.273979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.273979000 to 2022-06-15 11:03:09.274979000
11:03:09.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.275542000, lastModified=2022-06-15 11:03:09.274979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.275542000, lastModified=2022-06-15 11:03:09.274979000, delta=563000 ns, racy<=17500 ns
11:03:09.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.275885000, lastModified=2022-06-15 11:03:09.274979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.275885000, lastModified=2022-06-15 11:03:09.274979000, delta=906000 ns, racy<=17500 ns
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.276283000, lastModified=2022-06-15 11:03:09.275979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.276283000, lastModified=2022-06-15 11:03:09.275979000, delta=304000 ns, racy<=17500 ns
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.276779000, lastModified=2022-06-15 11:03:09.275979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.276779000, lastModified=2022-06-15 11:03:09.275979000, delta=800000 ns, racy<=17500 ns
11:03:09.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.277203000, lastModified=2022-06-15 11:03:09.276979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.277203000, lastModified=2022-06-15 11:03:09.276979000, delta=224000 ns, racy<=17500 ns
11:03:09.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.282573000, lastModified=2022-06-15 11:03:09.281979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.282573000, lastModified=2022-06-15 11:03:09.281979000, delta=594000 ns, racy<=17500 ns
11:03:09.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.282985000, lastModified=2022-06-15 11:03:09.281979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.281979000 to 2022-06-15 11:03:09.282979000
11:03:09.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.283432000, lastModified=2022-06-15 11:03:09.282979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.283432000, lastModified=2022-06-15 11:03:09.282979000, delta=453000 ns, racy<=17500 ns
11:03:09.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.283828000, lastModified=2022-06-15 11:03:09.282979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.283828000, lastModified=2022-06-15 11:03:09.282979000, delta=849000 ns, racy<=17500 ns
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.284192000, lastModified=2022-06-15 11:03:09.283979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.284192000, lastModified=2022-06-15 11:03:09.283979000, delta=213000 ns, racy<=17500 ns
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.284497000, lastModified=2022-06-15 11:03:09.283979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.284497000, lastModified=2022-06-15 11:03:09.283979000, delta=518000 ns, racy<=17500 ns
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.284820000, lastModified=2022-06-15 11:03:09.283979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.284820000, lastModified=2022-06-15 11:03:09.283979000, delta=841000 ns, racy<=17500 ns
11:03:09.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.288508000, lastModified=2022-06-15 11:03:09.284979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.284979000 to 2022-06-15 11:03:09.287979000
11:03:09.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.288909000, lastModified=2022-06-15 11:03:09.287979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.288909000, lastModified=2022-06-15 11:03:09.287979000, delta=930000 ns, racy<=17500 ns
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.289338000, lastModified=2022-06-15 11:03:09.288979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.289338000, lastModified=2022-06-15 11:03:09.288979000, delta=359000 ns, racy<=17500 ns
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.289685000, lastModified=2022-06-15 11:03:09.288979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.289685000, lastModified=2022-06-15 11:03:09.288979000, delta=706000 ns, racy<=17500 ns
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.289984000, lastModified=2022-06-15 11:03:09.288979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.288979000 to 2022-06-15 11:03:09.289979000
11:03:09.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.290352000, lastModified=2022-06-15 11:03:09.289979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.290352000, lastModified=2022-06-15 11:03:09.289979000, delta=373000 ns, racy<=17500 ns
11:03:09.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.290706000, lastModified=2022-06-15 11:03:09.289979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.290706000, lastModified=2022-06-15 11:03:09.289979000, delta=727000 ns, racy<=17500 ns
11:03:09.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.291124000, lastModified=2022-06-15 11:03:09.289979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.289979000 to 2022-06-15 11:03:09.290979000
11:03:09.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.294801000, lastModified=2022-06-15 11:03:09.293979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.294801000, lastModified=2022-06-15 11:03:09.293979000, delta=822000 ns, racy<=17500 ns
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.295290000, lastModified=2022-06-15 11:03:09.294979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.295290000, lastModified=2022-06-15 11:03:09.294979000, delta=311000 ns, racy<=17500 ns
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.295712000, lastModified=2022-06-15 11:03:09.294979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.295712000, lastModified=2022-06-15 11:03:09.294979000, delta=733000 ns, racy<=17500 ns
11:03:09.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.296119000, lastModified=2022-06-15 11:03:09.294979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.294979000 to 2022-06-15 11:03:09.295979000
11:03:09.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.296420000, lastModified=2022-06-15 11:03:09.295979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.296420000, lastModified=2022-06-15 11:03:09.295979000, delta=441000 ns, racy<=17500 ns
11:03:09.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.296741000, lastModified=2022-06-15 11:03:09.295979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.296741000, lastModified=2022-06-15 11:03:09.295979000, delta=762000 ns, racy<=17500 ns
11:03:09.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.297267000, lastModified=2022-06-15 11:03:09.296979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.297267000, lastModified=2022-06-15 11:03:09.296979000, delta=288000 ns, racy<=17500 ns
11:03:09.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.301011000, lastModified=2022-06-15 11:03:09.296979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.296979000 to 2022-06-15 11:03:09.300979000
11:03:09.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.301470000, lastModified=2022-06-15 11:03:09.300979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.301470000, lastModified=2022-06-15 11:03:09.300979000, delta=491000 ns, racy<=17500 ns
11:03:09.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.301881000, lastModified=2022-06-15 11:03:09.300979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.300979000 to 2022-06-15 11:03:09.301979000
11:03:09.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.302387000, lastModified=2022-06-15 11:03:09.301979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.302387000, lastModified=2022-06-15 11:03:09.301979000, delta=408000 ns, racy<=17500 ns
11:03:09.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.302740000, lastModified=2022-06-15 11:03:09.301979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.302740000, lastModified=2022-06-15 11:03:09.301979000, delta=761000 ns, racy<=17500 ns
11:03:09.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.303041000, lastModified=2022-06-15 11:03:09.301979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.301979000 to 2022-06-15 11:03:09.302979000
11:03:09.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.303405000, lastModified=2022-06-15 11:03:09.302979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.303405000, lastModified=2022-06-15 11:03:09.302979000, delta=426000 ns, racy<=17500 ns
11:03:09.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.303720000, lastModified=2022-06-15 11:03:09.302979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.303720000, lastModified=2022-06-15 11:03:09.302979000, delta=741000 ns, racy<=17500 ns
11:03:09.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.307552000, lastModified=2022-06-15 11:03:09.306979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.307552000, lastModified=2022-06-15 11:03:09.306979000, delta=573000 ns, racy<=17500 ns
11:03:09.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.336787000, lastModified=2022-06-15 11:03:09.306979000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.306979000 to 2022-06-15 11:03:09.335980000
11:03:09.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.337373000, lastModified=2022-06-15 11:03:09.336980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.337373000, lastModified=2022-06-15 11:03:09.336980000, delta=393000 ns, racy<=17500 ns
11:03:09.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.337864000, lastModified=2022-06-15 11:03:09.336980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.337864000, lastModified=2022-06-15 11:03:09.336980000, delta=884000 ns, racy<=17500 ns
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.338269000, lastModified=2022-06-15 11:03:09.337980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.338269000, lastModified=2022-06-15 11:03:09.337980000, delta=289000 ns, racy<=17500 ns
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.338568000, lastModified=2022-06-15 11:03:09.337980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.338568000, lastModified=2022-06-15 11:03:09.337980000, delta=588000 ns, racy<=17500 ns
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.338917000, lastModified=2022-06-15 11:03:09.337980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.338917000, lastModified=2022-06-15 11:03:09.337980000, delta=937000 ns, racy<=17500 ns
11:03:09.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.342721000, lastModified=2022-06-15 11:03:09.338980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.338980000 to 2022-06-15 11:03:09.341980000
11:03:09.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.343180000, lastModified=2022-06-15 11:03:09.342980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.343180000, lastModified=2022-06-15 11:03:09.342980000, delta=200000 ns, racy<=17500 ns
11:03:09.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.343633000, lastModified=2022-06-15 11:03:09.342980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.343633000, lastModified=2022-06-15 11:03:09.342980000, delta=653000 ns, racy<=17500 ns
11:03:09.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.343987000, lastModified=2022-06-15 11:03:09.342980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.342980000 to 2022-06-15 11:03:09.343980000
11:03:09.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.344379000, lastModified=2022-06-15 11:03:09.343980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.344379000, lastModified=2022-06-15 11:03:09.343980000, delta=399000 ns, racy<=17500 ns
11:03:09.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.344848000, lastModified=2022-06-15 11:03:09.343980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.344848000, lastModified=2022-06-15 11:03:09.343980000, delta=868000 ns, racy<=17500 ns
11:03:09.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.345295000, lastModified=2022-06-15 11:03:09.344980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.345295000, lastModified=2022-06-15 11:03:09.344980000, delta=315000 ns, racy<=17500 ns
11:03:09.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.346515000, lastModified=2022-06-15 11:03:09.345980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.346515000, lastModified=2022-06-15 11:03:09.345980000, delta=535000 ns, racy<=17500 ns
11:03:09.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.350659000, lastModified=2022-06-15 11:03:09.349980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.350659000, lastModified=2022-06-15 11:03:09.349980000, delta=679000 ns, racy<=17500 ns
11:03:09.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.351142000, lastModified=2022-06-15 11:03:09.349980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.349980000 to 2022-06-15 11:03:09.350980000
11:03:09.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.351662000, lastModified=2022-06-15 11:03:09.350980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.351662000, lastModified=2022-06-15 11:03:09.350980000, delta=682000 ns, racy<=17500 ns
11:03:09.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.352138000, lastModified=2022-06-15 11:03:09.350980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.350980000 to 2022-06-15 11:03:09.351980000
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.352455000, lastModified=2022-06-15 11:03:09.351980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.352455000, lastModified=2022-06-15 11:03:09.351980000, delta=475000 ns, racy<=17500 ns
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.352790000, lastModified=2022-06-15 11:03:09.351980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.352790000, lastModified=2022-06-15 11:03:09.351980000, delta=810000 ns, racy<=17500 ns
11:03:09.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.353122000, lastModified=2022-06-15 11:03:09.351980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.351980000 to 2022-06-15 11:03:09.352980000
11:03:09.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.357939000, lastModified=2022-06-15 11:03:09.352980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.352980000 to 2022-06-15 11:03:09.357980000
11:03:09.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.358501000, lastModified=2022-06-15 11:03:09.357980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.358501000, lastModified=2022-06-15 11:03:09.357980000, delta=521000 ns, racy<=17500 ns
11:03:09.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.358968000, lastModified=2022-06-15 11:03:09.357980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.357980000 to 2022-06-15 11:03:09.358980000
11:03:09.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.359342000, lastModified=2022-06-15 11:03:09.358980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.359342000, lastModified=2022-06-15 11:03:09.358980000, delta=362000 ns, racy<=17500 ns
11:03:09.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.359828000, lastModified=2022-06-15 11:03:09.358980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.359828000, lastModified=2022-06-15 11:03:09.358980000, delta=848000 ns, racy<=17500 ns
11:03:09.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.360382000, lastModified=2022-06-15 11:03:09.359980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.360382000, lastModified=2022-06-15 11:03:09.359980000, delta=402000 ns, racy<=17500 ns
11:03:09.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.360855000, lastModified=2022-06-15 11:03:09.359980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.360855000, lastModified=2022-06-15 11:03:09.359980000, delta=875000 ns, racy<=17500 ns
11:03:09.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.361229000, lastModified=2022-06-15 11:03:09.360980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.361229000, lastModified=2022-06-15 11:03:09.360980000, delta=249000 ns, racy<=17500 ns
11:03:09.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.366176000, lastModified=2022-06-15 11:03:09.365980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.366176000, lastModified=2022-06-15 11:03:09.365980000, delta=196000 ns, racy<=17500 ns
11:03:09.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.366634000, lastModified=2022-06-15 11:03:09.365980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.366634000, lastModified=2022-06-15 11:03:09.365980000, delta=654000 ns, racy<=17500 ns
11:03:09.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.367024000, lastModified=2022-06-15 11:03:09.365980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.365980000 to 2022-06-15 11:03:09.366980000
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.367455000, lastModified=2022-06-15 11:03:09.366980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.367455000, lastModified=2022-06-15 11:03:09.366980000, delta=475000 ns, racy<=17500 ns
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.367740000, lastModified=2022-06-15 11:03:09.366980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.367740000, lastModified=2022-06-15 11:03:09.366980000, delta=760000 ns, racy<=17500 ns
11:03:09.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.368026000, lastModified=2022-06-15 11:03:09.366980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.366980000 to 2022-06-15 11:03:09.367980000
11:03:09.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.368418000, lastModified=2022-06-15 11:03:09.367980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.368418000, lastModified=2022-06-15 11:03:09.367980000, delta=438000 ns, racy<=17500 ns
11:03:09.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.372991000, lastModified=2022-06-15 11:03:09.367980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.367980000 to 2022-06-15 11:03:09.372980000
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.373501000, lastModified=2022-06-15 11:03:09.372980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.373501000, lastModified=2022-06-15 11:03:09.372980000, delta=521000 ns, racy<=17500 ns
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.373780000, lastModified=2022-06-15 11:03:09.372980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.373780000, lastModified=2022-06-15 11:03:09.372980000, delta=800000 ns, racy<=17500 ns
11:03:09.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.374102000, lastModified=2022-06-15 11:03:09.372980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.372980000 to 2022-06-15 11:03:09.373980000
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.374374000, lastModified=2022-06-15 11:03:09.373980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.374374000, lastModified=2022-06-15 11:03:09.373980000, delta=394000 ns, racy<=17500 ns
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.374664000, lastModified=2022-06-15 11:03:09.373980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.374664000, lastModified=2022-06-15 11:03:09.373980000, delta=684000 ns, racy<=17500 ns
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.374958000, lastModified=2022-06-15 11:03:09.373980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.374958000, lastModified=2022-06-15 11:03:09.373980000, delta=978000 ns, racy<=17500 ns
11:03:09.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.375305000, lastModified=2022-06-15 11:03:09.374980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.375305000, lastModified=2022-06-15 11:03:09.374980000, delta=325000 ns, racy<=17500 ns
11:03:09.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.380229000, lastModified=2022-06-15 11:03:09.379980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.380229000, lastModified=2022-06-15 11:03:09.379980000, delta=249000 ns, racy<=17500 ns
11:03:09.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.380612000, lastModified=2022-06-15 11:03:09.379980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.380612000, lastModified=2022-06-15 11:03:09.379980000, delta=632000 ns, racy<=17500 ns
11:03:09.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.381023000, lastModified=2022-06-15 11:03:09.379980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.379980000 to 2022-06-15 11:03:09.380980000
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.381424000, lastModified=2022-06-15 11:03:09.380980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.381424000, lastModified=2022-06-15 11:03:09.380980000, delta=444000 ns, racy<=17500 ns
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.381771000, lastModified=2022-06-15 11:03:09.380980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.381771000, lastModified=2022-06-15 11:03:09.380980000, delta=791000 ns, racy<=17500 ns
11:03:09.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.382109000, lastModified=2022-06-15 11:03:09.380980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, lastModified changed from 2022-06-15 11:03:09.380980000 to 2022-06-15 11:03:09.381980000
11:03:09.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, create new FileSnapshot: lastRead=2022-06-15 11:03:09.382444000, lastModified=2022-06-15 11:03:09.381980000, size=1, fileKey=(dev=10006c,ino=1345815046)
11:03:09.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, isRacyClean=false, read=2022-06-15 11:03:09.382444000, lastModified=2022-06-15 11:03:09.381980000, delta=464000 ns, racy<=17500 ns
11:03:09.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/.probe-4023a6ad-8abd-4da8-9501-b16b50607eab, is unmodified
11:03:09.383 [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]
2655, 1985, 17500, 158000.0, 1020000.0, 584955.6675062958, 225978.8654507621
11:03:09.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=7 µs, minimalRacyInterval=1,020 µs]
11:03:09.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:06.376014000, lastModified=2022-06-15 11:03:05.461928000, delta=914086000 ns, racy<=2550000 ns
11:03:09.385 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.385 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2022-06-15 11:03:05.355835000, lastModified=2022-06-15 10:54:09.485508000, delta=535870327000 ns, racy<=2500000000 ns
11:03:09.385 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified
11:03:09.386 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.386597000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.386 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.386847000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989386847000 ns, racy<=2550000 ns
11:03:09.387 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:06.376014000, lastModified=2022-06-15 11:03:05.461928000, delta=914086000 ns, racy<=2550000 ns
11:03:09.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.386847000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989386847000 ns, racy<=2550000 ns
11:03:09.389 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.386597000, lastModified=2022-06-15 11:03:09.385980000, delta=617000 ns, racy<=2500000000 ns
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.390 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.390171000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.390171000, lastModified=2022-06-15 11:03:09.385980000, delta=4191000 ns, racy<=2500000000 ns
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.372274000, lastModified=2022-06-15 11:03:05.537929000, delta=834345000 ns, racy<=2500000000 ns
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.390448000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.390 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.390448000, lastModified=2022-06-15 11:03:05.537929000, delta=3852519000 ns, racy<=2500000000 ns
11:03:09.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.391727000, lastModified=2022-06-15 11:03:06.351940000, size=0, fileKey=(dev=10006c,ino=1342831807)
11:03:09.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.390171000, lastModified=2022-06-15 11:03:09.385980000, delta=4191000 ns, racy<=2500000000 ns
11:03:09.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.391 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.391 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.391909000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.391909000, lastModified=2022-06-15 11:03:09.385980000, delta=5929000 ns, racy<=2500000000 ns
11:03:09.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.392 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.393132000, lastModified=2022-06-15 11:03:09.392980000, size=104, fileKey=(dev=10006c,ino=1342831807)
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.393316000, lastModified=2022-06-15 11:03:09.392980000, size=104, fileKey=(dev=10006c,ino=1342831807)
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.391909000, lastModified=2022-06-15 11:03:09.385980000, delta=5929000 ns, racy<=2500000000 ns
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.393 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.393542000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.393542000, lastModified=2022-06-15 11:03:09.385980000, delta=7562000 ns, racy<=2500000000 ns
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.393 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.394106000, lastModified=2022-06-15 11:03:09.392980000, size=104, fileKey=(dev=10006c,ino=1342831807)
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.394225000, lastModified=2022-06-15 11:03:09.392980000, size=104, fileKey=(dev=10006c,ino=1342831807)
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.394415000, lastModified=2022-06-15 11:03:09.392980000, size=0, fileKey=(dev=10006c,ino=1342894016)
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.393542000, lastModified=2022-06-15 11:03:09.385980000, delta=7562000 ns, racy<=2500000000 ns
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.394 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.394529000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.394529000, lastModified=2022-06-15 11:03:09.385980000, delta=8549000 ns, racy<=2500000000 ns
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.394 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.395 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.395176000, lastModified=2022-06-15 11:03:09.394980000, size=104, fileKey=(dev=10006c,ino=1342894016)
11:03:09.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.394529000, lastModified=2022-06-15 11:03:09.385980000, delta=8549000 ns, racy<=2500000000 ns
11:03:09.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.449205000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.449205000, lastModified=2022-06-15 11:03:09.385980000, delta=63225000 ns, racy<=2500000000 ns
11:03:09.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.449205000, lastModified=2022-06-15 11:03:09.385980000, delta=63225000 ns, racy<=2500000000 ns
11:03:09.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.450 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.450728000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.450728000, lastModified=2022-06-15 11:03:09.385980000, delta=64748000 ns, racy<=2500000000 ns
11:03:09.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.450728000, lastModified=2022-06-15 11:03:09.385980000, delta=64748000 ns, racy<=2500000000 ns
11:03:09.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.456445000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.456445000, lastModified=2022-06-15 11:03:09.385980000, delta=70465000 ns, racy<=2500000000 ns
11:03:09.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.456445000, lastModified=2022-06-15 11:03:09.385980000, delta=70465000 ns, racy<=2500000000 ns
11:03:09.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.457 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.457888000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.457888000, lastModified=2022-06-15 11:03:09.385980000, delta=71908000 ns, racy<=2500000000 ns
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.458245000, lastModified=2022-06-15 11:03:05.476929000, size=23, fileKey=(dev=10006c,ino=1342831804)
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.457888000, lastModified=2022-06-15 11:03:09.385980000, delta=71908000 ns, racy<=2500000000 ns
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.458 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.458562000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.458562000, lastModified=2022-06-15 11:03:09.385980000, delta=72582000 ns, racy<=2500000000 ns
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.458245000, lastModified=2022-06-15 11:03:05.476929000, delta=3981316000 ns, racy<=2550000 ns
11:03:09.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, is unmodified
11:03:09.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.458562000, lastModified=2022-06-15 11:03:09.385980000, delta=72582000 ns, racy<=2500000000 ns
11:03:09.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.459 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.459975000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.459975000, lastModified=2022-06-15 11:03:09.385980000, delta=73995000 ns, racy<=2500000000 ns
11:03:09.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.461661000, lastModified=2022-06-15 11:03:09.394980000, size=104, fileKey=(dev=10006c,ino=1342894016)
11:03:09.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.461748000, lastModified=2022-06-15 11:03:09.394980000, size=104, fileKey=(dev=10006c,ino=1342894016)
11:03:09.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:06.376014000, lastModified=2022-06-15 11:03:05.461928000, delta=914086000 ns, racy<=2550000 ns
11:03:09.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.386847000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989386847000 ns, racy<=2550000 ns
11:03:09.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:06.376014000, lastModified=2022-06-15 11:03:05.461928000, delta=914086000 ns, racy<=2550000 ns
11:03:09.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.386847000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989386847000 ns, racy<=2550000 ns
11:03:09.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:06.376014000, lastModified=2022-06-15 11:03:05.461928000, delta=914086000 ns, racy<=2550000 ns
11:03:09.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.386847000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989386847000 ns, racy<=2550000 ns
11:03:09.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:06.376014000, lastModified=2022-06-15 11:03:05.461928000, delta=914086000 ns, racy<=2550000 ns
11:03:09.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.386847000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989386847000 ns, racy<=2550000 ns
11:03:09.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.459975000, lastModified=2022-06-15 11:03:09.385980000, delta=73995000 ns, racy<=2500000000 ns
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.467 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.467577000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.467577000, lastModified=2022-06-15 11:03:09.385980000, delta=81597000 ns, racy<=2500000000 ns
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.458245000, lastModified=2022-06-15 11:03:05.476929000, delta=3981316000 ns, racy<=2550000 ns
11:03:09.467 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, is unmodified
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.467577000, lastModified=2022-06-15 11:03:09.385980000, delta=81597000 ns, racy<=2500000000 ns
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.468 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.468361000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.468361000, lastModified=2022-06-15 11:03:09.385980000, delta=82381000 ns, racy<=2500000000 ns
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.468361000, lastModified=2022-06-15 11:03:09.385980000, delta=82381000 ns, racy<=2500000000 ns
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.468 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.468722000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.468722000, lastModified=2022-06-15 11:03:09.385980000, delta=82742000 ns, racy<=2500000000 ns
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.468 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.468722000, lastModified=2022-06-15 11:03:09.385980000, delta=82742000 ns, racy<=2500000000 ns
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.469537000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.469537000, lastModified=2022-06-15 11:03:09.385980000, delta=83557000 ns, racy<=2500000000 ns
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.469537000, lastModified=2022-06-15 11:03:09.385980000, delta=83557000 ns, racy<=2500000000 ns
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.469836000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.469836000, lastModified=2022-06-15 11:03:09.385980000, delta=83856000 ns, racy<=2500000000 ns
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.469836000, lastModified=2022-06-15 11:03:09.385980000, delta=83856000 ns, racy<=2500000000 ns
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.470208000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.470208000, lastModified=2022-06-15 11:03:09.385980000, delta=84228000 ns, racy<=2500000000 ns
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.470208000, lastModified=2022-06-15 11:03:09.385980000, delta=84228000 ns, racy<=2500000000 ns
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.470501000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.470501000, lastModified=2022-06-15 11:03:09.385980000, delta=84521000 ns, racy<=2500000000 ns
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.470501000, lastModified=2022-06-15 11:03:09.385980000, delta=84521000 ns, racy<=2500000000 ns
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.470779000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.470779000, lastModified=2022-06-15 11:03:09.385980000, delta=84799000 ns, racy<=2500000000 ns
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.470779000, lastModified=2022-06-15 11:03:09.385980000, delta=84799000 ns, racy<=2500000000 ns
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.471 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.471318000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.471318000, lastModified=2022-06-15 11:03:09.385980000, delta=85338000 ns, racy<=2500000000 ns
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.471 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.471554000, lastModified=2022-06-15 11:03:09.468981000, size=41, fileKey=(dev=10006c,ino=1342894018)
11:03:09.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.471318000, lastModified=2022-06-15 11:03:09.385980000, delta=85338000 ns, racy<=2500000000 ns
11:03:09.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.472 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.472574000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.472574000, lastModified=2022-06-15 11:03:09.385980000, delta=86594000 ns, racy<=2500000000 ns
11:03:09.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.472 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.476404000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.472574000, lastModified=2022-06-15 11:03:09.385980000, delta=86594000 ns, racy<=2500000000 ns
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.476 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.476641000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.476641000, lastModified=2022-06-15 11:03:09.385980000, delta=90661000 ns, racy<=2500000000 ns
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.476641000, lastModified=2022-06-15 11:03:09.385980000, delta=90661000 ns, racy<=2500000000 ns
11:03:09.476 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.477021000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.477021000, lastModified=2022-06-15 11:03:09.385980000, delta=91041000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.477327000, lastModified=2022-06-15 11:03:09.394980000, size=104, fileKey=(dev=10006c,ino=1342894016)
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.477021000, lastModified=2022-06-15 11:03:09.385980000, delta=91041000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.477478000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.477478000, lastModified=2022-06-15 11:03:09.385980000, delta=91498000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.477750000, lastModified=2022-06-15 11:03:09.394980000, size=104, fileKey=(dev=10006c,ino=1342894016)
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.477805000, lastModified=2022-06-15 11:03:09.394980000, size=104, fileKey=(dev=10006c,ino=1342894016)
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.477478000, lastModified=2022-06-15 11:03:09.385980000, delta=91498000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.477 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.477884000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.477884000, lastModified=2022-06-15 11:03:09.385980000, delta=91904000 ns, racy<=2500000000 ns
11:03:09.477 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.477884000, lastModified=2022-06-15 11:03:09.385980000, delta=91904000 ns, racy<=2500000000 ns
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.478 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.478236000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.478236000, lastModified=2022-06-15 11:03:09.385980000, delta=92256000 ns, racy<=2500000000 ns
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.478 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.478236000, lastModified=2022-06-15 11:03:09.385980000, delta=92256000 ns, racy<=2500000000 ns
11:03:09.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.479 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.479879000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.479 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.479879000, lastModified=2022-06-15 11:03:09.385980000, delta=93899000 ns, racy<=2500000000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, size=6, fileKey=(dev=10006c,ino=1347802465)
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.479879000, lastModified=2022-06-15 11:03:09.385980000, delta=93899000 ns, racy<=2500000000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.480 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.480658000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.480658000, lastModified=2022-06-15 11:03:09.385980000, delta=94678000 ns, racy<=2500000000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.480 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.481240000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989481240000 ns, racy<=2550000 ns
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.481240000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989481240000 ns, racy<=2550000 ns
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.481946000, lastModified=2022-06-15 11:03:09.476981000, size=0, fileKey=(dev=10006c,ino=1342894020)
11:03:09.481 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.480658000, lastModified=2022-06-15 11:03:09.385980000, delta=94678000 ns, racy<=2500000000 ns
11:03:09.482 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.536816000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.536816000, lastModified=2022-06-15 11:03:09.385980000, delta=150836000 ns, racy<=2500000000 ns
11:03:09.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.537856000, lastModified=2022-06-15 11:03:09.536982000, size=176, fileKey=(dev=10006c,ino=1342894020)
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.537996000, lastModified=2022-06-15 11:03:09.536982000, size=176, fileKey=(dev=10006c,ino=1342894020)
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.536816000, lastModified=2022-06-15 11:03:09.385980000, delta=150836000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.538441000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.538441000, lastModified=2022-06-15 11:03:09.385980000, delta=152461000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.538441000, lastModified=2022-06-15 11:03:09.385980000, delta=152461000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.538768000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.538768000, lastModified=2022-06-15 11:03:09.385980000, delta=152788000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.538768000, lastModified=2022-06-15 11:03:09.385980000, delta=152788000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.539 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.539091000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.539091000, lastModified=2022-06-15 11:03:09.385980000, delta=153111000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.539091000, lastModified=2022-06-15 11:03:09.385980000, delta=153111000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.539 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.539338000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.539338000, lastModified=2022-06-15 11:03:09.385980000, delta=153358000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.539537000, lastModified=2022-06-15 11:03:05.476929000, size=23, fileKey=(dev=10006c,ino=1342831804)
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.539620000, lastModified=2022-06-15 11:03:09.468981000, size=41, fileKey=(dev=10006c,ino=1342894018)
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.539338000, lastModified=2022-06-15 11:03:09.385980000, delta=153358000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.539 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.539789000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.539789000, lastModified=2022-06-15 11:03:09.385980000, delta=153809000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.539537000, lastModified=2022-06-15 11:03:05.476929000, delta=4062608000 ns, racy<=2550000 ns
11:03:09.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, is unmodified
11:03:09.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.539620000, lastModified=2022-06-15 11:03:09.468981000, delta=70639000 ns, racy<=2550000 ns
11:03:09.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.539789000, lastModified=2022-06-15 11:03:09.385980000, delta=153809000 ns, racy<=2500000000 ns
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.541174000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.541174000, lastModified=2022-06-15 11:03:09.385980000, delta=155194000 ns, racy<=2500000000 ns
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.541682000, lastModified=2022-06-15 11:03:09.536982000, size=176, fileKey=(dev=10006c,ino=1342894020)
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.541795000, lastModified=2022-06-15 11:03:09.536982000, size=176, fileKey=(dev=10006c,ino=1342894020)
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.481240000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989481240000 ns, racy<=2550000 ns
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.481240000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989481240000 ns, racy<=2550000 ns
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.481240000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989481240000 ns, racy<=2550000 ns
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.480338000, lastModified=2022-06-15 11:03:05.461928000, delta=4018410000 ns, racy<=2550000 ns
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.481240000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989481240000 ns, racy<=2550000 ns
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.541174000, lastModified=2022-06-15 11:03:09.385980000, delta=155194000 ns, racy<=2500000000 ns
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.543 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.543869000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.543869000, lastModified=2022-06-15 11:03:09.385980000, delta=157889000 ns, racy<=2500000000 ns
11:03:09.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.539537000, lastModified=2022-06-15 11:03:05.476929000, delta=4062608000 ns, racy<=2550000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, is unmodified
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.539620000, lastModified=2022-06-15 11:03:09.468981000, delta=70639000 ns, racy<=2550000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.543869000, lastModified=2022-06-15 11:03:09.385980000, delta=157889000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.544385000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.544385000, lastModified=2022-06-15 11:03:09.385980000, delta=158405000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.539620000, lastModified=2022-06-15 11:03:09.468981000, delta=70639000 ns, racy<=2550000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.544385000, lastModified=2022-06-15 11:03:09.385980000, delta=158405000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.544890000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.544890000, lastModified=2022-06-15 11:03:09.385980000, delta=158910000 ns, racy<=2500000000 ns
11:03:09.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.544890000, lastModified=2022-06-15 11:03:09.385980000, delta=158910000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.545222000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.545222000, lastModified=2022-06-15 11:03:09.385980000, delta=159242000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.545222000, lastModified=2022-06-15 11:03:09.385980000, delta=159242000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.545601000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.545601000, lastModified=2022-06-15 11:03:09.385980000, delta=159621000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.545601000, lastModified=2022-06-15 11:03:09.385980000, delta=159621000 ns, racy<=2500000000 ns
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.545883000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.545883000, lastModified=2022-06-15 11:03:09.385980000, delta=159903000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.545883000, lastModified=2022-06-15 11:03:09.385980000, delta=159903000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.546206000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.546206000, lastModified=2022-06-15 11:03:09.385980000, delta=160226000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.546206000, lastModified=2022-06-15 11:03:09.385980000, delta=160226000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.546517000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.546517000, lastModified=2022-06-15 11:03:09.385980000, delta=160537000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.546775000, lastModified=2022-06-15 11:03:09.544982000, size=41, fileKey=(dev=10006c,ino=1342894021)
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.546517000, lastModified=2022-06-15 11:03:09.385980000, delta=160537000 ns, racy<=2500000000 ns
11:03:09.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.547021000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.547021000, lastModified=2022-06-15 11:03:09.385980000, delta=161041000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.476870000, lastModified=2022-06-15 11:03:05.537929000, delta=3938941000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.547021000, lastModified=2022-06-15 11:03:09.385980000, delta=161041000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.547430000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.547430000, lastModified=2022-06-15 11:03:09.385980000, delta=161450000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=true, read=2022-06-15 11:03:06.270398000, lastModified=2022-06-15 11:03:05.537929000, delta=732469000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is racily clean
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.547648000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.547648000, lastModified=2022-06-15 11:03:05.537929000, delta=4009719000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.547798000, lastModified=2022-06-15 11:03:09.544982000, size=41, fileKey=(dev=10006c,ino=1342894021)
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.547430000, lastModified=2022-06-15 11:03:09.385980000, delta=161450000 ns, racy<=2500000000 ns
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.547952000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.547952000, lastModified=2022-06-15 11:03:09.385980000, delta=161972000 ns, racy<=2500000000 ns
11:03:09.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.547798000, lastModified=2022-06-15 11:03:09.544982000, delta=2816000 ns, racy<=2550000 ns
11:03:09.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.548995000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.547952000, lastModified=2022-06-15 11:03:09.385980000, delta=161972000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.549258000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.549258000, lastModified=2022-06-15 11:03:09.385980000, delta=163278000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.549258000, lastModified=2022-06-15 11:03:09.385980000, delta=163278000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.549601000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.549601000, lastModified=2022-06-15 11:03:09.385980000, delta=163621000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.549852000, lastModified=2022-06-15 11:03:09.536982000, size=176, fileKey=(dev=10006c,ino=1342894020)
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.549601000, lastModified=2022-06-15 11:03:09.385980000, delta=163621000 ns, racy<=2500000000 ns
11:03:09.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.549990000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.549990000, lastModified=2022-06-15 11:03:09.385980000, delta=164010000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.550354000, lastModified=2022-06-15 11:03:09.536982000, size=176, fileKey=(dev=10006c,ino=1342894020)
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.550412000, lastModified=2022-06-15 11:03:09.536982000, size=176, fileKey=(dev=10006c,ino=1342894020)
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.549990000, lastModified=2022-06-15 11:03:09.385980000, delta=164010000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.550494000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.550494000, lastModified=2022-06-15 11:03:09.385980000, delta=164514000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.550494000, lastModified=2022-06-15 11:03:09.385980000, delta=164514000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.550760000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.550760000, lastModified=2022-06-15 11:03:09.385980000, delta=164780000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.550760000, lastModified=2022-06-15 11:03:09.385980000, delta=164780000 ns, racy<=2500000000 ns
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.551173000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.551173000, lastModified=2022-06-15 11:03:09.385980000, delta=165193000 ns, racy<=2500000000 ns
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, size=6, fileKey=(dev=10006c,ino=1347802465)
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.551689000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989551689000 ns, racy<=2550000 ns
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.551689000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989551689000 ns, racy<=2550000 ns
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.552567000, lastModified=2022-06-15 11:03:09.549982000, size=0, fileKey=(dev=10006c,ino=1342894017)
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.551173000, lastModified=2022-06-15 11:03:09.385980000, delta=165193000 ns, racy<=2500000000 ns
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.552642000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.552642000, lastModified=2022-06-15 11:03:09.385980000, delta=166662000 ns, racy<=2500000000 ns
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.553258000, lastModified=2022-06-15 11:03:09.552982000, size=176, fileKey=(dev=10006c,ino=1342894017)
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.553360000, lastModified=2022-06-15 11:03:09.552982000, size=176, fileKey=(dev=10006c,ino=1342894017)
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.552642000, lastModified=2022-06-15 11:03:09.385980000, delta=166662000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.553551000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.553551000, lastModified=2022-06-15 11:03:09.385980000, delta=167571000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.553551000, lastModified=2022-06-15 11:03:09.385980000, delta=167571000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.553820000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.553820000, lastModified=2022-06-15 11:03:09.385980000, delta=167840000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.553820000, lastModified=2022-06-15 11:03:09.385980000, delta=167840000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.554123000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.554123000, lastModified=2022-06-15 11:03:09.385980000, delta=168143000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.554123000, lastModified=2022-06-15 11:03:09.385980000, delta=168143000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.554360000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.554360000, lastModified=2022-06-15 11:03:09.385980000, delta=168380000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.554571000, lastModified=2022-06-15 11:03:05.476929000, size=23, fileKey=(dev=10006c,ino=1342831804)
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.554636000, lastModified=2022-06-15 11:03:09.544982000, size=41, fileKey=(dev=10006c,ino=1342894021)
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.554360000, lastModified=2022-06-15 11:03:09.385980000, delta=168380000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.554 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.554784000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.554784000, lastModified=2022-06-15 11:03:09.385980000, delta=168804000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.554 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.554571000, lastModified=2022-06-15 11:03:05.476929000, delta=4077642000 ns, racy<=2550000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, is unmodified
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.554636000, lastModified=2022-06-15 11:03:09.544982000, delta=9654000 ns, racy<=2550000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.554784000, lastModified=2022-06-15 11:03:09.385980000, delta=168804000 ns, racy<=2500000000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.555447000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.555447000, lastModified=2022-06-15 11:03:09.385980000, delta=169467000 ns, racy<=2500000000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.555755000, lastModified=2022-06-15 11:03:09.552982000, size=176, fileKey=(dev=10006c,ino=1342894017)
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.555814000, lastModified=2022-06-15 11:03:09.552982000, size=176, fileKey=(dev=10006c,ino=1342894017)
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.551689000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989551689000 ns, racy<=2550000 ns
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.551689000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989551689000 ns, racy<=2550000 ns
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.551689000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989551689000 ns, racy<=2550000 ns
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.551455000, lastModified=2022-06-15 11:03:05.461928000, delta=4089527000 ns, racy<=2550000 ns
11:03:09.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.551689000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989551689000 ns, racy<=2550000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack/preserved, is unmodified
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.555447000, lastModified=2022-06-15 11:03:09.385980000, delta=169467000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.557354000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.557354000, lastModified=2022-06-15 11:03:09.385980000, delta=171374000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.554571000, lastModified=2022-06-15 11:03:05.476929000, delta=4077642000 ns, racy<=2550000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/HEAD, is unmodified
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.554636000, lastModified=2022-06-15 11:03:09.544982000, delta=9654000 ns, racy<=2550000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.557354000, lastModified=2022-06-15 11:03:09.385980000, delta=171374000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.557798000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.557798000, lastModified=2022-06-15 11:03:09.385980000, delta=171818000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.554636000, lastModified=2022-06-15 11:03:09.544982000, delta=9654000 ns, racy<=2550000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.557798000, lastModified=2022-06-15 11:03:09.385980000, delta=171818000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.558328000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.558328000, lastModified=2022-06-15 11:03:09.385980000, delta=172348000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.558328000, lastModified=2022-06-15 11:03:09.385980000, delta=172348000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.558593000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.558593000, lastModified=2022-06-15 11:03:09.385980000, delta=172613000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.558593000, lastModified=2022-06-15 11:03:09.385980000, delta=172613000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.558853000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.558853000, lastModified=2022-06-15 11:03:09.385980000, delta=172873000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.558853000, lastModified=2022-06-15 11:03:09.385980000, delta=172873000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.559155000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.559155000, lastModified=2022-06-15 11:03:09.385980000, delta=173175000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.559155000, lastModified=2022-06-15 11:03:09.385980000, delta=173175000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.559468000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.559468000, lastModified=2022-06-15 11:03:09.385980000, delta=173488000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.559468000, lastModified=2022-06-15 11:03:09.385980000, delta=173488000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.559783000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.559783000, lastModified=2022-06-15 11:03:09.385980000, delta=173803000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.559947000, lastModified=2022-06-15 11:03:09.557983000, size=41, fileKey=(dev=10006c,ino=1342894020)
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.559783000, lastModified=2022-06-15 11:03:09.385980000, delta=173803000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.560190000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.560190000, lastModified=2022-06-15 11:03:09.385980000, delta=174210000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.549461000, lastModified=2022-06-15 11:03:05.537929000, delta=4011532000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.560190000, lastModified=2022-06-15 11:03:09.385980000, delta=174210000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.560475000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.560475000, lastModified=2022-06-15 11:03:09.385980000, delta=174495000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1342894021) to (dev=10006c,ino=1342894020)
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.560693000, lastModified=2022-06-15 11:03:09.557983000, size=41, fileKey=(dev=10006c,ino=1342894020)
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.560475000, lastModified=2022-06-15 11:03:09.385980000, delta=174495000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.560808000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.560808000, lastModified=2022-06-15 11:03:09.385980000, delta=174828000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.560693000, lastModified=2022-06-15 11:03:09.557983000, delta=2710000 ns, racy<=2550000 ns
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/refs/heads/master, is unmodified
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.560808000, lastModified=2022-06-15 11:03:09.385980000, delta=174828000 ns, racy<=2500000000 ns
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.561278000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.561278000, lastModified=2022-06-15 11:03:09.385980000, delta=175298000 ns, racy<=2500000000 ns
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.561901000, lastModified=2022-06-15 11:03:05.461928000, size=6, fileKey=(dev=10006c,ino=1347802465)
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.561901000, lastModified=2022-06-15 11:03:05.461928000, delta=4099973000 ns, racy<=2550000 ns
11:03:09.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.561278000, lastModified=2022-06-15 11:03:09.385980000, delta=175298000 ns, racy<=2500000000 ns
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.562 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.562271000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.562271000, lastModified=2022-06-15 11:03:09.385980000, delta=176291000 ns, racy<=2500000000 ns
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.561901000, lastModified=2022-06-15 11:03:05.461928000, delta=4099973000 ns, racy<=2550000 ns
11:03:09.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.561901000, lastModified=2022-06-15 11:03:05.461928000, delta=4099973000 ns, racy<=2550000 ns
11:03:09.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.564783000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.562271000, lastModified=2022-06-15 11:03:09.385980000, delta=176291000 ns, racy<=2500000000 ns
11:03:09.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.564 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.564978000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.564978000, lastModified=2022-06-15 11:03:09.385980000, delta=178998000 ns, racy<=2500000000 ns
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.565224000, lastModified=2022-06-15 11:03:05.537929000, size=78, fileKey=(dev=10006c,ino=1342831805)
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.564978000, lastModified=2022-06-15 11:03:09.385980000, delta=178998000 ns, racy<=2500000000 ns
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.565381000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.565381000, lastModified=2022-06-15 11:03:09.385980000, delta=179401000 ns, racy<=2500000000 ns
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.565224000, lastModified=2022-06-15 11:03:05.537929000, delta=4027295000 ns, racy<=2500000000 ns
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, is unmodified
11:03:09.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.565595000, lastModified=2022-06-15 11:03:09.552982000, size=176, fileKey=(dev=10006c,ino=1342894017)
11:03:09.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.566264000, lastModified=2022-06-15 11:03:05.461928000, size=6, fileKey=(dev=10006c,ino=1347802465)
11:03:09.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.566264000, lastModified=2022-06-15 11:03:05.461928000, delta=4104336000 ns, racy<=2550000 ns
11:03:09.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.566264000, lastModified=2022-06-15 11:03:05.461928000, delta=4104336000 ns, racy<=2550000 ns
11:03:09.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.566264000, lastModified=2022-06-15 11:03:05.461928000, delta=4104336000 ns, racy<=2550000 ns
11:03:09.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.565381000, lastModified=2022-06-15 11:03:09.385980000, delta=179401000 ns, racy<=2500000000 ns
11:03:09.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.572324000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.572324000, lastModified=2022-06-15 11:03:09.385980000, delta=186344000 ns, racy<=2500000000 ns
11:03:09.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.561901000, lastModified=2022-06-15 11:03:05.461928000, delta=4099973000 ns, racy<=2550000 ns
11:03:09.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.561901000, lastModified=2022-06-15 11:03:05.461928000, delta=4099973000 ns, racy<=2550000 ns
11:03:09.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/objects/pack, is unmodified
11:03:09.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.572324000, lastModified=2022-06-15 11:03:09.385980000, delta=186344000 ns, racy<=2500000000 ns
11:03:09.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.577 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.577 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.577986000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.577986000, lastModified=2022-06-15 11:03:09.385980000, delta=192006000 ns, racy<=2500000000 ns
11:03:09.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.577986000, lastModified=2022-06-15 11:03:09.385980000, delta=192006000 ns, racy<=2500000000 ns
11:03:09.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.638929000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.638929000, lastModified=2022-06-15 11:03:09.385980000, delta=252949000 ns, racy<=2500000000 ns
11:03:09.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit8225217072596980776/.git/config, cannot be racily clean
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.638929000, lastModified=2022-06-15 11:03:09.385980000, delta=252949000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.647163000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.647163000, lastModified=2022-06-15 11:03:09.385980000, delta=261183000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.647163000, lastModified=2022-06-15 11:03:09.385980000, delta=261183000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.647395000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.647395000, lastModified=2022-06-15 11:03:09.385980000, delta=261415000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.647395000, lastModified=2022-06-15 11:03:09.385980000, delta=261415000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.647679000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.647679000, lastModified=2022-06-15 11:03:09.385980000, delta=261699000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.647679000, lastModified=2022-06-15 11:03:09.385980000, delta=261699000 ns, racy<=2500000000 ns
11:03:09.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.648005000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.648005000, lastModified=2022-06-15 11:03:09.385980000, delta=262025000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.648005000, lastModified=2022-06-15 11:03:09.385980000, delta=262025000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.648 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.648317000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.648317000, lastModified=2022-06-15 11:03:09.385980000, delta=262337000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.648317000, lastModified=2022-06-15 11:03:09.385980000, delta=262337000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.648 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.648770000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.648770000, lastModified=2022-06-15 11:03:09.385980000, delta=262790000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.648770000, lastModified=2022-06-15 11:03:09.385980000, delta=262790000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.649 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.649192000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.649192000, lastModified=2022-06-15 11:03:09.385980000, delta=263212000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.649192000, lastModified=2022-06-15 11:03:09.385980000, delta=263212000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.649 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.649536000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.649536000, lastModified=2022-06-15 11:03:09.385980000, delta=263556000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.649536000, lastModified=2022-06-15 11:03:09.385980000, delta=263556000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.650211000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.650211000, lastModified=2022-06-15 11:03:09.385980000, delta=264231000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.650211000, lastModified=2022-06-15 11:03:09.385980000, delta=264231000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.650486000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.650486000, lastModified=2022-06-15 11:03:09.385980000, delta=264506000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.650486000, lastModified=2022-06-15 11:03:09.385980000, delta=264506000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.650786000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.650786000, lastModified=2022-06-15 11:03:09.385980000, delta=264806000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.647533000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989647533000 ns, racy<=2500000000 ns
11:03:09.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is unmodified
11:03:09.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.651098000, lastModified=2022-06-15 11:03:09.649984000, size=23, fileKey=(dev=10006c,ino=1361263235)
11:03:09.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.651638000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.651932000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.650786000, lastModified=2022-06-15 11:03:09.385980000, delta=264806000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.652132000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.652132000, lastModified=2022-06-15 11:03:09.385980000, delta=266152000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.652288000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.652132000, lastModified=2022-06-15 11:03:09.385980000, delta=266152000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.652408000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.652408000, lastModified=2022-06-15 11:03:09.385980000, delta=266428000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.652288000, lastModified=2022-06-15 11:03:09.650984000, delta=1304000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.652555000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.652555000, lastModified=2022-06-15 11:03:09.650984000, delta=1571000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.652408000, lastModified=2022-06-15 11:03:09.385980000, delta=266428000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.652 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.652780000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.652780000, lastModified=2022-06-15 11:03:09.385980000, delta=266800000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.652555000, lastModified=2022-06-15 11:03:09.650984000, delta=1571000 ns, racy<=2500000000 ns
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.652919000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.652 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.652919000, lastModified=2022-06-15 11:03:09.650984000, delta=1935000 ns, racy<=2500000000 ns
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.653010000, lastModified=2022-06-15 11:03:09.649984000, size=23, fileKey=(dev=10006c,ino=1361263235)
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.653525000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.652780000, lastModified=2022-06-15 11:03:09.385980000, delta=266800000 ns, racy<=2500000000 ns
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.653651000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.653651000, lastModified=2022-06-15 11:03:09.385980000, delta=267671000 ns, racy<=2500000000 ns
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.653794000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.653651000, lastModified=2022-06-15 11:03:09.385980000, delta=267671000 ns, racy<=2500000000 ns
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.653921000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.653921000, lastModified=2022-06-15 11:03:09.385980000, delta=267941000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.653794000, lastModified=2022-06-15 11:03:09.650984000, delta=2810000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.654109000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.654109000, lastModified=2022-06-15 11:03:09.650984000, delta=3125000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.653921000, lastModified=2022-06-15 11:03:09.385980000, delta=267941000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.654372000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.654372000, lastModified=2022-06-15 11:03:09.385980000, delta=268392000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.654109000, lastModified=2022-06-15 11:03:09.650984000, delta=3125000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.654520000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.654520000, lastModified=2022-06-15 11:03:09.650984000, delta=3536000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.654372000, lastModified=2022-06-15 11:03:09.385980000, delta=268392000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.654745000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.654745000, lastModified=2022-06-15 11:03:09.385980000, delta=268765000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.654520000, lastModified=2022-06-15 11:03:09.650984000, delta=3536000 ns, racy<=2500000000 ns
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.654944000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.654944000, lastModified=2022-06-15 11:03:09.650984000, delta=3960000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.654745000, lastModified=2022-06-15 11:03:09.385980000, delta=268765000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.655149000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.655149000, lastModified=2022-06-15 11:03:09.385980000, delta=269169000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.654944000, lastModified=2022-06-15 11:03:09.650984000, delta=3960000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.655276000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.655276000, lastModified=2022-06-15 11:03:09.650984000, delta=4292000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.655149000, lastModified=2022-06-15 11:03:09.385980000, delta=269169000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.655487000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.655487000, lastModified=2022-06-15 11:03:09.385980000, delta=269507000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.655276000, lastModified=2022-06-15 11:03:09.650984000, delta=4292000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.655613000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.655613000, lastModified=2022-06-15 11:03:09.650984000, delta=4629000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.655487000, lastModified=2022-06-15 11:03:09.385980000, delta=269507000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.655778000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.655778000, lastModified=2022-06-15 11:03:09.385980000, delta=269798000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.655613000, lastModified=2022-06-15 11:03:09.650984000, delta=4629000 ns, racy<=2500000000 ns
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.655896000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.655896000, lastModified=2022-06-15 11:03:09.650984000, delta=4912000 ns, racy<=2500000000 ns
11:03:09.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.656208000, lastModified=2022-06-15 11:03:09.647984000, size=6, fileKey=(dev=10006c,ino=1371320582)
11:03:09.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.656208000, lastModified=2022-06-15 11:03:09.647984000, delta=8224000 ns, racy<=2550000 ns
11:03:09.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.656828000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989656828000 ns, racy<=2550000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.656208000, lastModified=2022-06-15 11:03:09.647984000, delta=8224000 ns, racy<=2550000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.656828000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989656828000 ns, racy<=2550000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.655778000, lastModified=2022-06-15 11:03:09.385980000, delta=269798000 ns, racy<=2500000000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.657673000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.657673000, lastModified=2022-06-15 11:03:09.385980000, delta=271693000 ns, racy<=2500000000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.655896000, lastModified=2022-06-15 11:03:09.650984000, delta=4912000 ns, racy<=2500000000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.657825000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.657825000, lastModified=2022-06-15 11:03:09.650984000, delta=6841000 ns, racy<=2500000000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.657894000, lastModified=2022-06-15 11:03:09.653984000, size=0, fileKey=(dev=10006c,ino=1361263237)
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.657673000, lastModified=2022-06-15 11:03:09.385980000, delta=271693000 ns, racy<=2500000000 ns
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.657960000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.657960000, lastModified=2022-06-15 11:03:09.385980000, delta=271980000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.657825000, lastModified=2022-06-15 11:03:09.650984000, delta=6841000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658195000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.658195000, lastModified=2022-06-15 11:03:09.650984000, delta=7211000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658315000, lastModified=2022-06-15 11:03:09.657984000, size=104, fileKey=(dev=10006c,ino=1361263237)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658358000, lastModified=2022-06-15 11:03:09.657984000, size=104, fileKey=(dev=10006c,ino=1361263237)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.657960000, lastModified=2022-06-15 11:03:09.385980000, delta=271980000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658424000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.658424000, lastModified=2022-06-15 11:03:09.385980000, delta=272444000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.658195000, lastModified=2022-06-15 11:03:09.650984000, delta=7211000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658555000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.658555000, lastModified=2022-06-15 11:03:09.650984000, delta=7571000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658713000, lastModified=2022-06-15 11:03:09.657984000, size=104, fileKey=(dev=10006c,ino=1361263237)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658764000, lastModified=2022-06-15 11:03:09.657984000, size=104, fileKey=(dev=10006c,ino=1361263237)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658863000, lastModified=2022-06-15 11:03:09.657984000, size=0, fileKey=(dev=10006c,ino=1361263238)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.658424000, lastModified=2022-06-15 11:03:09.385980000, delta=272444000 ns, racy<=2500000000 ns
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.658928000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.658928000, lastModified=2022-06-15 11:03:09.385980000, delta=272948000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.658555000, lastModified=2022-06-15 11:03:09.650984000, delta=7571000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.659099000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.659099000, lastModified=2022-06-15 11:03:09.650984000, delta=8115000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.659204000, lastModified=2022-06-15 11:03:09.658984000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.658928000, lastModified=2022-06-15 11:03:09.385980000, delta=272948000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.659375000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.659375000, lastModified=2022-06-15 11:03:09.385980000, delta=273395000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.659099000, lastModified=2022-06-15 11:03:09.650984000, delta=8115000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.659577000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.659577000, lastModified=2022-06-15 11:03:09.650984000, delta=8593000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.659375000, lastModified=2022-06-15 11:03:09.385980000, delta=273395000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.659685000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.659685000, lastModified=2022-06-15 11:03:09.385980000, delta=273705000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.659577000, lastModified=2022-06-15 11:03:09.650984000, delta=8593000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.659829000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.659829000, lastModified=2022-06-15 11:03:09.650984000, delta=8845000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.659685000, lastModified=2022-06-15 11:03:09.385980000, delta=273705000 ns, racy<=2500000000 ns
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.659963000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.659963000, lastModified=2022-06-15 11:03:09.385980000, delta=273983000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.659829000, lastModified=2022-06-15 11:03:09.650984000, delta=8845000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.660176000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.660176000, lastModified=2022-06-15 11:03:09.650984000, delta=9192000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.659963000, lastModified=2022-06-15 11:03:09.385980000, delta=273983000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.660282000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.660282000, lastModified=2022-06-15 11:03:09.385980000, delta=274302000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.660176000, lastModified=2022-06-15 11:03:09.650984000, delta=9192000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.660421000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.660421000, lastModified=2022-06-15 11:03:09.650984000, delta=9437000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.660521000, lastModified=2022-06-15 11:03:09.649984000, size=23, fileKey=(dev=10006c,ino=1361263235)
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.660282000, lastModified=2022-06-15 11:03:09.385980000, delta=274302000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.660775000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.660775000, lastModified=2022-06-15 11:03:09.385980000, delta=274795000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.660421000, lastModified=2022-06-15 11:03:09.650984000, delta=9437000 ns, racy<=2500000000 ns
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.660923000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.660923000, lastModified=2022-06-15 11:03:09.650984000, delta=9939000 ns, racy<=2500000000 ns
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.660521000, lastModified=2022-06-15 11:03:09.649984000, delta=10537000 ns, racy<=2550000 ns
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.660775000, lastModified=2022-06-15 11:03:09.385980000, delta=274795000 ns, racy<=2500000000 ns
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.661 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.661563000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.661563000, lastModified=2022-06-15 11:03:09.385980000, delta=275583000 ns, racy<=2500000000 ns
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.660923000, lastModified=2022-06-15 11:03:09.650984000, delta=9939000 ns, racy<=2500000000 ns
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.661719000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.661719000, lastModified=2022-06-15 11:03:09.650984000, delta=10735000 ns, racy<=2500000000 ns
11:03:09.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.661966000, lastModified=2022-06-15 11:03:09.658984000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.662016000, lastModified=2022-06-15 11:03:09.658984000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.656208000, lastModified=2022-06-15 11:03:09.647984000, delta=8224000 ns, racy<=2550000 ns
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.656828000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989656828000 ns, racy<=2550000 ns
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.656208000, lastModified=2022-06-15 11:03:09.647984000, delta=8224000 ns, racy<=2550000 ns
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.656828000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989656828000 ns, racy<=2550000 ns
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.656208000, lastModified=2022-06-15 11:03:09.647984000, delta=8224000 ns, racy<=2550000 ns
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.656828000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989656828000 ns, racy<=2550000 ns
11:03:09.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.656208000, lastModified=2022-06-15 11:03:09.647984000, delta=8224000 ns, racy<=2550000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.656828000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989656828000 ns, racy<=2550000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.661563000, lastModified=2022-06-15 11:03:09.385980000, delta=275583000 ns, racy<=2500000000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.663490000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.663490000, lastModified=2022-06-15 11:03:09.385980000, delta=277510000 ns, racy<=2500000000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.661719000, lastModified=2022-06-15 11:03:09.650984000, delta=10735000 ns, racy<=2500000000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.663634000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.663634000, lastModified=2022-06-15 11:03:09.650984000, delta=12650000 ns, racy<=2500000000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.660521000, lastModified=2022-06-15 11:03:09.649984000, delta=10537000 ns, racy<=2550000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.663490000, lastModified=2022-06-15 11:03:09.385980000, delta=277510000 ns, racy<=2500000000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.663 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.663901000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.663901000, lastModified=2022-06-15 11:03:09.385980000, delta=277921000 ns, racy<=2500000000 ns
11:03:09.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.663634000, lastModified=2022-06-15 11:03:09.650984000, delta=12650000 ns, racy<=2500000000 ns
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.664110000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.664110000, lastModified=2022-06-15 11:03:09.650984000, delta=13126000 ns, racy<=2500000000 ns
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.663901000, lastModified=2022-06-15 11:03:09.385980000, delta=277921000 ns, racy<=2500000000 ns
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.664339000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.664339000, lastModified=2022-06-15 11:03:09.385980000, delta=278359000 ns, racy<=2500000000 ns
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.664110000, lastModified=2022-06-15 11:03:09.650984000, delta=13126000 ns, racy<=2500000000 ns
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.664483000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.664483000, lastModified=2022-06-15 11:03:09.650984000, delta=13499000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.664339000, lastModified=2022-06-15 11:03:09.385980000, delta=278359000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.665094000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665094000, lastModified=2022-06-15 11:03:09.385980000, delta=279114000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.664483000, lastModified=2022-06-15 11:03:09.650984000, delta=13499000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.665270000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.665270000, lastModified=2022-06-15 11:03:09.650984000, delta=14286000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665094000, lastModified=2022-06-15 11:03:09.385980000, delta=279114000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.665407000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665407000, lastModified=2022-06-15 11:03:09.385980000, delta=279427000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.665270000, lastModified=2022-06-15 11:03:09.650984000, delta=14286000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.665551000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.665551000, lastModified=2022-06-15 11:03:09.650984000, delta=14567000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665407000, lastModified=2022-06-15 11:03:09.385980000, delta=279427000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.665701000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665701000, lastModified=2022-06-15 11:03:09.385980000, delta=279721000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.665551000, lastModified=2022-06-15 11:03:09.650984000, delta=14567000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.665837000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.665837000, lastModified=2022-06-15 11:03:09.650984000, delta=14853000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665701000, lastModified=2022-06-15 11:03:09.385980000, delta=279721000 ns, racy<=2500000000 ns
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.665962000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665962000, lastModified=2022-06-15 11:03:09.385980000, delta=279982000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.665837000, lastModified=2022-06-15 11:03:09.650984000, delta=14853000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.666144000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.666144000, lastModified=2022-06-15 11:03:09.650984000, delta=15160000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.665962000, lastModified=2022-06-15 11:03:09.385980000, delta=279982000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.666 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.666321000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.666321000, lastModified=2022-06-15 11:03:09.385980000, delta=280341000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.666144000, lastModified=2022-06-15 11:03:09.650984000, delta=15160000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.666469000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.666469000, lastModified=2022-06-15 11:03:09.650984000, delta=15485000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.666321000, lastModified=2022-06-15 11:03:09.385980000, delta=280341000 ns, racy<=2500000000 ns
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.666 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.666928000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.666928000, lastModified=2022-06-15 11:03:09.385980000, delta=280948000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.666469000, lastModified=2022-06-15 11:03:09.650984000, delta=15485000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.667127000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.667127000, lastModified=2022-06-15 11:03:09.650984000, delta=16143000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.667284000, lastModified=2022-06-15 11:03:09.664984000, size=41, fileKey=(dev=10006c,ino=1365773622)
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.666928000, lastModified=2022-06-15 11:03:09.385980000, delta=280948000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.667 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.667433000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.667433000, lastModified=2022-06-15 11:03:09.385980000, delta=281453000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.667127000, lastModified=2022-06-15 11:03:09.650984000, delta=16143000 ns, racy<=2500000000 ns
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.667588000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.667588000, lastModified=2022-06-15 11:03:09.650984000, delta=16604000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.668286000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.667433000, lastModified=2022-06-15 11:03:09.385980000, delta=281453000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.668427000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.668427000, lastModified=2022-06-15 11:03:09.385980000, delta=282447000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.668542000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.668427000, lastModified=2022-06-15 11:03:09.385980000, delta=282447000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.668 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.668660000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.668660000, lastModified=2022-06-15 11:03:09.385980000, delta=282680000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.668542000, lastModified=2022-06-15 11:03:09.650984000, delta=17558000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.668805000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.668805000, lastModified=2022-06-15 11:03:09.650984000, delta=17821000 ns, racy<=2500000000 ns
11:03:09.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.668901000, lastModified=2022-06-15 11:03:09.658984000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.668660000, lastModified=2022-06-15 11:03:09.385980000, delta=282680000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.669033000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.669033000, lastModified=2022-06-15 11:03:09.385980000, delta=283053000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.668805000, lastModified=2022-06-15 11:03:09.650984000, delta=17821000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.669235000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.669235000, lastModified=2022-06-15 11:03:09.650984000, delta=18251000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.669410000, lastModified=2022-06-15 11:03:09.658984000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.669455000, lastModified=2022-06-15 11:03:09.658984000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.669033000, lastModified=2022-06-15 11:03:09.385980000, delta=283053000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.669517000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.669517000, lastModified=2022-06-15 11:03:09.385980000, delta=283537000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.669235000, lastModified=2022-06-15 11:03:09.650984000, delta=18251000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.669669000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.669669000, lastModified=2022-06-15 11:03:09.650984000, delta=18685000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.669517000, lastModified=2022-06-15 11:03:09.385980000, delta=283537000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.669864000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.669864000, lastModified=2022-06-15 11:03:09.385980000, delta=283884000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.669669000, lastModified=2022-06-15 11:03:09.650984000, delta=18685000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.670026000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.670026000, lastModified=2022-06-15 11:03:09.650984000, delta=19042000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.669864000, lastModified=2022-06-15 11:03:09.385980000, delta=283884000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.670320000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.670320000, lastModified=2022-06-15 11:03:09.385980000, delta=284340000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.670026000, lastModified=2022-06-15 11:03:09.650984000, delta=19042000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.670469000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.670469000, lastModified=2022-06-15 11:03:09.650984000, delta=19485000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, size=6, fileKey=(dev=10006c,ino=1371320582)
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.670320000, lastModified=2022-06-15 11:03:09.385980000, delta=284340000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.670893000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.670893000, lastModified=2022-06-15 11:03:09.385980000, delta=284913000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.670469000, lastModified=2022-06-15 11:03:09.650984000, delta=19485000 ns, racy<=2500000000 ns
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.671035000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.671035000, lastModified=2022-06-15 11:03:09.650984000, delta=20051000 ns, racy<=2500000000 ns
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.671403000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989671403000 ns, racy<=2550000 ns
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.671403000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989671403000 ns, racy<=2550000 ns
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.671969000, lastModified=2022-06-15 11:03:09.668984000, size=0, fileKey=(dev=10006c,ino=1361263239)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.670893000, lastModified=2022-06-15 11:03:09.385980000, delta=284913000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672088000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.672088000, lastModified=2022-06-15 11:03:09.385980000, delta=286108000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.671035000, lastModified=2022-06-15 11:03:09.650984000, delta=20051000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672245000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.672245000, lastModified=2022-06-15 11:03:09.650984000, delta=21261000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672347000, lastModified=2022-06-15 11:03:09.671984000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672410000, lastModified=2022-06-15 11:03:09.671984000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.672088000, lastModified=2022-06-15 11:03:09.385980000, delta=286108000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672554000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.672554000, lastModified=2022-06-15 11:03:09.385980000, delta=286574000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.672245000, lastModified=2022-06-15 11:03:09.650984000, delta=21261000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672685000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.672685000, lastModified=2022-06-15 11:03:09.650984000, delta=21701000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.672554000, lastModified=2022-06-15 11:03:09.385980000, delta=286574000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.672 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672793000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.672793000, lastModified=2022-06-15 11:03:09.385980000, delta=286813000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.672685000, lastModified=2022-06-15 11:03:09.650984000, delta=21701000 ns, racy<=2500000000 ns
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.672949000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.672949000, lastModified=2022-06-15 11:03:09.650984000, delta=21965000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.672793000, lastModified=2022-06-15 11:03:09.385980000, delta=286813000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.673253000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.673253000, lastModified=2022-06-15 11:03:09.385980000, delta=287273000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.672949000, lastModified=2022-06-15 11:03:09.650984000, delta=21965000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.673414000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.673414000, lastModified=2022-06-15 11:03:09.650984000, delta=22430000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.673253000, lastModified=2022-06-15 11:03:09.385980000, delta=287273000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.673539000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.673539000, lastModified=2022-06-15 11:03:09.385980000, delta=287559000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.673414000, lastModified=2022-06-15 11:03:09.650984000, delta=22430000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.673706000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.673706000, lastModified=2022-06-15 11:03:09.650984000, delta=22722000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.673812000, lastModified=2022-06-15 11:03:09.649984000, size=23, fileKey=(dev=10006c,ino=1361263235)
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.673862000, lastModified=2022-06-15 11:03:09.664984000, size=41, fileKey=(dev=10006c,ino=1365773622)
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.673539000, lastModified=2022-06-15 11:03:09.385980000, delta=287559000 ns, racy<=2500000000 ns
11:03:09.673 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.673 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.673998000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.673998000, lastModified=2022-06-15 11:03:09.385980000, delta=288018000 ns, racy<=2500000000 ns
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.673706000, lastModified=2022-06-15 11:03:09.650984000, delta=22722000 ns, racy<=2500000000 ns
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.674234000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.674234000, lastModified=2022-06-15 11:03:09.650984000, delta=23250000 ns, racy<=2500000000 ns
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.673812000, lastModified=2022-06-15 11:03:09.649984000, delta=23828000 ns, racy<=2550000 ns
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.673862000, lastModified=2022-06-15 11:03:09.664984000, delta=8878000 ns, racy<=2550000 ns
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.674 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.673998000, lastModified=2022-06-15 11:03:09.385980000, delta=288018000 ns, racy<=2500000000 ns
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.675 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.675391000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.675391000, lastModified=2022-06-15 11:03:09.385980000, delta=289411000 ns, racy<=2500000000 ns
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.674234000, lastModified=2022-06-15 11:03:09.650984000, delta=23250000 ns, racy<=2500000000 ns
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.675536000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.675536000, lastModified=2022-06-15 11:03:09.650984000, delta=24552000 ns, racy<=2500000000 ns
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.675730000, lastModified=2022-06-15 11:03:09.671984000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.675790000, lastModified=2022-06-15 11:03:09.671984000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.675 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.671403000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989671403000 ns, racy<=2550000 ns
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.671403000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989671403000 ns, racy<=2550000 ns
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.671403000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989671403000 ns, racy<=2550000 ns
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.670638000, lastModified=2022-06-15 11:03:09.647984000, delta=22654000 ns, racy<=2550000 ns
11:03:09.676 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.677 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.671403000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989671403000 ns, racy<=2550000 ns
11:03:09.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.675391000, lastModified=2022-06-15 11:03:09.385980000, delta=289411000 ns, racy<=2500000000 ns
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.737 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.737393000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.737393000, lastModified=2022-06-15 11:03:09.385980000, delta=351413000 ns, racy<=2500000000 ns
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.675536000, lastModified=2022-06-15 11:03:09.650984000, delta=24552000 ns, racy<=2500000000 ns
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.737684000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.737684000, lastModified=2022-06-15 11:03:09.650984000, delta=86700000 ns, racy<=2500000000 ns
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.673812000, lastModified=2022-06-15 11:03:09.649984000, delta=23828000 ns, racy<=2550000 ns
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.673862000, lastModified=2022-06-15 11:03:09.664984000, delta=8878000 ns, racy<=2550000 ns
11:03:09.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.737393000, lastModified=2022-06-15 11:03:09.385980000, delta=351413000 ns, racy<=2500000000 ns
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.738252000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.738252000, lastModified=2022-06-15 11:03:09.385980000, delta=352272000 ns, racy<=2500000000 ns
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.737684000, lastModified=2022-06-15 11:03:09.650984000, delta=86700000 ns, racy<=2500000000 ns
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.738543000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.738543000, lastModified=2022-06-15 11:03:09.650984000, delta=87559000 ns, racy<=2500000000 ns
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.673862000, lastModified=2022-06-15 11:03:09.664984000, delta=8878000 ns, racy<=2550000 ns
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.738252000, lastModified=2022-06-15 11:03:09.385980000, delta=352272000 ns, racy<=2500000000 ns
11:03:09.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.739028000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.739028000, lastModified=2022-06-15 11:03:09.385980000, delta=353048000 ns, racy<=2500000000 ns
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.738543000, lastModified=2022-06-15 11:03:09.650984000, delta=87559000 ns, racy<=2500000000 ns
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.739369000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.739369000, lastModified=2022-06-15 11:03:09.650984000, delta=88385000 ns, racy<=2500000000 ns
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.739028000, lastModified=2022-06-15 11:03:09.385980000, delta=353048000 ns, racy<=2500000000 ns
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.739757000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.739757000, lastModified=2022-06-15 11:03:09.385980000, delta=353777000 ns, racy<=2500000000 ns
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.739369000, lastModified=2022-06-15 11:03:09.650984000, delta=88385000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.740131000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.740131000, lastModified=2022-06-15 11:03:09.650984000, delta=89147000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.739757000, lastModified=2022-06-15 11:03:09.385980000, delta=353777000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.740361000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.740361000, lastModified=2022-06-15 11:03:09.385980000, delta=354381000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.740131000, lastModified=2022-06-15 11:03:09.650984000, delta=89147000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.740484000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.740484000, lastModified=2022-06-15 11:03:09.650984000, delta=89500000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.740361000, lastModified=2022-06-15 11:03:09.385980000, delta=354381000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.740598000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.740598000, lastModified=2022-06-15 11:03:09.385980000, delta=354618000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.740484000, lastModified=2022-06-15 11:03:09.650984000, delta=89500000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.740785000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.740785000, lastModified=2022-06-15 11:03:09.650984000, delta=89801000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.740598000, lastModified=2022-06-15 11:03:09.385980000, delta=354618000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.740901000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.740901000, lastModified=2022-06-15 11:03:09.385980000, delta=354921000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.740785000, lastModified=2022-06-15 11:03:09.650984000, delta=89801000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.741017000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.741017000, lastModified=2022-06-15 11:03:09.650984000, delta=90033000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.740901000, lastModified=2022-06-15 11:03:09.385980000, delta=354921000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.741 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.741216000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.741216000, lastModified=2022-06-15 11:03:09.385980000, delta=355236000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.741017000, lastModified=2022-06-15 11:03:09.650984000, delta=90033000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.741349000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.741349000, lastModified=2022-06-15 11:03:09.650984000, delta=90365000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.741432000, lastModified=2022-06-15 11:03:09.738985000, size=41, fileKey=(dev=10006c,ino=1365773624)
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.741216000, lastModified=2022-06-15 11:03:09.385980000, delta=355236000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.741 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.741607000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.741607000, lastModified=2022-06-15 11:03:09.385980000, delta=355627000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.741349000, lastModified=2022-06-15 11:03:09.650984000, delta=90365000 ns, racy<=2500000000 ns
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.741751000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.741751000, lastModified=2022-06-15 11:03:09.650984000, delta=90767000 ns, racy<=2500000000 ns
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.742453000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.741607000, lastModified=2022-06-15 11:03:09.385980000, delta=355627000 ns, racy<=2500000000 ns
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.742625000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.742625000, lastModified=2022-06-15 11:03:09.385980000, delta=356645000 ns, racy<=2500000000 ns
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.742756000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.742625000, lastModified=2022-06-15 11:03:09.385980000, delta=356645000 ns, racy<=2500000000 ns
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.742910000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.742910000, lastModified=2022-06-15 11:03:09.385980000, delta=356930000 ns, racy<=2500000000 ns
11:03:09.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.742756000, lastModified=2022-06-15 11:03:09.650984000, delta=91772000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743093000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.743093000, lastModified=2022-06-15 11:03:09.650984000, delta=92109000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743209000, lastModified=2022-06-15 11:03:09.671984000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.742910000, lastModified=2022-06-15 11:03:09.385980000, delta=356930000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743319000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.743319000, lastModified=2022-06-15 11:03:09.385980000, delta=357339000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.743093000, lastModified=2022-06-15 11:03:09.650984000, delta=92109000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743433000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.743433000, lastModified=2022-06-15 11:03:09.650984000, delta=92449000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743577000, lastModified=2022-06-15 11:03:09.671984000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743671000, lastModified=2022-06-15 11:03:09.671984000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.743319000, lastModified=2022-06-15 11:03:09.385980000, delta=357339000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743736000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.743736000, lastModified=2022-06-15 11:03:09.385980000, delta=357756000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.743433000, lastModified=2022-06-15 11:03:09.650984000, delta=92449000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743857000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.743857000, lastModified=2022-06-15 11:03:09.650984000, delta=92873000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.743736000, lastModified=2022-06-15 11:03:09.385980000, delta=357756000 ns, racy<=2500000000 ns
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.743980000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.743980000, lastModified=2022-06-15 11:03:09.385980000, delta=358000000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.743857000, lastModified=2022-06-15 11:03:09.650984000, delta=92873000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.744223000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.744223000, lastModified=2022-06-15 11:03:09.650984000, delta=93239000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.743980000, lastModified=2022-06-15 11:03:09.385980000, delta=358000000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.744525000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.744525000, lastModified=2022-06-15 11:03:09.385980000, delta=358545000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.744223000, lastModified=2022-06-15 11:03:09.650984000, delta=93239000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.744712000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.744712000, lastModified=2022-06-15 11:03:09.650984000, delta=93728000 ns, racy<=2500000000 ns
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, size=6, fileKey=(dev=10006c,ino=1371320582)
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.745213000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989745213000 ns, racy<=2550000 ns
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.745213000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989745213000 ns, racy<=2550000 ns
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.745988000, lastModified=2022-06-15 11:03:09.742985000, size=0, fileKey=(dev=10006c,ino=1361263238)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.744525000, lastModified=2022-06-15 11:03:09.385980000, delta=358545000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746099000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.746099000, lastModified=2022-06-15 11:03:09.385980000, delta=360119000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.744712000, lastModified=2022-06-15 11:03:09.650984000, delta=93728000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746279000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.746279000, lastModified=2022-06-15 11:03:09.650984000, delta=95295000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746373000, lastModified=2022-06-15 11:03:09.745985000, size=176, fileKey=(dev=10006c,ino=1361263238)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746432000, lastModified=2022-06-15 11:03:09.745985000, size=176, fileKey=(dev=10006c,ino=1361263238)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.746099000, lastModified=2022-06-15 11:03:09.385980000, delta=360119000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746571000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.746571000, lastModified=2022-06-15 11:03:09.385980000, delta=360591000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.746279000, lastModified=2022-06-15 11:03:09.650984000, delta=95295000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746709000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.746709000, lastModified=2022-06-15 11:03:09.650984000, delta=95725000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.746571000, lastModified=2022-06-15 11:03:09.385980000, delta=360591000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746812000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.746812000, lastModified=2022-06-15 11:03:09.385980000, delta=360832000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.746709000, lastModified=2022-06-15 11:03:09.650984000, delta=95725000 ns, racy<=2500000000 ns
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.746930000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.746930000, lastModified=2022-06-15 11:03:09.650984000, delta=95946000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.746812000, lastModified=2022-06-15 11:03:09.385980000, delta=360832000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747122000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.747122000, lastModified=2022-06-15 11:03:09.385980000, delta=361142000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.746930000, lastModified=2022-06-15 11:03:09.650984000, delta=95946000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747263000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.747263000, lastModified=2022-06-15 11:03:09.650984000, delta=96279000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.747122000, lastModified=2022-06-15 11:03:09.385980000, delta=361142000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747361000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.747361000, lastModified=2022-06-15 11:03:09.385980000, delta=361381000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.747263000, lastModified=2022-06-15 11:03:09.650984000, delta=96279000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747464000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.747464000, lastModified=2022-06-15 11:03:09.650984000, delta=96480000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747544000, lastModified=2022-06-15 11:03:09.649984000, size=23, fileKey=(dev=10006c,ino=1361263235)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747604000, lastModified=2022-06-15 11:03:09.738985000, size=41, fileKey=(dev=10006c,ino=1365773624)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.747361000, lastModified=2022-06-15 11:03:09.385980000, delta=361381000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747747000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.747747000, lastModified=2022-06-15 11:03:09.385980000, delta=361767000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.747464000, lastModified=2022-06-15 11:03:09.650984000, delta=96480000 ns, racy<=2500000000 ns
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.747877000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.747877000, lastModified=2022-06-15 11:03:09.650984000, delta=96893000 ns, racy<=2500000000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.747544000, lastModified=2022-06-15 11:03:09.649984000, delta=97560000 ns, racy<=2550000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.747604000, lastModified=2022-06-15 11:03:09.738985000, delta=8619000 ns, racy<=2550000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.747747000, lastModified=2022-06-15 11:03:09.385980000, delta=361767000 ns, racy<=2500000000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.748502000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.748502000, lastModified=2022-06-15 11:03:09.385980000, delta=362522000 ns, racy<=2500000000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.747877000, lastModified=2022-06-15 11:03:09.650984000, delta=96893000 ns, racy<=2500000000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.748714000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.748714000, lastModified=2022-06-15 11:03:09.650984000, delta=97730000 ns, racy<=2500000000 ns
11:03:09.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.748953000, lastModified=2022-06-15 11:03:09.745985000, size=176, fileKey=(dev=10006c,ino=1361263238)
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.749016000, lastModified=2022-06-15 11:03:09.745985000, size=176, fileKey=(dev=10006c,ino=1361263238)
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.745213000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989745213000 ns, racy<=2550000 ns
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.745213000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989745213000 ns, racy<=2550000 ns
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.745213000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989745213000 ns, racy<=2550000 ns
11:03:09.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.744936000, lastModified=2022-06-15 11:03:09.647984000, delta=96952000 ns, racy<=2550000 ns
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.745213000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989745213000 ns, racy<=2550000 ns
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.748502000, lastModified=2022-06-15 11:03:09.385980000, delta=362522000 ns, racy<=2500000000 ns
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.750 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.750550000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.750550000, lastModified=2022-06-15 11:03:09.385980000, delta=364570000 ns, racy<=2500000000 ns
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.748714000, lastModified=2022-06-15 11:03:09.650984000, delta=97730000 ns, racy<=2500000000 ns
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.750842000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.750842000, lastModified=2022-06-15 11:03:09.650984000, delta=99858000 ns, racy<=2500000000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.747544000, lastModified=2022-06-15 11:03:09.649984000, delta=97560000 ns, racy<=2550000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.747604000, lastModified=2022-06-15 11:03:09.738985000, delta=8619000 ns, racy<=2550000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.750550000, lastModified=2022-06-15 11:03:09.385980000, delta=364570000 ns, racy<=2500000000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.751328000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.751328000, lastModified=2022-06-15 11:03:09.385980000, delta=365348000 ns, racy<=2500000000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.750842000, lastModified=2022-06-15 11:03:09.650984000, delta=99858000 ns, racy<=2500000000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.751541000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.751541000, lastModified=2022-06-15 11:03:09.650984000, delta=100557000 ns, racy<=2500000000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.747604000, lastModified=2022-06-15 11:03:09.738985000, delta=8619000 ns, racy<=2550000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.751328000, lastModified=2022-06-15 11:03:09.385980000, delta=365348000 ns, racy<=2500000000 ns
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.751948000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.751948000, lastModified=2022-06-15 11:03:09.385980000, delta=365968000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.751541000, lastModified=2022-06-15 11:03:09.650984000, delta=100557000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.752315000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.752315000, lastModified=2022-06-15 11:03:09.650984000, delta=101331000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.751948000, lastModified=2022-06-15 11:03:09.385980000, delta=365968000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.752515000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.752515000, lastModified=2022-06-15 11:03:09.385980000, delta=366535000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.752315000, lastModified=2022-06-15 11:03:09.650984000, delta=101331000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.752764000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.752764000, lastModified=2022-06-15 11:03:09.650984000, delta=101780000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.752515000, lastModified=2022-06-15 11:03:09.385980000, delta=366535000 ns, racy<=2500000000 ns
11:03:09.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.752987000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.752987000, lastModified=2022-06-15 11:03:09.385980000, delta=367007000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.752764000, lastModified=2022-06-15 11:03:09.650984000, delta=101780000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.753285000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.753285000, lastModified=2022-06-15 11:03:09.650984000, delta=102301000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.752987000, lastModified=2022-06-15 11:03:09.385980000, delta=367007000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.753487000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.753487000, lastModified=2022-06-15 11:03:09.385980000, delta=367507000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.753285000, lastModified=2022-06-15 11:03:09.650984000, delta=102301000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.753705000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.753705000, lastModified=2022-06-15 11:03:09.650984000, delta=102721000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.753487000, lastModified=2022-06-15 11:03:09.385980000, delta=367507000 ns, racy<=2500000000 ns
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.753942000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.753942000, lastModified=2022-06-15 11:03:09.385980000, delta=367962000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.753705000, lastModified=2022-06-15 11:03:09.650984000, delta=102721000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.754323000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.754323000, lastModified=2022-06-15 11:03:09.650984000, delta=103339000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.753942000, lastModified=2022-06-15 11:03:09.385980000, delta=367962000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.754506000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.754506000, lastModified=2022-06-15 11:03:09.385980000, delta=368526000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.754323000, lastModified=2022-06-15 11:03:09.650984000, delta=103339000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.754626000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.754626000, lastModified=2022-06-15 11:03:09.650984000, delta=103642000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.754704000, lastModified=2022-06-15 11:03:09.751985000, size=41, fileKey=(dev=10006c,ino=1365773622)
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.754506000, lastModified=2022-06-15 11:03:09.385980000, delta=368526000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.754879000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.754879000, lastModified=2022-06-15 11:03:09.385980000, delta=368899000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.754626000, lastModified=2022-06-15 11:03:09.650984000, delta=103642000 ns, racy<=2500000000 ns
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.755016000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.755016000, lastModified=2022-06-15 11:03:09.650984000, delta=104032000 ns, racy<=2500000000 ns
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.755590000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.754879000, lastModified=2022-06-15 11:03:09.385980000, delta=368899000 ns, racy<=2500000000 ns
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.755756000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.755756000, lastModified=2022-06-15 11:03:09.385980000, delta=369776000 ns, racy<=2500000000 ns
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.755883000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.755756000, lastModified=2022-06-15 11:03:09.385980000, delta=369776000 ns, racy<=2500000000 ns
11:03:09.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.755 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.755996000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.755996000, lastModified=2022-06-15 11:03:09.385980000, delta=370016000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.755883000, lastModified=2022-06-15 11:03:09.650984000, delta=104899000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.756173000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.756173000, lastModified=2022-06-15 11:03:09.650984000, delta=105189000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.756282000, lastModified=2022-06-15 11:03:09.745985000, size=176, fileKey=(dev=10006c,ino=1361263238)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.755996000, lastModified=2022-06-15 11:03:09.385980000, delta=370016000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.756388000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.756388000, lastModified=2022-06-15 11:03:09.385980000, delta=370408000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.756173000, lastModified=2022-06-15 11:03:09.650984000, delta=105189000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.756504000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.756504000, lastModified=2022-06-15 11:03:09.650984000, delta=105520000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.756662000, lastModified=2022-06-15 11:03:09.745985000, size=176, fileKey=(dev=10006c,ino=1361263238)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.756813000, lastModified=2022-06-15 11:03:09.745985000, size=176, fileKey=(dev=10006c,ino=1361263238)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.756388000, lastModified=2022-06-15 11:03:09.385980000, delta=370408000 ns, racy<=2500000000 ns
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.756906000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.756906000, lastModified=2022-06-15 11:03:09.385980000, delta=370926000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.756504000, lastModified=2022-06-15 11:03:09.650984000, delta=105520000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.757147000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.757147000, lastModified=2022-06-15 11:03:09.650984000, delta=106163000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.756906000, lastModified=2022-06-15 11:03:09.385980000, delta=370926000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.757359000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.757359000, lastModified=2022-06-15 11:03:09.385980000, delta=371379000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.757147000, lastModified=2022-06-15 11:03:09.650984000, delta=106163000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.757512000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.757512000, lastModified=2022-06-15 11:03:09.650984000, delta=106528000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.757359000, lastModified=2022-06-15 11:03:09.385980000, delta=371379000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.757770000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.757770000, lastModified=2022-06-15 11:03:09.385980000, delta=371790000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.757512000, lastModified=2022-06-15 11:03:09.650984000, delta=106528000 ns, racy<=2500000000 ns
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.757917000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.757917000, lastModified=2022-06-15 11:03:09.650984000, delta=106933000 ns, racy<=2500000000 ns
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, size=6, fileKey=(dev=10006c,ino=1371320582)
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, delta=110163000 ns, racy<=2550000 ns
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.758370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989758370000 ns, racy<=2550000 ns
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, delta=110163000 ns, racy<=2550000 ns
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.758370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989758370000 ns, racy<=2550000 ns
11:03:09.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759029000, lastModified=2022-06-15 11:03:09.755985000, size=0, fileKey=(dev=10006c,ino=1361263239)
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.757770000, lastModified=2022-06-15 11:03:09.385980000, delta=371790000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759183000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.759183000, lastModified=2022-06-15 11:03:09.385980000, delta=373203000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.757917000, lastModified=2022-06-15 11:03:09.650984000, delta=106933000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759306000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.759306000, lastModified=2022-06-15 11:03:09.650984000, delta=108322000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759487000, lastModified=2022-06-15 11:03:09.758985000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759564000, lastModified=2022-06-15 11:03:09.758985000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.759183000, lastModified=2022-06-15 11:03:09.385980000, delta=373203000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759630000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.759630000, lastModified=2022-06-15 11:03:09.385980000, delta=373650000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.759306000, lastModified=2022-06-15 11:03:09.650984000, delta=108322000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759749000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.759749000, lastModified=2022-06-15 11:03:09.650984000, delta=108765000 ns, racy<=2500000000 ns
11:03:09.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759941000, lastModified=2022-06-15 11:03:09.758985000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.759991000, lastModified=2022-06-15 11:03:09.758985000, size=176, fileKey=(dev=10006c,ino=1361263239)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.760279000, lastModified=2022-06-15 11:03:09.758985000, size=0, fileKey=(dev=10006c,ino=1361263238)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.759630000, lastModified=2022-06-15 11:03:09.385980000, delta=373650000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.760372000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.760372000, lastModified=2022-06-15 11:03:09.385980000, delta=374392000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.759749000, lastModified=2022-06-15 11:03:09.650984000, delta=108765000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.760540000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.760540000, lastModified=2022-06-15 11:03:09.650984000, delta=109556000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.760636000, lastModified=2022-06-15 11:03:09.759985000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.760711000, lastModified=2022-06-15 11:03:09.759985000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.760372000, lastModified=2022-06-15 11:03:09.385980000, delta=374392000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.760832000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.760832000, lastModified=2022-06-15 11:03:09.385980000, delta=374852000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.760540000, lastModified=2022-06-15 11:03:09.650984000, delta=109556000 ns, racy<=2500000000 ns
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.760961000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.760961000, lastModified=2022-06-15 11:03:09.650984000, delta=109977000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.760832000, lastModified=2022-06-15 11:03:09.385980000, delta=374852000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761097000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.761097000, lastModified=2022-06-15 11:03:09.385980000, delta=375117000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.760961000, lastModified=2022-06-15 11:03:09.650984000, delta=109977000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761215000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.761215000, lastModified=2022-06-15 11:03:09.650984000, delta=110231000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.761097000, lastModified=2022-06-15 11:03:09.385980000, delta=375117000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761343000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.761343000, lastModified=2022-06-15 11:03:09.385980000, delta=375363000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.761215000, lastModified=2022-06-15 11:03:09.650984000, delta=110231000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761453000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.761453000, lastModified=2022-06-15 11:03:09.650984000, delta=110469000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.761343000, lastModified=2022-06-15 11:03:09.385980000, delta=375363000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761635000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.761635000, lastModified=2022-06-15 11:03:09.385980000, delta=375655000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.761453000, lastModified=2022-06-15 11:03:09.650984000, delta=110469000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761766000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.761766000, lastModified=2022-06-15 11:03:09.650984000, delta=110782000 ns, racy<=2500000000 ns
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761855000, lastModified=2022-06-15 11:03:09.649984000, size=23, fileKey=(dev=10006c,ino=1361263235)
11:03:09.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.761926000, lastModified=2022-06-15 11:03:09.751985000, size=41, fileKey=(dev=10006c,ino=1365773622)
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.761635000, lastModified=2022-06-15 11:03:09.385980000, delta=375655000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.762148000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.762148000, lastModified=2022-06-15 11:03:09.385980000, delta=376168000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.761766000, lastModified=2022-06-15 11:03:09.650984000, delta=110782000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.762288000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.762288000, lastModified=2022-06-15 11:03:09.650984000, delta=111304000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.761855000, lastModified=2022-06-15 11:03:09.649984000, delta=111871000 ns, racy<=2550000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.761926000, lastModified=2022-06-15 11:03:09.751985000, delta=9941000 ns, racy<=2550000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, delta=110163000 ns, racy<=2550000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.762148000, lastModified=2022-06-15 11:03:09.385980000, delta=376168000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.762841000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.762841000, lastModified=2022-06-15 11:03:09.385980000, delta=376861000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.762288000, lastModified=2022-06-15 11:03:09.650984000, delta=111304000 ns, racy<=2500000000 ns
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.762988000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.762988000, lastModified=2022-06-15 11:03:09.650984000, delta=112004000 ns, racy<=2500000000 ns
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.763206000, lastModified=2022-06-15 11:03:09.759985000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.763253000, lastModified=2022-06-15 11:03:09.759985000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, delta=110163000 ns, racy<=2550000 ns
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.758370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989758370000 ns, racy<=2550000 ns
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, delta=110163000 ns, racy<=2550000 ns
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.758370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989758370000 ns, racy<=2550000 ns
11:03:09.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, delta=110163000 ns, racy<=2550000 ns
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.758370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989758370000 ns, racy<=2550000 ns
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.758147000, lastModified=2022-06-15 11:03:09.647984000, delta=110163000 ns, racy<=2550000 ns
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.758370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989758370000 ns, racy<=2550000 ns
11:03:09.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack/preserved, is unmodified
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.762841000, lastModified=2022-06-15 11:03:09.385980000, delta=376861000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.765103000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.765103000, lastModified=2022-06-15 11:03:09.385980000, delta=379123000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.762988000, lastModified=2022-06-15 11:03:09.650984000, delta=112004000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.765314000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.765314000, lastModified=2022-06-15 11:03:09.650984000, delta=114330000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.761855000, lastModified=2022-06-15 11:03:09.649984000, delta=111871000 ns, racy<=2550000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.761926000, lastModified=2022-06-15 11:03:09.751985000, delta=9941000 ns, racy<=2550000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.765103000, lastModified=2022-06-15 11:03:09.385980000, delta=379123000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.765611000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.765611000, lastModified=2022-06-15 11:03:09.385980000, delta=379631000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.765314000, lastModified=2022-06-15 11:03:09.650984000, delta=114330000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.765736000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.765736000, lastModified=2022-06-15 11:03:09.650984000, delta=114752000 ns, racy<=2500000000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.761926000, lastModified=2022-06-15 11:03:09.751985000, delta=9941000 ns, racy<=2550000 ns
11:03:09.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is unmodified
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.765611000, lastModified=2022-06-15 11:03:09.385980000, delta=379631000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.766100000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766100000, lastModified=2022-06-15 11:03:09.385980000, delta=380120000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.765736000, lastModified=2022-06-15 11:03:09.650984000, delta=114752000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.766249000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.766249000, lastModified=2022-06-15 11:03:09.650984000, delta=115265000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766100000, lastModified=2022-06-15 11:03:09.385980000, delta=380120000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.766391000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766391000, lastModified=2022-06-15 11:03:09.385980000, delta=380411000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.766249000, lastModified=2022-06-15 11:03:09.650984000, delta=115265000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.766512000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.766512000, lastModified=2022-06-15 11:03:09.650984000, delta=115528000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766391000, lastModified=2022-06-15 11:03:09.385980000, delta=380411000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.766672000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766672000, lastModified=2022-06-15 11:03:09.385980000, delta=380692000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.766512000, lastModified=2022-06-15 11:03:09.650984000, delta=115528000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.766790000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.766790000, lastModified=2022-06-15 11:03:09.650984000, delta=115806000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766672000, lastModified=2022-06-15 11:03:09.385980000, delta=380692000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.766909000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766909000, lastModified=2022-06-15 11:03:09.385980000, delta=380929000 ns, racy<=2500000000 ns
11:03:09.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.766790000, lastModified=2022-06-15 11:03:09.650984000, delta=115806000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767037000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.767037000, lastModified=2022-06-15 11:03:09.650984000, delta=116053000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.766909000, lastModified=2022-06-15 11:03:09.385980000, delta=380929000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767205000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.767205000, lastModified=2022-06-15 11:03:09.385980000, delta=381225000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.767037000, lastModified=2022-06-15 11:03:09.650984000, delta=116053000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767320000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.767320000, lastModified=2022-06-15 11:03:09.650984000, delta=116336000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.767205000, lastModified=2022-06-15 11:03:09.385980000, delta=381225000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767425000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.767425000, lastModified=2022-06-15 11:03:09.385980000, delta=381445000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.767320000, lastModified=2022-06-15 11:03:09.650984000, delta=116336000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767537000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.767537000, lastModified=2022-06-15 11:03:09.650984000, delta=116553000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767615000, lastModified=2022-06-15 11:03:09.765985000, size=41, fileKey=(dev=10006c,ino=1365773624)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.767425000, lastModified=2022-06-15 11:03:09.385980000, delta=381445000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.767 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767776000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.767776000, lastModified=2022-06-15 11:03:09.385980000, delta=381796000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.767537000, lastModified=2022-06-15 11:03:09.650984000, delta=116553000 ns, racy<=2500000000 ns
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.767891000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.767891000, lastModified=2022-06-15 11:03:09.650984000, delta=116907000 ns, racy<=2500000000 ns
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.653010000, lastModified=2022-06-15 11:03:09.649984000, delta=3026000 ns, racy<=2550000 ns
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/HEAD, is unmodified
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.768246000, lastModified=2022-06-15 11:03:09.765985000, size=41, fileKey=(dev=10006c,ino=1365773624)
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.767776000, lastModified=2022-06-15 11:03:09.385980000, delta=381796000 ns, racy<=2500000000 ns
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.768366000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.768366000, lastModified=2022-06-15 11:03:09.385980000, delta=382386000 ns, racy<=2500000000 ns
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.652919000, lastModified=2022-06-15 11:03:09.650984000, delta=1935000 ns, racy<=2500000000 ns
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.768492000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.768492000, lastModified=2022-06-15 11:03:09.650984000, delta=117508000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, size changed from 0 to 104 bytes
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.769106000, lastModified=2022-06-15 11:03:09.759985000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.768366000, lastModified=2022-06-15 11:03:09.385980000, delta=382386000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.769 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.769240000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.769240000, lastModified=2022-06-15 11:03:09.385980000, delta=383260000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.768492000, lastModified=2022-06-15 11:03:09.650984000, delta=117508000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.769381000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.769381000, lastModified=2022-06-15 11:03:09.650984000, delta=118397000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:09.768246000, lastModified=2022-06-15 11:03:09.765985000, delta=2261000 ns, racy<=2550000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, is racily clean
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.769529000, lastModified=2022-06-15 11:03:09.765985000, size=41, fileKey=(dev=10006c,ino=1365773624)
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.769529000, lastModified=2022-06-15 11:03:09.765985000, delta=3544000 ns, racy<=2550000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.769240000, lastModified=2022-06-15 11:03:09.385980000, delta=383260000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.769 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.769641000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.769641000, lastModified=2022-06-15 11:03:09.385980000, delta=383661000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.769381000, lastModified=2022-06-15 11:03:09.650984000, delta=118397000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.769799000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.769799000, lastModified=2022-06-15 11:03:09.650984000, delta=118815000 ns, racy<=2500000000 ns
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, cannot be racily clean
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, size=6, fileKey=(dev=10006c,ino=1371320582)
11:03:09.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, delta=121965000 ns, racy<=2550000 ns
11:03:09.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, delta=121965000 ns, racy<=2550000 ns
11:03:09.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, delta=121965000 ns, racy<=2550000 ns
11:03:09.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, delta=121965000 ns, racy<=2550000 ns
11:03:09.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.769641000, lastModified=2022-06-15 11:03:09.385980000, delta=383661000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.838109000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.838109000, lastModified=2022-06-15 11:03:09.385980000, delta=452129000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.769799000, lastModified=2022-06-15 11:03:09.650984000, delta=118815000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.838417000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.838417000, lastModified=2022-06-15 11:03:09.650984000, delta=187433000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, cannot be racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.838109000, lastModified=2022-06-15 11:03:09.385980000, delta=452129000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.838556000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.838556000, lastModified=2022-06-15 11:03:09.385980000, delta=452576000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.838417000, lastModified=2022-06-15 11:03:09.650984000, delta=187433000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.838677000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.838677000, lastModified=2022-06-15 11:03:09.650984000, delta=187693000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/refs/heads/master, cannot be racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.838556000, lastModified=2022-06-15 11:03:09.385980000, delta=452576000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.838864000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.838864000, lastModified=2022-06-15 11:03:09.385980000, delta=452884000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.838677000, lastModified=2022-06-15 11:03:09.650984000, delta=187693000 ns, racy<=2500000000 ns
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.838981000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.838981000, lastModified=2022-06-15 11:03:09.650984000, delta=187997000 ns, racy<=2500000000 ns
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.838864000, lastModified=2022-06-15 11:03:09.385980000, delta=452884000 ns, racy<=2500000000 ns
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.839 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.839672000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.839672000, lastModified=2022-06-15 11:03:09.385980000, delta=453692000 ns, racy<=2500000000 ns
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.838981000, lastModified=2022-06-15 11:03:09.650984000, delta=187997000 ns, racy<=2500000000 ns
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.839814000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.839814000, lastModified=2022-06-15 11:03:09.650984000, delta=188830000 ns, racy<=2500000000 ns
11:03:09.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.840957000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.839672000, lastModified=2022-06-15 11:03:09.385980000, delta=453692000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.841213000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.841213000, lastModified=2022-06-15 11:03:09.385980000, delta=455233000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.841329000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.841213000, lastModified=2022-06-15 11:03:09.385980000, delta=455233000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.841451000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.841451000, lastModified=2022-06-15 11:03:09.385980000, delta=455471000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.841329000, lastModified=2022-06-15 11:03:09.650984000, delta=190345000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.841617000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.841617000, lastModified=2022-06-15 11:03:09.650984000, delta=190633000 ns, racy<=2500000000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.841756000, lastModified=2022-06-15 11:03:09.759985000, size=104, fileKey=(dev=10006c,ino=1361263238)
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.841846000, lastModified=2022-06-15 11:03:09.647984000, size=6, fileKey=(dev=10006c,ino=1371320582)
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.841846000, lastModified=2022-06-15 11:03:09.647984000, delta=193862000 ns, racy<=2550000 ns
11:03:09.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.841846000, lastModified=2022-06-15 11:03:09.647984000, delta=193862000 ns, racy<=2550000 ns
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.841846000, lastModified=2022-06-15 11:03:09.647984000, delta=193862000 ns, racy<=2550000 ns
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.841846000, lastModified=2022-06-15 11:03:09.647984000, delta=193862000 ns, racy<=2550000 ns
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.841451000, lastModified=2022-06-15 11:03:09.385980000, delta=455471000 ns, racy<=2500000000 ns
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.842453000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.842453000, lastModified=2022-06-15 11:03:09.385980000, delta=456473000 ns, racy<=2500000000 ns
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.839814000, lastModified=2022-06-15 11:03:09.650984000, delta=188830000 ns, racy<=2500000000 ns
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.842572000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.842572000, lastModified=2022-06-15 11:03:09.650984000, delta=191588000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, delta=121965000 ns, racy<=2550000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, delta=121965000 ns, racy<=2550000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.842453000, lastModified=2022-06-15 11:03:09.385980000, delta=456473000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.843351000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.843351000, lastModified=2022-06-15 11:03:09.385980000, delta=457371000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.842572000, lastModified=2022-06-15 11:03:09.650984000, delta=191588000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.843471000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.843471000, lastModified=2022-06-15 11:03:09.650984000, delta=192487000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.843351000, lastModified=2022-06-15 11:03:09.385980000, delta=457371000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.843603000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.843603000, lastModified=2022-06-15 11:03:09.385980000, delta=457623000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.843471000, lastModified=2022-06-15 11:03:09.650984000, delta=192487000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.843726000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.843726000, lastModified=2022-06-15 11:03:09.650984000, delta=192742000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.843603000, lastModified=2022-06-15 11:03:09.385980000, delta=457623000 ns, racy<=2500000000 ns
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.843 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.843941000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.843 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.843941000, lastModified=2022-06-15 11:03:09.385980000, delta=457961000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.843726000, lastModified=2022-06-15 11:03:09.650984000, delta=192742000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.844099000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.844099000, lastModified=2022-06-15 11:03:09.650984000, delta=193115000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.843941000, lastModified=2022-06-15 11:03:09.385980000, delta=457961000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.844509000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.844509000, lastModified=2022-06-15 11:03:09.385980000, delta=458529000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.844099000, lastModified=2022-06-15 11:03:09.650984000, delta=193115000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.844643000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.844643000, lastModified=2022-06-15 11:03:09.650984000, delta=193659000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.844509000, lastModified=2022-06-15 11:03:09.385980000, delta=458529000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.844 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.844741000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.844741000, lastModified=2022-06-15 11:03:09.385980000, delta=458761000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.844643000, lastModified=2022-06-15 11:03:09.650984000, delta=193659000 ns, racy<=2500000000 ns
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.844880000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.844 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.844880000, lastModified=2022-06-15 11:03:09.650984000, delta=193896000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.844741000, lastModified=2022-06-15 11:03:09.385980000, delta=458761000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.845084000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.845084000, lastModified=2022-06-15 11:03:09.385980000, delta=459104000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.844880000, lastModified=2022-06-15 11:03:09.650984000, delta=193896000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.845239000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.845239000, lastModified=2022-06-15 11:03:09.650984000, delta=194255000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.769949000, lastModified=2022-06-15 11:03:09.647984000, delta=121965000 ns, racy<=2550000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/objects/pack, is unmodified
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.845084000, lastModified=2022-06-15 11:03:09.385980000, delta=459104000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.845652000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.845652000, lastModified=2022-06-15 11:03:09.385980000, delta=459672000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.845239000, lastModified=2022-06-15 11:03:09.650984000, delta=194255000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.845797000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.845797000, lastModified=2022-06-15 11:03:09.650984000, delta=194813000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.845652000, lastModified=2022-06-15 11:03:09.385980000, delta=459672000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.845901000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.845901000, lastModified=2022-06-15 11:03:09.385980000, delta=459921000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.845797000, lastModified=2022-06-15 11:03:09.650984000, delta=194813000 ns, racy<=2500000000 ns
11:03:09.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, is racily clean
11:03:09.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.846018000, lastModified=2022-06-15 11:03:09.650984000, size=78, fileKey=(dev=10006c,ino=1361263236)
11:03:09.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2471617790175193443/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.846018000, lastModified=2022-06-15 11:03:09.650984000, delta=195034000 ns, racy<=2500000000 ns
11:03:09.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.845901000, lastModified=2022-06-15 11:03:09.385980000, delta=459921000 ns, racy<=2500000000 ns
11:03:09.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.848897000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.848897000, lastModified=2022-06-15 11:03:09.385980000, delta=462917000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.848897000, lastModified=2022-06-15 11:03:09.385980000, delta=462917000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.849150000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.849150000, lastModified=2022-06-15 11:03:09.385980000, delta=463170000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.849150000, lastModified=2022-06-15 11:03:09.385980000, delta=463170000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.849472000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.849472000, lastModified=2022-06-15 11:03:09.385980000, delta=463492000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.849472000, lastModified=2022-06-15 11:03:09.385980000, delta=463492000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.849786000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.849786000, lastModified=2022-06-15 11:03:09.385980000, delta=463806000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.849786000, lastModified=2022-06-15 11:03:09.385980000, delta=463806000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.850031000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.850031000, lastModified=2022-06-15 11:03:09.385980000, delta=464051000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.850031000, lastModified=2022-06-15 11:03:09.385980000, delta=464051000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.850500000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.850500000, lastModified=2022-06-15 11:03:09.385980000, delta=464520000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.850500000, lastModified=2022-06-15 11:03:09.385980000, delta=464520000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.850778000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.850778000, lastModified=2022-06-15 11:03:09.385980000, delta=464798000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.850778000, lastModified=2022-06-15 11:03:09.385980000, delta=464798000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.851158000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.851158000, lastModified=2022-06-15 11:03:09.385980000, delta=465178000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.851158000, lastModified=2022-06-15 11:03:09.385980000, delta=465178000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.851736000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.851736000, lastModified=2022-06-15 11:03:09.385980000, delta=465756000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.851736000, lastModified=2022-06-15 11:03:09.385980000, delta=465756000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.852024000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.852024000, lastModified=2022-06-15 11:03:09.385980000, delta=466044000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.852024000, lastModified=2022-06-15 11:03:09.385980000, delta=466044000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.852303000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.852303000, lastModified=2022-06-15 11:03:09.385980000, delta=466323000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=false, read=2022-06-15 11:03:09.849273000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989849273000 ns, racy<=2500000000 ns
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is unmodified
11:03:09.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.852512000, lastModified=2022-06-15 11:03:09.851986000, size=23, fileKey=(dev=10006c,ino=1387698185)
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.852986000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.853366000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.852303000, lastModified=2022-06-15 11:03:09.385980000, delta=466323000 ns, racy<=2500000000 ns
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.853505000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.853505000, lastModified=2022-06-15 11:03:09.385980000, delta=467525000 ns, racy<=2500000000 ns
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.853645000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.853505000, lastModified=2022-06-15 11:03:09.385980000, delta=467525000 ns, racy<=2500000000 ns
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.853 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.853756000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.853756000, lastModified=2022-06-15 11:03:09.385980000, delta=467776000 ns, racy<=2500000000 ns
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.853645000, lastModified=2022-06-15 11:03:09.851986000, delta=1659000 ns, racy<=2500000000 ns
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.853883000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.853883000, lastModified=2022-06-15 11:03:09.851986000, delta=1897000 ns, racy<=2500000000 ns
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.853756000, lastModified=2022-06-15 11:03:09.385980000, delta=467776000 ns, racy<=2500000000 ns
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.854126000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.854126000, lastModified=2022-06-15 11:03:09.385980000, delta=468146000 ns, racy<=2500000000 ns
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.853883000, lastModified=2022-06-15 11:03:09.851986000, delta=1897000 ns, racy<=2500000000 ns
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.854248000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.854248000, lastModified=2022-06-15 11:03:09.851986000, delta=2262000 ns, racy<=2500000000 ns
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.854378000, lastModified=2022-06-15 11:03:09.851986000, size=23, fileKey=(dev=10006c,ino=1387698185)
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.854855000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.854126000, lastModified=2022-06-15 11:03:09.385980000, delta=468146000 ns, racy<=2500000000 ns
11:03:09.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.855168000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.855168000, lastModified=2022-06-15 11:03:09.385980000, delta=469188000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.855305000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.855168000, lastModified=2022-06-15 11:03:09.385980000, delta=469188000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.855420000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.855420000, lastModified=2022-06-15 11:03:09.385980000, delta=469440000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.855305000, lastModified=2022-06-15 11:03:09.851986000, delta=3319000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.855544000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.855544000, lastModified=2022-06-15 11:03:09.851986000, delta=3558000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.855420000, lastModified=2022-06-15 11:03:09.385980000, delta=469440000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.855773000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.855773000, lastModified=2022-06-15 11:03:09.385980000, delta=469793000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.855544000, lastModified=2022-06-15 11:03:09.851986000, delta=3558000 ns, racy<=2500000000 ns
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.855887000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.855887000, lastModified=2022-06-15 11:03:09.851986000, delta=3901000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.855773000, lastModified=2022-06-15 11:03:09.385980000, delta=469793000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.856102000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.856102000, lastModified=2022-06-15 11:03:09.385980000, delta=470122000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.855887000, lastModified=2022-06-15 11:03:09.851986000, delta=3901000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.856245000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.856245000, lastModified=2022-06-15 11:03:09.851986000, delta=4259000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.856102000, lastModified=2022-06-15 11:03:09.385980000, delta=470122000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.856435000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.856435000, lastModified=2022-06-15 11:03:09.385980000, delta=470455000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.856245000, lastModified=2022-06-15 11:03:09.851986000, delta=4259000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.856627000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.856627000, lastModified=2022-06-15 11:03:09.851986000, delta=4641000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.856435000, lastModified=2022-06-15 11:03:09.385980000, delta=470455000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.856843000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.856843000, lastModified=2022-06-15 11:03:09.385980000, delta=470863000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.856627000, lastModified=2022-06-15 11:03:09.851986000, delta=4641000 ns, racy<=2500000000 ns
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.856972000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.856972000, lastModified=2022-06-15 11:03:09.851986000, delta=4986000 ns, racy<=2500000000 ns
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.856843000, lastModified=2022-06-15 11:03:09.385980000, delta=470863000 ns, racy<=2500000000 ns
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.857174000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.857174000, lastModified=2022-06-15 11:03:09.385980000, delta=471194000 ns, racy<=2500000000 ns
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.856972000, lastModified=2022-06-15 11:03:09.851986000, delta=4986000 ns, racy<=2500000000 ns
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.857304000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.857304000, lastModified=2022-06-15 11:03:09.851986000, delta=5318000 ns, racy<=2500000000 ns
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.857477000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.857477000, lastModified=2022-06-15 11:03:09.849986000, delta=7491000 ns, racy<=2550000 ns
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.857983000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989857983000 ns, racy<=2550000 ns
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.857477000, lastModified=2022-06-15 11:03:09.849986000, delta=7491000 ns, racy<=2550000 ns
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.857983000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989857983000 ns, racy<=2550000 ns
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.857174000, lastModified=2022-06-15 11:03:09.385980000, delta=471194000 ns, racy<=2500000000 ns
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.858909000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.858909000, lastModified=2022-06-15 11:03:09.385980000, delta=472929000 ns, racy<=2500000000 ns
11:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.857304000, lastModified=2022-06-15 11:03:09.851986000, delta=5318000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859093000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.859093000, lastModified=2022-06-15 11:03:09.851986000, delta=7107000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859181000, lastModified=2022-06-15 11:03:09.854986000, size=0, fileKey=(dev=10006c,ino=1387698187)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.858909000, lastModified=2022-06-15 11:03:09.385980000, delta=472929000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859255000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.859255000, lastModified=2022-06-15 11:03:09.385980000, delta=473275000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.859093000, lastModified=2022-06-15 11:03:09.851986000, delta=7107000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859385000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.859385000, lastModified=2022-06-15 11:03:09.851986000, delta=7399000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859495000, lastModified=2022-06-15 11:03:09.858986000, size=104, fileKey=(dev=10006c,ino=1387698187)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859545000, lastModified=2022-06-15 11:03:09.858986000, size=104, fileKey=(dev=10006c,ino=1387698187)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.859255000, lastModified=2022-06-15 11:03:09.385980000, delta=473275000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859618000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.859618000, lastModified=2022-06-15 11:03:09.385980000, delta=473638000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.859385000, lastModified=2022-06-15 11:03:09.851986000, delta=7399000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859753000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.859753000, lastModified=2022-06-15 11:03:09.851986000, delta=7767000 ns, racy<=2500000000 ns
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859901000, lastModified=2022-06-15 11:03:09.858986000, size=104, fileKey=(dev=10006c,ino=1387698187)
11:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.859952000, lastModified=2022-06-15 11:03:09.858986000, size=104, fileKey=(dev=10006c,ino=1387698187)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860021000, lastModified=2022-06-15 11:03:09.858986000, size=0, fileKey=(dev=10006c,ino=1387698188)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.859618000, lastModified=2022-06-15 11:03:09.385980000, delta=473638000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860112000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.860112000, lastModified=2022-06-15 11:03:09.385980000, delta=474132000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.859753000, lastModified=2022-06-15 11:03:09.851986000, delta=7767000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860230000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.860230000, lastModified=2022-06-15 11:03:09.851986000, delta=8244000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860333000, lastModified=2022-06-15 11:03:09.859986000, size=104, fileKey=(dev=10006c,ino=1387698188)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.860112000, lastModified=2022-06-15 11:03:09.385980000, delta=474132000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860514000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.860514000, lastModified=2022-06-15 11:03:09.385980000, delta=474534000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.860230000, lastModified=2022-06-15 11:03:09.851986000, delta=8244000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860633000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.860633000, lastModified=2022-06-15 11:03:09.851986000, delta=8647000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.860514000, lastModified=2022-06-15 11:03:09.385980000, delta=474534000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860727000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.860727000, lastModified=2022-06-15 11:03:09.385980000, delta=474747000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.860633000, lastModified=2022-06-15 11:03:09.851986000, delta=8647000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.860880000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.860880000, lastModified=2022-06-15 11:03:09.851986000, delta=8894000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.860727000, lastModified=2022-06-15 11:03:09.385980000, delta=474747000 ns, racy<=2500000000 ns
11:03:09.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.861007000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.861007000, lastModified=2022-06-15 11:03:09.385980000, delta=475027000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.860880000, lastModified=2022-06-15 11:03:09.851986000, delta=8894000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.861193000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.861193000, lastModified=2022-06-15 11:03:09.851986000, delta=9207000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.861007000, lastModified=2022-06-15 11:03:09.385980000, delta=475027000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.861305000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.861305000, lastModified=2022-06-15 11:03:09.385980000, delta=475325000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.861193000, lastModified=2022-06-15 11:03:09.851986000, delta=9207000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.861430000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.861430000, lastModified=2022-06-15 11:03:09.851986000, delta=9444000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.861527000, lastModified=2022-06-15 11:03:09.851986000, size=23, fileKey=(dev=10006c,ino=1387698185)
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.861305000, lastModified=2022-06-15 11:03:09.385980000, delta=475325000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.861795000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.861795000, lastModified=2022-06-15 11:03:09.385980000, delta=475815000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.861430000, lastModified=2022-06-15 11:03:09.851986000, delta=9444000 ns, racy<=2500000000 ns
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.861988000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.861988000, lastModified=2022-06-15 11:03:09.851986000, delta=10002000 ns, racy<=2500000000 ns
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.861527000, lastModified=2022-06-15 11:03:09.851986000, delta=9541000 ns, racy<=2550000 ns
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.861795000, lastModified=2022-06-15 11:03:09.385980000, delta=475815000 ns, racy<=2500000000 ns
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.862639000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.862639000, lastModified=2022-06-15 11:03:09.385980000, delta=476659000 ns, racy<=2500000000 ns
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.861988000, lastModified=2022-06-15 11:03:09.851986000, delta=10002000 ns, racy<=2500000000 ns
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.862766000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.862766000, lastModified=2022-06-15 11:03:09.851986000, delta=10780000 ns, racy<=2500000000 ns
11:03:09.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.862946000, lastModified=2022-06-15 11:03:09.859986000, size=104, fileKey=(dev=10006c,ino=1387698188)
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.862998000, lastModified=2022-06-15 11:03:09.859986000, size=104, fileKey=(dev=10006c,ino=1387698188)
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.857477000, lastModified=2022-06-15 11:03:09.849986000, delta=7491000 ns, racy<=2550000 ns
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.857983000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989857983000 ns, racy<=2550000 ns
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.857477000, lastModified=2022-06-15 11:03:09.849986000, delta=7491000 ns, racy<=2550000 ns
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.857983000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989857983000 ns, racy<=2550000 ns
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.857477000, lastModified=2022-06-15 11:03:09.849986000, delta=7491000 ns, racy<=2550000 ns
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.857983000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989857983000 ns, racy<=2550000 ns
11:03:09.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.857477000, lastModified=2022-06-15 11:03:09.849986000, delta=7491000 ns, racy<=2550000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.857983000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989857983000 ns, racy<=2550000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.862639000, lastModified=2022-06-15 11:03:09.385980000, delta=476659000 ns, racy<=2500000000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.864489000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.864489000, lastModified=2022-06-15 11:03:09.385980000, delta=478509000 ns, racy<=2500000000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.862766000, lastModified=2022-06-15 11:03:09.851986000, delta=10780000 ns, racy<=2500000000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.864630000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.864630000, lastModified=2022-06-15 11:03:09.851986000, delta=12644000 ns, racy<=2500000000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.861527000, lastModified=2022-06-15 11:03:09.851986000, delta=9541000 ns, racy<=2550000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.864489000, lastModified=2022-06-15 11:03:09.385980000, delta=478509000 ns, racy<=2500000000 ns
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.864922000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.864922000, lastModified=2022-06-15 11:03:09.385980000, delta=478942000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.864630000, lastModified=2022-06-15 11:03:09.851986000, delta=12644000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.865096000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.865096000, lastModified=2022-06-15 11:03:09.851986000, delta=13110000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.864922000, lastModified=2022-06-15 11:03:09.385980000, delta=478942000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.865372000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.865372000, lastModified=2022-06-15 11:03:09.385980000, delta=479392000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.865096000, lastModified=2022-06-15 11:03:09.851986000, delta=13110000 ns, racy<=2500000000 ns
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.865522000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.865522000, lastModified=2022-06-15 11:03:09.851986000, delta=13536000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.865372000, lastModified=2022-06-15 11:03:09.385980000, delta=479392000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866112000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866112000, lastModified=2022-06-15 11:03:09.385980000, delta=480132000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.865522000, lastModified=2022-06-15 11:03:09.851986000, delta=13536000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866248000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866248000, lastModified=2022-06-15 11:03:09.851986000, delta=14262000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866112000, lastModified=2022-06-15 11:03:09.385980000, delta=480132000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866386000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866386000, lastModified=2022-06-15 11:03:09.385980000, delta=480406000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866248000, lastModified=2022-06-15 11:03:09.851986000, delta=14262000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866496000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866496000, lastModified=2022-06-15 11:03:09.851986000, delta=14510000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866386000, lastModified=2022-06-15 11:03:09.385980000, delta=480406000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866679000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866679000, lastModified=2022-06-15 11:03:09.385980000, delta=480699000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866496000, lastModified=2022-06-15 11:03:09.851986000, delta=14510000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866789000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866789000, lastModified=2022-06-15 11:03:09.851986000, delta=14803000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866679000, lastModified=2022-06-15 11:03:09.385980000, delta=480699000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866893000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866893000, lastModified=2022-06-15 11:03:09.385980000, delta=480913000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866789000, lastModified=2022-06-15 11:03:09.851986000, delta=14803000 ns, racy<=2500000000 ns
11:03:09.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.866999000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866999000, lastModified=2022-06-15 11:03:09.851986000, delta=15013000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.866893000, lastModified=2022-06-15 11:03:09.385980000, delta=480913000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.867233000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.867233000, lastModified=2022-06-15 11:03:09.385980000, delta=481253000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.866999000, lastModified=2022-06-15 11:03:09.851986000, delta=15013000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.867345000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.867345000, lastModified=2022-06-15 11:03:09.851986000, delta=15359000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.867233000, lastModified=2022-06-15 11:03:09.385980000, delta=481253000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.867442000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.867442000, lastModified=2022-06-15 11:03:09.385980000, delta=481462000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.867345000, lastModified=2022-06-15 11:03:09.851986000, delta=15359000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.867548000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.867548000, lastModified=2022-06-15 11:03:09.851986000, delta=15562000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.867654000, lastModified=2022-06-15 11:03:09.865987000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.867442000, lastModified=2022-06-15 11:03:09.385980000, delta=481462000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.867808000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.867808000, lastModified=2022-06-15 11:03:09.385980000, delta=481828000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.867548000, lastModified=2022-06-15 11:03:09.851986000, delta=15562000 ns, racy<=2500000000 ns
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.867950000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.867950000, lastModified=2022-06-15 11:03:09.851986000, delta=15964000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.867808000, lastModified=2022-06-15 11:03:09.385980000, delta=481828000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.868223000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.868223000, lastModified=2022-06-15 11:03:09.385980000, delta=482243000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.854248000, lastModified=2022-06-15 11:03:09.851986000, delta=2262000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.868344000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.868344000, lastModified=2022-06-15 11:03:09.851986000, delta=16358000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.868426000, lastModified=2022-06-15 11:03:09.865987000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.868223000, lastModified=2022-06-15 11:03:09.385980000, delta=482243000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.868519000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.868519000, lastModified=2022-06-15 11:03:09.385980000, delta=482539000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.868344000, lastModified=2022-06-15 11:03:09.851986000, delta=16358000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.868628000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.868628000, lastModified=2022-06-15 11:03:09.851986000, delta=16642000 ns, racy<=2500000000 ns
11:03:09.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:09.868426000, lastModified=2022-06-15 11:03:09.865987000, delta=2439000 ns, racy<=2550000 ns
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is racily clean
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.869021000, lastModified=2022-06-15 11:03:09.865987000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.869021000, lastModified=2022-06-15 11:03:09.865987000, delta=3034000 ns, racy<=2550000 ns
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.869622000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.868519000, lastModified=2022-06-15 11:03:09.385980000, delta=482539000 ns, racy<=2500000000 ns
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.869759000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.869759000, lastModified=2022-06-15 11:03:09.385980000, delta=483779000 ns, racy<=2500000000 ns
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.869860000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.869759000, lastModified=2022-06-15 11:03:09.385980000, delta=483779000 ns, racy<=2500000000 ns
11:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.869993000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.869993000, lastModified=2022-06-15 11:03:09.385980000, delta=484013000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.869860000, lastModified=2022-06-15 11:03:09.851986000, delta=17874000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870172000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.870172000, lastModified=2022-06-15 11:03:09.851986000, delta=18186000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870277000, lastModified=2022-06-15 11:03:09.859986000, size=104, fileKey=(dev=10006c,ino=1387698188)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.869993000, lastModified=2022-06-15 11:03:09.385980000, delta=484013000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870405000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.870405000, lastModified=2022-06-15 11:03:09.385980000, delta=484425000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.870172000, lastModified=2022-06-15 11:03:09.851986000, delta=18186000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870523000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.870523000, lastModified=2022-06-15 11:03:09.851986000, delta=18537000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870674000, lastModified=2022-06-15 11:03:09.859986000, size=104, fileKey=(dev=10006c,ino=1387698188)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870725000, lastModified=2022-06-15 11:03:09.859986000, size=104, fileKey=(dev=10006c,ino=1387698188)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.870405000, lastModified=2022-06-15 11:03:09.385980000, delta=484425000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870815000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.870815000, lastModified=2022-06-15 11:03:09.385980000, delta=484835000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.870523000, lastModified=2022-06-15 11:03:09.851986000, delta=18537000 ns, racy<=2500000000 ns
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.870945000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.870945000, lastModified=2022-06-15 11:03:09.851986000, delta=18959000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.870815000, lastModified=2022-06-15 11:03:09.385980000, delta=484835000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.871115000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.871115000, lastModified=2022-06-15 11:03:09.385980000, delta=485135000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.870945000, lastModified=2022-06-15 11:03:09.851986000, delta=18959000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.871254000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.871254000, lastModified=2022-06-15 11:03:09.851986000, delta=19268000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.871115000, lastModified=2022-06-15 11:03:09.385980000, delta=485135000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.871483000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.871483000, lastModified=2022-06-15 11:03:09.385980000, delta=485503000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.871254000, lastModified=2022-06-15 11:03:09.851986000, delta=19268000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.871603000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.871603000, lastModified=2022-06-15 11:03:09.851986000, delta=19617000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.871483000, lastModified=2022-06-15 11:03:09.385980000, delta=485503000 ns, racy<=2500000000 ns
11:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.872013000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.872013000, lastModified=2022-06-15 11:03:09.385980000, delta=486033000 ns, racy<=2500000000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.871603000, lastModified=2022-06-15 11:03:09.851986000, delta=19617000 ns, racy<=2500000000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.872177000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.872177000, lastModified=2022-06-15 11:03:09.851986000, delta=20191000 ns, racy<=2500000000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.872470000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989872470000 ns, racy<=2550000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.872470000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989872470000 ns, racy<=2550000 ns
11:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.872997000, lastModified=2022-06-15 11:03:09.869987000, size=0, fileKey=(dev=10006c,ino=1387698189)
11:03:09.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.872013000, lastModified=2022-06-15 11:03:09.385980000, delta=486033000 ns, racy<=2500000000 ns
11:03:09.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.936 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.936877000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.936877000, lastModified=2022-06-15 11:03:09.385980000, delta=550897000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.872177000, lastModified=2022-06-15 11:03:09.851986000, delta=20191000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.937229000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.937229000, lastModified=2022-06-15 11:03:09.851986000, delta=85243000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.937392000, lastModified=2022-06-15 11:03:09.936988000, size=176, fileKey=(dev=10006c,ino=1387698189)
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.937475000, lastModified=2022-06-15 11:03:09.936988000, size=176, fileKey=(dev=10006c,ino=1387698189)
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.936877000, lastModified=2022-06-15 11:03:09.385980000, delta=550897000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.937 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.937630000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.937630000, lastModified=2022-06-15 11:03:09.385980000, delta=551650000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.937229000, lastModified=2022-06-15 11:03:09.851986000, delta=85243000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.937761000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.937761000, lastModified=2022-06-15 11:03:09.851986000, delta=85775000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.937630000, lastModified=2022-06-15 11:03:09.385980000, delta=551650000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.937 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.937859000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.937859000, lastModified=2022-06-15 11:03:09.385980000, delta=551879000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.937761000, lastModified=2022-06-15 11:03:09.851986000, delta=85775000 ns, racy<=2500000000 ns
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.937975000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.937975000, lastModified=2022-06-15 11:03:09.851986000, delta=85989000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.937859000, lastModified=2022-06-15 11:03:09.385980000, delta=551879000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.938 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938118000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.938118000, lastModified=2022-06-15 11:03:09.385980000, delta=552138000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.937975000, lastModified=2022-06-15 11:03:09.851986000, delta=85989000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938238000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.938238000, lastModified=2022-06-15 11:03:09.851986000, delta=86252000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.938118000, lastModified=2022-06-15 11:03:09.385980000, delta=552138000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.938 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938351000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.938351000, lastModified=2022-06-15 11:03:09.385980000, delta=552371000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.938238000, lastModified=2022-06-15 11:03:09.851986000, delta=86252000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938471000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.938471000, lastModified=2022-06-15 11:03:09.851986000, delta=86485000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938553000, lastModified=2022-06-15 11:03:09.851986000, size=23, fileKey=(dev=10006c,ino=1387698185)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938630000, lastModified=2022-06-15 11:03:09.865987000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.938351000, lastModified=2022-06-15 11:03:09.385980000, delta=552371000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.938 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938761000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.938761000, lastModified=2022-06-15 11:03:09.385980000, delta=552781000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.938471000, lastModified=2022-06-15 11:03:09.851986000, delta=86485000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.938883000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.938883000, lastModified=2022-06-15 11:03:09.851986000, delta=86897000 ns, racy<=2500000000 ns
11:03:09.938 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.938553000, lastModified=2022-06-15 11:03:09.851986000, delta=86567000 ns, racy<=2550000 ns
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.938630000, lastModified=2022-06-15 11:03:09.865987000, delta=72643000 ns, racy<=2550000 ns
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.938761000, lastModified=2022-06-15 11:03:09.385980000, delta=552781000 ns, racy<=2500000000 ns
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.939671000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.939671000, lastModified=2022-06-15 11:03:09.385980000, delta=553691000 ns, racy<=2500000000 ns
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.938883000, lastModified=2022-06-15 11:03:09.851986000, delta=86897000 ns, racy<=2500000000 ns
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.939821000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.939821000, lastModified=2022-06-15 11:03:09.851986000, delta=87835000 ns, racy<=2500000000 ns
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.940007000, lastModified=2022-06-15 11:03:09.936988000, size=176, fileKey=(dev=10006c,ino=1387698189)
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.940107000, lastModified=2022-06-15 11:03:09.936988000, size=176, fileKey=(dev=10006c,ino=1387698189)
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.872470000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989872470000 ns, racy<=2550000 ns
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.872470000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989872470000 ns, racy<=2550000 ns
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.872470000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989872470000 ns, racy<=2550000 ns
11:03:09.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.871781000, lastModified=2022-06-15 11:03:09.849986000, delta=21795000 ns, racy<=2550000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.872470000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989872470000 ns, racy<=2550000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.939671000, lastModified=2022-06-15 11:03:09.385980000, delta=553691000 ns, racy<=2500000000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.941 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.941573000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.941573000, lastModified=2022-06-15 11:03:09.385980000, delta=555593000 ns, racy<=2500000000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.939821000, lastModified=2022-06-15 11:03:09.851986000, delta=87835000 ns, racy<=2500000000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.941734000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.941734000, lastModified=2022-06-15 11:03:09.851986000, delta=89748000 ns, racy<=2500000000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.938553000, lastModified=2022-06-15 11:03:09.851986000, delta=86567000 ns, racy<=2550000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.938630000, lastModified=2022-06-15 11:03:09.865987000, delta=72643000 ns, racy<=2550000 ns
11:03:09.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.941573000, lastModified=2022-06-15 11:03:09.385980000, delta=555593000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.942089000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942089000, lastModified=2022-06-15 11:03:09.385980000, delta=556109000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.941734000, lastModified=2022-06-15 11:03:09.851986000, delta=89748000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.942218000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.942218000, lastModified=2022-06-15 11:03:09.851986000, delta=90232000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.938630000, lastModified=2022-06-15 11:03:09.865987000, delta=72643000 ns, racy<=2550000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942089000, lastModified=2022-06-15 11:03:09.385980000, delta=556109000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.942485000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942485000, lastModified=2022-06-15 11:03:09.385980000, delta=556505000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.942218000, lastModified=2022-06-15 11:03:09.851986000, delta=90232000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.942615000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.942615000, lastModified=2022-06-15 11:03:09.851986000, delta=90629000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942485000, lastModified=2022-06-15 11:03:09.385980000, delta=556505000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.942744000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942744000, lastModified=2022-06-15 11:03:09.385980000, delta=556764000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.942615000, lastModified=2022-06-15 11:03:09.851986000, delta=90629000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.942858000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.942858000, lastModified=2022-06-15 11:03:09.851986000, delta=90872000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942744000, lastModified=2022-06-15 11:03:09.385980000, delta=556764000 ns, racy<=2500000000 ns
11:03:09.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.942994000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942994000, lastModified=2022-06-15 11:03:09.385980000, delta=557014000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.942858000, lastModified=2022-06-15 11:03:09.851986000, delta=90872000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943209000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943209000, lastModified=2022-06-15 11:03:09.851986000, delta=91223000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.942994000, lastModified=2022-06-15 11:03:09.385980000, delta=557014000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943301000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.943301000, lastModified=2022-06-15 11:03:09.385980000, delta=557321000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943209000, lastModified=2022-06-15 11:03:09.851986000, delta=91223000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943417000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943417000, lastModified=2022-06-15 11:03:09.851986000, delta=91431000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.943301000, lastModified=2022-06-15 11:03:09.385980000, delta=557321000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943514000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.943514000, lastModified=2022-06-15 11:03:09.385980000, delta=557534000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943417000, lastModified=2022-06-15 11:03:09.851986000, delta=91431000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943644000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943644000, lastModified=2022-06-15 11:03:09.851986000, delta=91658000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.943514000, lastModified=2022-06-15 11:03:09.385980000, delta=557534000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943766000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.943766000, lastModified=2022-06-15 11:03:09.385980000, delta=557786000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943644000, lastModified=2022-06-15 11:03:09.851986000, delta=91658000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943892000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943892000, lastModified=2022-06-15 11:03:09.851986000, delta=91906000 ns, racy<=2500000000 ns
11:03:09.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.943971000, lastModified=2022-06-15 11:03:09.941988000, size=41, fileKey=(dev=10006c,ino=1390022060)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.943766000, lastModified=2022-06-15 11:03:09.385980000, delta=557786000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.944185000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.944185000, lastModified=2022-06-15 11:03:09.385980000, delta=558205000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.943892000, lastModified=2022-06-15 11:03:09.851986000, delta=91906000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.944302000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.944302000, lastModified=2022-06-15 11:03:09.851986000, delta=92316000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.944185000, lastModified=2022-06-15 11:03:09.385980000, delta=558205000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.944466000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.944466000, lastModified=2022-06-15 11:03:09.385980000, delta=558486000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.868628000, lastModified=2022-06-15 11:03:09.851986000, delta=16642000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.944578000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.944578000, lastModified=2022-06-15 11:03:09.851986000, delta=92592000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1390022059) to (dev=10006c,ino=1390022060)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, size=41, fileKey=(dev=10006c,ino=1390022060)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.944466000, lastModified=2022-06-15 11:03:09.385980000, delta=558486000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.944792000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.944792000, lastModified=2022-06-15 11:03:09.385980000, delta=558812000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.944578000, lastModified=2022-06-15 11:03:09.851986000, delta=92592000 ns, racy<=2500000000 ns
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.944932000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.944932000, lastModified=2022-06-15 11:03:09.851986000, delta=92946000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, delta=2718000 ns, racy<=2550000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.945193000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.944792000, lastModified=2022-06-15 11:03:09.385980000, delta=558812000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.945314000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.945314000, lastModified=2022-06-15 11:03:09.385980000, delta=559334000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.945409000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.945314000, lastModified=2022-06-15 11:03:09.385980000, delta=559334000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.945509000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.945509000, lastModified=2022-06-15 11:03:09.385980000, delta=559529000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.945409000, lastModified=2022-06-15 11:03:09.851986000, delta=93423000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.945620000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.945620000, lastModified=2022-06-15 11:03:09.851986000, delta=93634000 ns, racy<=2500000000 ns
11:03:09.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.945715000, lastModified=2022-06-15 11:03:09.936988000, size=176, fileKey=(dev=10006c,ino=1387698189)
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.945509000, lastModified=2022-06-15 11:03:09.385980000, delta=559529000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.949091000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.949091000, lastModified=2022-06-15 11:03:09.385980000, delta=563111000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.945620000, lastModified=2022-06-15 11:03:09.851986000, delta=93634000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.949261000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.949261000, lastModified=2022-06-15 11:03:09.851986000, delta=97275000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.949091000, lastModified=2022-06-15 11:03:09.385980000, delta=563111000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.949657000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.949657000, lastModified=2022-06-15 11:03:09.385980000, delta=563677000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.949261000, lastModified=2022-06-15 11:03:09.851986000, delta=97275000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.949765000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.949765000, lastModified=2022-06-15 11:03:09.851986000, delta=97779000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, size=23, fileKey=(dev=10006c,ino=1387698185)
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, size=41, fileKey=(dev=10006c,ino=1390022060)
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.949657000, lastModified=2022-06-15 11:03:09.385980000, delta=563677000 ns, racy<=2500000000 ns
11:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.950000000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.950000000, lastModified=2022-06-15 11:03:09.385980000, delta=564020000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.949765000, lastModified=2022-06-15 11:03:09.851986000, delta=97779000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.950165000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.950165000, lastModified=2022-06-15 11:03:09.851986000, delta=98179000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, delta=97853000 ns, racy<=2550000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, delta=7918000 ns, racy<=2550000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.950000000, lastModified=2022-06-15 11:03:09.385980000, delta=564020000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.950530000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.950530000, lastModified=2022-06-15 11:03:09.385980000, delta=564550000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.950165000, lastModified=2022-06-15 11:03:09.851986000, delta=98179000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.950679000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.950679000, lastModified=2022-06-15 11:03:09.851986000, delta=98693000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, delta=97853000 ns, racy<=2550000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, delta=7918000 ns, racy<=2550000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.950530000, lastModified=2022-06-15 11:03:09.385980000, delta=564550000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.950883000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.950883000, lastModified=2022-06-15 11:03:09.385980000, delta=564903000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.950679000, lastModified=2022-06-15 11:03:09.851986000, delta=98693000 ns, racy<=2500000000 ns
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.950984000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.950984000, lastModified=2022-06-15 11:03:09.851986000, delta=98998000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, delta=97853000 ns, racy<=2550000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, delta=7918000 ns, racy<=2550000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.951215000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.951215000, lastModified=2022-06-15 11:03:09.849986000, delta=101229000 ns, racy<=2550000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.950883000, lastModified=2022-06-15 11:03:09.385980000, delta=564903000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.951565000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.951565000, lastModified=2022-06-15 11:03:09.385980000, delta=565585000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.950984000, lastModified=2022-06-15 11:03:09.851986000, delta=98998000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.951687000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.951687000, lastModified=2022-06-15 11:03:09.851986000, delta=99701000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.951565000, lastModified=2022-06-15 11:03:09.385980000, delta=565585000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.951921000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.951921000, lastModified=2022-06-15 11:03:09.385980000, delta=565941000 ns, racy<=2500000000 ns
11:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.951687000, lastModified=2022-06-15 11:03:09.851986000, delta=99701000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952090000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.952090000, lastModified=2022-06-15 11:03:09.851986000, delta=100104000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952169000, lastModified=2022-06-15 11:03:09.942988000, size=20, fileKey=(dev=10006c,ino=1390022058)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.951921000, lastModified=2022-06-15 11:03:09.385980000, delta=565941000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952277000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.952277000, lastModified=2022-06-15 11:03:09.385980000, delta=566297000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.952090000, lastModified=2022-06-15 11:03:09.851986000, delta=100104000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952397000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.952397000, lastModified=2022-06-15 11:03:09.851986000, delta=100411000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952479000, lastModified=2022-06-15 11:03:09.849986000, size=31, fileKey=(dev=10006c,ino=1388904315)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.952277000, lastModified=2022-06-15 11:03:09.385980000, delta=566297000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952593000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.952593000, lastModified=2022-06-15 11:03:09.385980000, delta=566613000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.952397000, lastModified=2022-06-15 11:03:09.851986000, delta=100411000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952711000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.952711000, lastModified=2022-06-15 11:03:09.851986000, delta=100725000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.952593000, lastModified=2022-06-15 11:03:09.385980000, delta=566613000 ns, racy<=2500000000 ns
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.952932000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.952932000, lastModified=2022-06-15 11:03:09.385980000, delta=566952000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.952711000, lastModified=2022-06-15 11:03:09.851986000, delta=100725000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.953099000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.953099000, lastModified=2022-06-15 11:03:09.851986000, delta=101113000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.952932000, lastModified=2022-06-15 11:03:09.385980000, delta=566952000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.953646000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.953646000, lastModified=2022-06-15 11:03:09.385980000, delta=567666000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.953099000, lastModified=2022-06-15 11:03:09.851986000, delta=101113000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.953769000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.953769000, lastModified=2022-06-15 11:03:09.851986000, delta=101783000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.953646000, lastModified=2022-06-15 11:03:09.385980000, delta=567666000 ns, racy<=2500000000 ns
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.953927000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.953927000, lastModified=2022-06-15 11:03:09.385980000, delta=567947000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.953769000, lastModified=2022-06-15 11:03:09.851986000, delta=101783000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954067000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954067000, lastModified=2022-06-15 11:03:09.851986000, delta=102081000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.953927000, lastModified=2022-06-15 11:03:09.385980000, delta=567947000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954220000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.954220000, lastModified=2022-06-15 11:03:09.385980000, delta=568240000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954067000, lastModified=2022-06-15 11:03:09.851986000, delta=102081000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954387000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954387000, lastModified=2022-06-15 11:03:09.851986000, delta=102401000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.954220000, lastModified=2022-06-15 11:03:09.385980000, delta=568240000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954519000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.954519000, lastModified=2022-06-15 11:03:09.385980000, delta=568539000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954387000, lastModified=2022-06-15 11:03:09.851986000, delta=102401000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954628000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954628000, lastModified=2022-06-15 11:03:09.851986000, delta=102642000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954741000, lastModified=2022-06-15 11:03:09.952988000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.954519000, lastModified=2022-06-15 11:03:09.385980000, delta=568539000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954860000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.954860000, lastModified=2022-06-15 11:03:09.385980000, delta=568880000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954628000, lastModified=2022-06-15 11:03:09.851986000, delta=102642000 ns, racy<=2500000000 ns
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.954979000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954979000, lastModified=2022-06-15 11:03:09.851986000, delta=102993000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-15 11:03:09.954741000, lastModified=2022-06-15 11:03:09.952988000, delta=1753000 ns, racy<=2550000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, is racily clean
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-15 11:03:09.955352000, lastModified=2022-06-15 11:03:09.952988000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-15 11:03:09.955352000, lastModified=2022-06-15 11:03:09.952988000, delta=2364000 ns, racy<=2550000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.954860000, lastModified=2022-06-15 11:03:09.385980000, delta=568880000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.955456000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.955456000, lastModified=2022-06-15 11:03:09.385980000, delta=569476000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.954979000, lastModified=2022-06-15 11:03:09.851986000, delta=102993000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.955574000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.955574000, lastModified=2022-06-15 11:03:09.851986000, delta=103588000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, delta=97853000 ns, racy<=2550000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, delta=7918000 ns, racy<=2550000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.955456000, lastModified=2022-06-15 11:03:09.385980000, delta=569476000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.955807000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.955807000, lastModified=2022-06-15 11:03:09.385980000, delta=569827000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.955574000, lastModified=2022-06-15 11:03:09.851986000, delta=103588000 ns, racy<=2500000000 ns
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.955945000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.955945000, lastModified=2022-06-15 11:03:09.851986000, delta=103959000 ns, racy<=2500000000 ns
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2022-06-15 11:03:09.955352000, lastModified=2022-06-15 11:03:09.952988000, delta=2364000 ns, racy<=2550000 ns
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, is racily clean
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-15 11:03:09.956348000, lastModified=2022-06-15 11:03:09.952988000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2022-06-15 11:03:09.956348000, lastModified=2022-06-15 11:03:09.952988000, delta=3360000 ns, racy<=2550000 ns
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.955807000, lastModified=2022-06-15 11:03:09.385980000, delta=569827000 ns, racy<=2500000000 ns
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.956483000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.956483000, lastModified=2022-06-15 11:03:09.385980000, delta=570503000 ns, racy<=2500000000 ns
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.955945000, lastModified=2022-06-15 11:03:09.851986000, delta=103959000 ns, racy<=2500000000 ns
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.956651000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.956651000, lastModified=2022-06-15 11:03:09.851986000, delta=104665000 ns, racy<=2500000000 ns
11:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, cannot be racily clean
11:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.957269000, lastModified=2022-06-15 11:03:09.936988000, size=176, fileKey=(dev=10006c,ino=1387698189)
11:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.957331000, lastModified=2022-06-15 11:03:09.936988000, size=176, fileKey=(dev=10006c,ino=1387698189)
11:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.956483000, lastModified=2022-06-15 11:03:09.385980000, delta=570503000 ns, racy<=2500000000 ns
11:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.959010000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.959010000, lastModified=2022-06-15 11:03:09.385980000, delta=573030000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.956651000, lastModified=2022-06-15 11:03:09.851986000, delta=104665000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.959208000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.959208000, lastModified=2022-06-15 11:03:09.851986000, delta=107222000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.959010000, lastModified=2022-06-15 11:03:09.385980000, delta=573030000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.959359000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.959359000, lastModified=2022-06-15 11:03:09.385980000, delta=573379000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.959208000, lastModified=2022-06-15 11:03:09.851986000, delta=107222000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.959476000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.959476000, lastModified=2022-06-15 11:03:09.851986000, delta=107490000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.959359000, lastModified=2022-06-15 11:03:09.385980000, delta=573379000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.959689000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.959689000, lastModified=2022-06-15 11:03:09.385980000, delta=573709000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.959476000, lastModified=2022-06-15 11:03:09.851986000, delta=107490000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.959804000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.959804000, lastModified=2022-06-15 11:03:09.851986000, delta=107818000 ns, racy<=2500000000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.951215000, lastModified=2022-06-15 11:03:09.849986000, delta=101229000 ns, racy<=2550000 ns
11:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.960589000, lastModified=2022-06-15 11:03:09.956988000, size=0, fileKey=(dev=10006c,ino=1387698188)
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.959689000, lastModified=2022-06-15 11:03:09.385980000, delta=573709000 ns, racy<=2500000000 ns
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.960690000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.960690000, lastModified=2022-06-15 11:03:09.385980000, delta=574710000 ns, racy<=2500000000 ns
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.959804000, lastModified=2022-06-15 11:03:09.851986000, delta=107818000 ns, racy<=2500000000 ns
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.960856000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.960856000, lastModified=2022-06-15 11:03:09.851986000, delta=108870000 ns, racy<=2500000000 ns
11:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.960984000, lastModified=2022-06-15 11:03:09.959988000, size=176, fileKey=(dev=10006c,ino=1387698188)
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.960690000, lastModified=2022-06-15 11:03:09.385980000, delta=574710000 ns, racy<=2500000000 ns
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.961316000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.961316000, lastModified=2022-06-15 11:03:09.385980000, delta=575336000 ns, racy<=2500000000 ns
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.960856000, lastModified=2022-06-15 11:03:09.851986000, delta=108870000 ns, racy<=2500000000 ns
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.961517000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.961517000, lastModified=2022-06-15 11:03:09.851986000, delta=109531000 ns, racy<=2500000000 ns
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, cannot be racily clean
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.961316000, lastModified=2022-06-15 11:03:09.385980000, delta=575336000 ns, racy<=2500000000 ns
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.961914000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.961914000, lastModified=2022-06-15 11:03:09.385980000, delta=575934000 ns, racy<=2500000000 ns
11:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.961517000, lastModified=2022-06-15 11:03:09.851986000, delta=109531000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.962035000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.962035000, lastModified=2022-06-15 11:03:09.851986000, delta=110049000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, delta=97853000 ns, racy<=2550000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, delta=7918000 ns, racy<=2550000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.961914000, lastModified=2022-06-15 11:03:09.385980000, delta=575934000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.962275000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.962275000, lastModified=2022-06-15 11:03:09.385980000, delta=576295000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.962035000, lastModified=2022-06-15 11:03:09.851986000, delta=110049000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.962398000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.962398000, lastModified=2022-06-15 11:03:09.851986000, delta=110412000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.962275000, lastModified=2022-06-15 11:03:09.385980000, delta=576295000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.962647000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.962647000, lastModified=2022-06-15 11:03:09.385980000, delta=576667000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.962398000, lastModified=2022-06-15 11:03:09.851986000, delta=110412000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.962806000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.962806000, lastModified=2022-06-15 11:03:09.851986000, delta=110820000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, delta=97853000 ns, racy<=2550000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, delta=7918000 ns, racy<=2550000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.962647000, lastModified=2022-06-15 11:03:09.385980000, delta=576667000 ns, racy<=2500000000 ns
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.962979000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.962979000, lastModified=2022-06-15 11:03:09.385980000, delta=576999000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.962806000, lastModified=2022-06-15 11:03:09.851986000, delta=110820000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.963165000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.963165000, lastModified=2022-06-15 11:03:09.851986000, delta=111179000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.949839000, lastModified=2022-06-15 11:03:09.851986000, delta=97853000 ns, racy<=2550000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.949906000, lastModified=2022-06-15 11:03:09.941988000, delta=7918000 ns, racy<=2550000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.962979000, lastModified=2022-06-15 11:03:09.385980000, delta=576999000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.963357000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.963357000, lastModified=2022-06-15 11:03:09.385980000, delta=577377000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.963165000, lastModified=2022-06-15 11:03:09.851986000, delta=111179000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.963472000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.963472000, lastModified=2022-06-15 11:03:09.851986000, delta=111486000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, cannot be racily clean
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.963357000, lastModified=2022-06-15 11:03:09.385980000, delta=577377000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.963609000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.963609000, lastModified=2022-06-15 11:03:09.385980000, delta=577629000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.963472000, lastModified=2022-06-15 11:03:09.851986000, delta=111486000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.963716000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.963716000, lastModified=2022-06-15 11:03:09.851986000, delta=111730000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.963609000, lastModified=2022-06-15 11:03:09.385980000, delta=577629000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.963897000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.963897000, lastModified=2022-06-15 11:03:09.385980000, delta=577917000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.963716000, lastModified=2022-06-15 11:03:09.851986000, delta=111730000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.964011000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.964011000, lastModified=2022-06-15 11:03:09.851986000, delta=112025000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.963897000, lastModified=2022-06-15 11:03:09.385980000, delta=577917000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.964220000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.964220000, lastModified=2022-06-15 11:03:09.385980000, delta=578240000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.964011000, lastModified=2022-06-15 11:03:09.851986000, delta=112025000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.964335000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.964335000, lastModified=2022-06-15 11:03:09.851986000, delta=112349000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.964220000, lastModified=2022-06-15 11:03:09.385980000, delta=578240000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.964439000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.964439000, lastModified=2022-06-15 11:03:09.385980000, delta=578459000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.964335000, lastModified=2022-06-15 11:03:09.851986000, delta=112349000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.964544000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.964544000, lastModified=2022-06-15 11:03:09.851986000, delta=112558000 ns, racy<=2500000000 ns
11:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.964614000, lastModified=2022-06-15 11:03:09.962988000, size=26, fileKey=(dev=10006c,ino=1387698189)
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.966361000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.964439000, lastModified=2022-06-15 11:03:09.385980000, delta=578459000 ns, racy<=2500000000 ns
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.966543000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.966543000, lastModified=2022-06-15 11:03:09.385980000, delta=580563000 ns, racy<=2500000000 ns
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.966706000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.966543000, lastModified=2022-06-15 11:03:09.385980000, delta=580563000 ns, racy<=2500000000 ns
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.966807000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.966807000, lastModified=2022-06-15 11:03:09.385980000, delta=580827000 ns, racy<=2500000000 ns
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.966706000, lastModified=2022-06-15 11:03:09.851986000, delta=114720000 ns, racy<=2500000000 ns
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.966939000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.966939000, lastModified=2022-06-15 11:03:09.851986000, delta=114953000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967033000, lastModified=2022-06-15 11:03:09.959988000, size=176, fileKey=(dev=10006c,ino=1387698188)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.966807000, lastModified=2022-06-15 11:03:09.385980000, delta=580827000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967201000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.967201000, lastModified=2022-06-15 11:03:09.385980000, delta=581221000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.966939000, lastModified=2022-06-15 11:03:09.851986000, delta=114953000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967332000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.967332000, lastModified=2022-06-15 11:03:09.851986000, delta=115346000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967478000, lastModified=2022-06-15 11:03:09.959988000, size=176, fileKey=(dev=10006c,ino=1387698188)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967533000, lastModified=2022-06-15 11:03:09.959988000, size=176, fileKey=(dev=10006c,ino=1387698188)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.967201000, lastModified=2022-06-15 11:03:09.385980000, delta=581221000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967590000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.967590000, lastModified=2022-06-15 11:03:09.385980000, delta=581610000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.967332000, lastModified=2022-06-15 11:03:09.851986000, delta=115346000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967712000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.967712000, lastModified=2022-06-15 11:03:09.851986000, delta=115726000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.967590000, lastModified=2022-06-15 11:03:09.385980000, delta=581610000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967827000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.967827000, lastModified=2022-06-15 11:03:09.385980000, delta=581847000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.967712000, lastModified=2022-06-15 11:03:09.851986000, delta=115726000 ns, racy<=2500000000 ns
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.967950000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.967950000, lastModified=2022-06-15 11:03:09.851986000, delta=115964000 ns, racy<=2500000000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.967827000, lastModified=2022-06-15 11:03:09.385980000, delta=581847000 ns, racy<=2500000000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.968271000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.968271000, lastModified=2022-06-15 11:03:09.385980000, delta=582291000 ns, racy<=2500000000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.967950000, lastModified=2022-06-15 11:03:09.851986000, delta=115964000 ns, racy<=2500000000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.968405000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.968405000, lastModified=2022-06-15 11:03:09.851986000, delta=116419000 ns, racy<=2500000000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.968801000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989968801000 ns, racy<=2550000 ns
11:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.968801000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989968801000 ns, racy<=2550000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.969550000, lastModified=2022-06-15 11:03:09.966988000, size=0, fileKey=(dev=10006c,ino=1387698185)
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.968271000, lastModified=2022-06-15 11:03:09.385980000, delta=582291000 ns, racy<=2500000000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.969694000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.969694000, lastModified=2022-06-15 11:03:09.385980000, delta=583714000 ns, racy<=2500000000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.968405000, lastModified=2022-06-15 11:03:09.851986000, delta=116419000 ns, racy<=2500000000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.969809000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.969809000, lastModified=2022-06-15 11:03:09.851986000, delta=117823000 ns, racy<=2500000000 ns
11:03:09.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:09.969915000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.969989000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.969694000, lastModified=2022-06-15 11:03:09.385980000, delta=583714000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970186000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970186000, lastModified=2022-06-15 11:03:09.385980000, delta=584206000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.969809000, lastModified=2022-06-15 11:03:09.851986000, delta=117823000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970304000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970304000, lastModified=2022-06-15 11:03:09.851986000, delta=118318000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970186000, lastModified=2022-06-15 11:03:09.385980000, delta=584206000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970388000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970388000, lastModified=2022-06-15 11:03:09.385980000, delta=584408000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970304000, lastModified=2022-06-15 11:03:09.851986000, delta=118318000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970488000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970488000, lastModified=2022-06-15 11:03:09.851986000, delta=118502000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970388000, lastModified=2022-06-15 11:03:09.385980000, delta=584408000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970596000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970596000, lastModified=2022-06-15 11:03:09.385980000, delta=584616000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970488000, lastModified=2022-06-15 11:03:09.851986000, delta=118502000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970709000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970709000, lastModified=2022-06-15 11:03:09.851986000, delta=118723000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970596000, lastModified=2022-06-15 11:03:09.385980000, delta=584616000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970791000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970791000, lastModified=2022-06-15 11:03:09.385980000, delta=584811000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970709000, lastModified=2022-06-15 11:03:09.851986000, delta=118723000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970892000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970892000, lastModified=2022-06-15 11:03:09.851986000, delta=118906000 ns, racy<=2500000000 ns
11:03:09.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:09.970965000, lastModified=2022-06-15 11:03:09.962988000, size=26, fileKey=(dev=10006c,ino=1387698189)
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-15 11:03:09.971019000, lastModified=2022-06-15 11:03:09.952988000, size=41, fileKey=(dev=10006c,ino=1390022059)
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.970791000, lastModified=2022-06-15 11:03:09.385980000, delta=584811000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.971187000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.971187000, lastModified=2022-06-15 11:03:09.385980000, delta=585207000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.970892000, lastModified=2022-06-15 11:03:09.851986000, delta=118906000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.971299000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.971299000, lastModified=2022-06-15 11:03:09.851986000, delta=119313000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.970965000, lastModified=2022-06-15 11:03:09.962988000, delta=7977000 ns, racy<=2550000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, isRacyClean=false, read=2022-06-15 11:03:09.971019000, lastModified=2022-06-15 11:03:09.952988000, delta=18031000 ns, racy<=2550000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, is unmodified
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.971187000, lastModified=2022-06-15 11:03:09.385980000, delta=585207000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:09.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.971741000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.971741000, lastModified=2022-06-15 11:03:09.385980000, delta=585761000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.971299000, lastModified=2022-06-15 11:03:09.851986000, delta=119313000 ns, racy<=2500000000 ns
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:09.971860000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:09.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.971860000, lastModified=2022-06-15 11:03:09.851986000, delta=119874000 ns, racy<=2500000000 ns
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.972023000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:09.972157000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.968801000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989968801000 ns, racy<=2550000 ns
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.968801000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989968801000 ns, racy<=2550000 ns
11:03:09.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:10.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:10.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.968801000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989968801000 ns, racy<=2550000 ns
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:09.968583000, lastModified=2022-06-15 11:03:09.849986000, delta=118597000 ns, racy<=2550000 ns
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:09.968801000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290989968801000 ns, racy<=2550000 ns
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack/preserved, is unmodified
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:09.971741000, lastModified=2022-06-15 11:03:09.385980000, delta=585761000 ns, racy<=2500000000 ns
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.037 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.037738000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.037738000, lastModified=2022-06-15 11:03:09.385980000, delta=651758000 ns, racy<=2500000000 ns
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.971860000, lastModified=2022-06-15 11:03:09.851986000, delta=119874000 ns, racy<=2500000000 ns
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.037885000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.037885000, lastModified=2022-06-15 11:03:09.851986000, delta=185899000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:09.970965000, lastModified=2022-06-15 11:03:09.962988000, delta=7977000 ns, racy<=2550000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/HEAD, is unmodified
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, isRacyClean=false, read=2022-06-15 11:03:09.971019000, lastModified=2022-06-15 11:03:09.952988000, delta=18031000 ns, racy<=2550000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, is unmodified
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.037738000, lastModified=2022-06-15 11:03:09.385980000, delta=651758000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.038 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.038302000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.038302000, lastModified=2022-06-15 11:03:09.385980000, delta=652322000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.037885000, lastModified=2022-06-15 11:03:09.851986000, delta=185899000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.038419000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.038419000, lastModified=2022-06-15 11:03:09.851986000, delta=186433000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, isRacyClean=false, read=2022-06-15 11:03:09.971019000, lastModified=2022-06-15 11:03:09.952988000, delta=18031000 ns, racy<=2550000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, is unmodified
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.038302000, lastModified=2022-06-15 11:03:09.385980000, delta=652322000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.038 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.038677000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.038677000, lastModified=2022-06-15 11:03:09.385980000, delta=652697000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.038419000, lastModified=2022-06-15 11:03:09.851986000, delta=186433000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.038798000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.038798000, lastModified=2022-06-15 11:03:09.851986000, delta=186812000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.038677000, lastModified=2022-06-15 11:03:09.385980000, delta=652697000 ns, racy<=2500000000 ns
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.038 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.038932000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.038932000, lastModified=2022-06-15 11:03:09.385980000, delta=652952000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.038798000, lastModified=2022-06-15 11:03:09.851986000, delta=186812000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039084000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039084000, lastModified=2022-06-15 11:03:09.851986000, delta=187098000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.038932000, lastModified=2022-06-15 11:03:09.385980000, delta=652952000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039248000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039248000, lastModified=2022-06-15 11:03:09.385980000, delta=653268000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039084000, lastModified=2022-06-15 11:03:09.851986000, delta=187098000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039362000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039362000, lastModified=2022-06-15 11:03:09.851986000, delta=187376000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039248000, lastModified=2022-06-15 11:03:09.385980000, delta=653268000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039465000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039465000, lastModified=2022-06-15 11:03:09.385980000, delta=653485000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039362000, lastModified=2022-06-15 11:03:09.851986000, delta=187376000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039572000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039572000, lastModified=2022-06-15 11:03:09.851986000, delta=187586000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039465000, lastModified=2022-06-15 11:03:09.385980000, delta=653485000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039669000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039669000, lastModified=2022-06-15 11:03:09.385980000, delta=653689000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039572000, lastModified=2022-06-15 11:03:09.851986000, delta=187586000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039774000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039774000, lastModified=2022-06-15 11:03:09.851986000, delta=187788000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039669000, lastModified=2022-06-15 11:03:09.385980000, delta=653689000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039857000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039857000, lastModified=2022-06-15 11:03:09.385980000, delta=653877000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039774000, lastModified=2022-06-15 11:03:09.851986000, delta=187788000 ns, racy<=2500000000 ns
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.039962000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039962000, lastModified=2022-06-15 11:03:09.851986000, delta=187976000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.040032000, lastModified=2022-06-15 11:03:10.037989000, size=41, fileKey=(dev=10006c,ino=1390022061)
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.039857000, lastModified=2022-06-15 11:03:09.385980000, delta=653877000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.040 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.040250000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.040250000, lastModified=2022-06-15 11:03:09.385980000, delta=654270000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.039962000, lastModified=2022-06-15 11:03:09.851986000, delta=187976000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.040386000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.040386000, lastModified=2022-06-15 11:03:09.851986000, delta=188400000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.040250000, lastModified=2022-06-15 11:03:09.385980000, delta=654270000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.040 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.040560000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.040560000, lastModified=2022-06-15 11:03:09.385980000, delta=654580000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:09.944932000, lastModified=2022-06-15 11:03:09.851986000, delta=92946000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.040696000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.040696000, lastModified=2022-06-15 11:03:09.851986000, delta=188710000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, delta=2718000 ns, racy<=2550000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.040560000, lastModified=2022-06-15 11:03:09.385980000, delta=654580000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.040 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.040846000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.040846000, lastModified=2022-06-15 11:03:09.385980000, delta=654866000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.040696000, lastModified=2022-06-15 11:03:09.851986000, delta=188710000 ns, racy<=2500000000 ns
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.040963000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.040963000, lastModified=2022-06-15 11:03:09.851986000, delta=188977000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, delta=2718000 ns, racy<=2550000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.040846000, lastModified=2022-06-15 11:03:09.385980000, delta=654866000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.041 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.041205000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.041205000, lastModified=2022-06-15 11:03:09.385980000, delta=655225000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.040963000, lastModified=2022-06-15 11:03:09.851986000, delta=188977000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.041324000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.041324000, lastModified=2022-06-15 11:03:09.851986000, delta=189338000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, delta=2718000 ns, racy<=2550000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.041205000, lastModified=2022-06-15 11:03:09.385980000, delta=655225000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.041 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.041459000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.041459000, lastModified=2022-06-15 11:03:09.385980000, delta=655479000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.041324000, lastModified=2022-06-15 11:03:09.851986000, delta=189338000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.041570000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.041570000, lastModified=2022-06-15 11:03:09.851986000, delta=189584000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, delta=2718000 ns, racy<=2550000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.041755000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.041459000, lastModified=2022-06-15 11:03:09.385980000, delta=655479000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.041 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.041871000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.041871000, lastModified=2022-06-15 11:03:09.385980000, delta=655891000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.041963000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.041871000, lastModified=2022-06-15 11:03:09.385980000, delta=655891000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.042 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.042122000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.042122000, lastModified=2022-06-15 11:03:09.385980000, delta=656142000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.041963000, lastModified=2022-06-15 11:03:09.851986000, delta=189977000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.042268000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.042268000, lastModified=2022-06-15 11:03:09.851986000, delta=190282000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.042391000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.042467000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.042467000, lastModified=2022-06-15 11:03:09.849986000, delta=192481000 ns, racy<=2550000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.042467000, lastModified=2022-06-15 11:03:09.849986000, delta=192481000 ns, racy<=2550000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.042122000, lastModified=2022-06-15 11:03:09.385980000, delta=656142000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.042 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.042817000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.042817000, lastModified=2022-06-15 11:03:09.385980000, delta=656837000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.041570000, lastModified=2022-06-15 11:03:09.851986000, delta=189584000 ns, racy<=2500000000 ns
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.042943000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.042943000, lastModified=2022-06-15 11:03:09.851986000, delta=190957000 ns, racy<=2500000000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.043111000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.043111000, lastModified=2022-06-15 11:03:09.849986000, delta=193125000 ns, racy<=2550000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.043111000, lastModified=2022-06-15 11:03:09.849986000, delta=193125000 ns, racy<=2550000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.043111000, lastModified=2022-06-15 11:03:09.849986000, delta=193125000 ns, racy<=2550000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.043111000, lastModified=2022-06-15 11:03:09.849986000, delta=193125000 ns, racy<=2550000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.042817000, lastModified=2022-06-15 11:03:09.385980000, delta=656837000 ns, racy<=2500000000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.043 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.043683000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.043683000, lastModified=2022-06-15 11:03:09.385980000, delta=657703000 ns, racy<=2500000000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.042943000, lastModified=2022-06-15 11:03:09.851986000, delta=190957000 ns, racy<=2500000000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.043822000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.043822000, lastModified=2022-06-15 11:03:09.851986000, delta=191836000 ns, racy<=2500000000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.043683000, lastModified=2022-06-15 11:03:09.385980000, delta=657703000 ns, racy<=2500000000 ns
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.043 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.043947000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.043947000, lastModified=2022-06-15 11:03:09.385980000, delta=657967000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.043822000, lastModified=2022-06-15 11:03:09.851986000, delta=191836000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.044105000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044105000, lastModified=2022-06-15 11:03:09.851986000, delta=192119000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.043947000, lastModified=2022-06-15 11:03:09.385980000, delta=657967000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.044 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.044292000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.044292000, lastModified=2022-06-15 11:03:09.385980000, delta=658312000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044105000, lastModified=2022-06-15 11:03:09.851986000, delta=192119000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.044432000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044432000, lastModified=2022-06-15 11:03:09.851986000, delta=192446000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.044292000, lastModified=2022-06-15 11:03:09.385980000, delta=658312000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.044 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.044627000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.044627000, lastModified=2022-06-15 11:03:09.385980000, delta=658647000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044432000, lastModified=2022-06-15 11:03:09.851986000, delta=192446000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.044774000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044774000, lastModified=2022-06-15 11:03:09.851986000, delta=192788000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.044627000, lastModified=2022-06-15 11:03:09.385980000, delta=658647000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.044 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.044879000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.044879000, lastModified=2022-06-15 11:03:09.385980000, delta=658899000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044774000, lastModified=2022-06-15 11:03:09.851986000, delta=192788000 ns, racy<=2500000000 ns
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.044990000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044990000, lastModified=2022-06-15 11:03:09.851986000, delta=193004000 ns, racy<=2500000000 ns
11:03:10.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.044879000, lastModified=2022-06-15 11:03:09.385980000, delta=658899000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.046 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.046033000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.046033000, lastModified=2022-06-15 11:03:09.385980000, delta=660053000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.044990000, lastModified=2022-06-15 11:03:09.851986000, delta=193004000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.046259000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.046259000, lastModified=2022-06-15 11:03:09.851986000, delta=194273000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, delta=2718000 ns, racy<=2550000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.046033000, lastModified=2022-06-15 11:03:09.385980000, delta=660053000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.046 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.046422000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.046422000, lastModified=2022-06-15 11:03:09.385980000, delta=660442000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.046259000, lastModified=2022-06-15 11:03:09.851986000, delta=194273000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.046559000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.046559000, lastModified=2022-06-15 11:03:09.851986000, delta=194573000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:09.944706000, lastModified=2022-06-15 11:03:09.941988000, delta=2718000 ns, racy<=2550000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/master, is unmodified
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.046422000, lastModified=2022-06-15 11:03:09.385980000, delta=660442000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.046 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.046754000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.046754000, lastModified=2022-06-15 11:03:09.385980000, delta=660774000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.046559000, lastModified=2022-06-15 11:03:09.851986000, delta=194573000 ns, racy<=2500000000 ns
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.046893000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.046893000, lastModified=2022-06-15 11:03:09.851986000, delta=194907000 ns, racy<=2500000000 ns
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.046754000, lastModified=2022-06-15 11:03:09.385980000, delta=660774000 ns, racy<=2500000000 ns
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.047 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.047552000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.047552000, lastModified=2022-06-15 11:03:09.385980000, delta=661572000 ns, racy<=2500000000 ns
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.046893000, lastModified=2022-06-15 11:03:09.851986000, delta=194907000 ns, racy<=2500000000 ns
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.047672000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.047672000, lastModified=2022-06-15 11:03:09.851986000, delta=195686000 ns, racy<=2500000000 ns
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.048285000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.047552000, lastModified=2022-06-15 11:03:09.385980000, delta=661572000 ns, racy<=2500000000 ns
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.048571000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.048571000, lastModified=2022-06-15 11:03:09.385980000, delta=662591000 ns, racy<=2500000000 ns
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.048747000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.048571000, lastModified=2022-06-15 11:03:09.385980000, delta=662591000 ns, racy<=2500000000 ns
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.048937000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.048937000, lastModified=2022-06-15 11:03:09.385980000, delta=662957000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.048747000, lastModified=2022-06-15 11:03:09.851986000, delta=196761000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.049078000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.049078000, lastModified=2022-06-15 11:03:09.851986000, delta=197092000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.049195000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.049284000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.049284000, lastModified=2022-06-15 11:03:09.849986000, delta=199298000 ns, racy<=2550000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.049284000, lastModified=2022-06-15 11:03:09.849986000, delta=199298000 ns, racy<=2550000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.048937000, lastModified=2022-06-15 11:03:09.385980000, delta=662957000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.049693000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.049693000, lastModified=2022-06-15 11:03:09.385980000, delta=663713000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.047672000, lastModified=2022-06-15 11:03:09.851986000, delta=195686000 ns, racy<=2500000000 ns
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.049825000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.049825000, lastModified=2022-06-15 11:03:09.851986000, delta=197839000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.049693000, lastModified=2022-06-15 11:03:09.385980000, delta=663713000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.050241000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.050241000, lastModified=2022-06-15 11:03:09.385980000, delta=664261000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.049825000, lastModified=2022-06-15 11:03:09.851986000, delta=197839000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.050444000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.050444000, lastModified=2022-06-15 11:03:09.851986000, delta=198458000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.050241000, lastModified=2022-06-15 11:03:09.385980000, delta=664261000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.050622000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.050622000, lastModified=2022-06-15 11:03:09.385980000, delta=664642000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.050444000, lastModified=2022-06-15 11:03:09.851986000, delta=198458000 ns, racy<=2500000000 ns
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.050799000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.050799000, lastModified=2022-06-15 11:03:09.851986000, delta=198813000 ns, racy<=2500000000 ns
11:03:10.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.057697000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.050622000, lastModified=2022-06-15 11:03:09.385980000, delta=664642000 ns, racy<=2500000000 ns
11:03:10.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.057909000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.057909000, lastModified=2022-06-15 11:03:09.385980000, delta=671929000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.058101000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.057909000, lastModified=2022-06-15 11:03:09.385980000, delta=671929000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.058255000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.058255000, lastModified=2022-06-15 11:03:09.385980000, delta=672275000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.058101000, lastModified=2022-06-15 11:03:09.851986000, delta=206115000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.058397000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.058397000, lastModified=2022-06-15 11:03:09.851986000, delta=206411000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.058501000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.058255000, lastModified=2022-06-15 11:03:09.385980000, delta=672275000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.058625000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.058625000, lastModified=2022-06-15 11:03:09.385980000, delta=672645000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.058397000, lastModified=2022-06-15 11:03:09.851986000, delta=206411000 ns, racy<=2500000000 ns
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.058760000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.058760000, lastModified=2022-06-15 11:03:09.851986000, delta=206774000 ns, racy<=2500000000 ns
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2022-06-15 11:03:10.059038000, lastModified=2022-06-15 11:03:10.037989000, size=41, fileKey=(dev=10006c,ino=1390022061)
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.058625000, lastModified=2022-06-15 11:03:09.385980000, delta=672645000 ns, racy<=2500000000 ns
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.059263000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.059263000, lastModified=2022-06-15 11:03:09.385980000, delta=673283000 ns, racy<=2500000000 ns
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.058760000, lastModified=2022-06-15 11:03:09.851986000, delta=206774000 ns, racy<=2500000000 ns
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.059429000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.059429000, lastModified=2022-06-15 11:03:09.851986000, delta=207443000 ns, racy<=2500000000 ns
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, isRacyClean=false, read=2022-06-15 11:03:10.059038000, lastModified=2022-06-15 11:03:10.037989000, delta=21049000 ns, racy<=2550000 ns
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/refs/heads/newbranch, is unmodified
11:03:10.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.059904000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.059263000, lastModified=2022-06-15 11:03:09.385980000, delta=673283000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.060028000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.060028000, lastModified=2022-06-15 11:03:09.385980000, delta=674048000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.060207000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.060028000, lastModified=2022-06-15 11:03:09.385980000, delta=674048000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.060342000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.060342000, lastModified=2022-06-15 11:03:09.385980000, delta=674362000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.060207000, lastModified=2022-06-15 11:03:09.851986000, delta=208221000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.060455000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.060455000, lastModified=2022-06-15 11:03:09.851986000, delta=208469000 ns, racy<=2500000000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.060566000, lastModified=2022-06-15 11:03:09.968988000, size=176, fileKey=(dev=10006c,ino=1387698185)
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.060640000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.060640000, lastModified=2022-06-15 11:03:09.849986000, delta=210654000 ns, racy<=2550000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.060640000, lastModified=2022-06-15 11:03:09.849986000, delta=210654000 ns, racy<=2550000 ns
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.060640000, lastModified=2022-06-15 11:03:09.849986000, delta=210654000 ns, racy<=2550000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.060342000, lastModified=2022-06-15 11:03:09.385980000, delta=674362000 ns, racy<=2500000000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.061166000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.061166000, lastModified=2022-06-15 11:03:09.385980000, delta=675186000 ns, racy<=2500000000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.059429000, lastModified=2022-06-15 11:03:09.851986000, delta=207443000 ns, racy<=2500000000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.061290000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.061290000, lastModified=2022-06-15 11:03:09.851986000, delta=209304000 ns, racy<=2500000000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.061475000, lastModified=2022-06-15 11:03:09.849986000, size=6, fileKey=(dev=10006c,ino=1397494739)
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.061475000, lastModified=2022-06-15 11:03:09.849986000, delta=211489000 ns, racy<=2550000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.061475000, lastModified=2022-06-15 11:03:09.849986000, delta=211489000 ns, racy<=2550000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.061475000, lastModified=2022-06-15 11:03:09.849986000, delta=211489000 ns, racy<=2550000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.061475000, lastModified=2022-06-15 11:03:09.849986000, delta=211489000 ns, racy<=2550000 ns
11:03:10.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.061475000, lastModified=2022-06-15 11:03:09.849986000, delta=211489000 ns, racy<=2550000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.061166000, lastModified=2022-06-15 11:03:09.385980000, delta=675186000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.062201000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.062201000, lastModified=2022-06-15 11:03:09.385980000, delta=676221000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.061290000, lastModified=2022-06-15 11:03:09.851986000, delta=209304000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.062339000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.062339000, lastModified=2022-06-15 11:03:09.851986000, delta=210353000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.062201000, lastModified=2022-06-15 11:03:09.385980000, delta=676221000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.062513000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.062513000, lastModified=2022-06-15 11:03:09.385980000, delta=676533000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.062339000, lastModified=2022-06-15 11:03:09.851986000, delta=210353000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.062699000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.062699000, lastModified=2022-06-15 11:03:09.851986000, delta=210713000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.062513000, lastModified=2022-06-15 11:03:09.385980000, delta=676533000 ns, racy<=2500000000 ns
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.062 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.062940000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.062940000, lastModified=2022-06-15 11:03:09.385980000, delta=676960000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.062699000, lastModified=2022-06-15 11:03:09.851986000, delta=210713000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.063087000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.063087000, lastModified=2022-06-15 11:03:09.851986000, delta=211101000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.062940000, lastModified=2022-06-15 11:03:09.385980000, delta=676960000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.063409000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.063409000, lastModified=2022-06-15 11:03:09.385980000, delta=677429000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.063087000, lastModified=2022-06-15 11:03:09.851986000, delta=211101000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.063534000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.063534000, lastModified=2022-06-15 11:03:09.851986000, delta=211548000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.063409000, lastModified=2022-06-15 11:03:09.385980000, delta=677429000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.063668000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.063668000, lastModified=2022-06-15 11:03:09.385980000, delta=677688000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.063534000, lastModified=2022-06-15 11:03:09.851986000, delta=211548000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.063785000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.063785000, lastModified=2022-06-15 11:03:09.851986000, delta=211799000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.063668000, lastModified=2022-06-15 11:03:09.385980000, delta=677688000 ns, racy<=2500000000 ns
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.063 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.063934000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.063 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.063934000, lastModified=2022-06-15 11:03:09.385980000, delta=677954000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.063785000, lastModified=2022-06-15 11:03:09.851986000, delta=211799000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.064095000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.064095000, lastModified=2022-06-15 11:03:09.851986000, delta=212109000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.061475000, lastModified=2022-06-15 11:03:09.849986000, delta=211489000 ns, racy<=2550000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/objects/pack, is unmodified
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.063934000, lastModified=2022-06-15 11:03:09.385980000, delta=677954000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.064362000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.064362000, lastModified=2022-06-15 11:03:09.385980000, delta=678382000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.064095000, lastModified=2022-06-15 11:03:09.851986000, delta=212109000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.064476000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.064476000, lastModified=2022-06-15 11:03:09.851986000, delta=212490000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.064362000, lastModified=2022-06-15 11:03:09.385980000, delta=678382000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.064579000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.064579000, lastModified=2022-06-15 11:03:09.385980000, delta=678599000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.064476000, lastModified=2022-06-15 11:03:09.851986000, delta=212490000 ns, racy<=2500000000 ns
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, is racily clean
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.064693000, lastModified=2022-06-15 11:03:09.851986000, size=78, fileKey=(dev=10006c,ino=1387698186)
11:03:10.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit6141345819033638842/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.064693000, lastModified=2022-06-15 11:03:09.851986000, delta=212707000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.064579000, lastModified=2022-06-15 11:03:09.385980000, delta=678599000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.066441000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.066441000, lastModified=2022-06-15 11:03:09.385980000, delta=680461000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.066441000, lastModified=2022-06-15 11:03:09.385980000, delta=680461000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.066641000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.066641000, lastModified=2022-06-15 11:03:09.385980000, delta=680661000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.066641000, lastModified=2022-06-15 11:03:09.385980000, delta=680661000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.066910000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.066910000, lastModified=2022-06-15 11:03:09.385980000, delta=680930000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.066910000, lastModified=2022-06-15 11:03:09.385980000, delta=680930000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.067265000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.067265000, lastModified=2022-06-15 11:03:09.385980000, delta=681285000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.067265000, lastModified=2022-06-15 11:03:09.385980000, delta=681285000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.067481000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.067481000, lastModified=2022-06-15 11:03:09.385980000, delta=681501000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.067481000, lastModified=2022-06-15 11:03:09.385980000, delta=681501000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.067910000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.067910000, lastModified=2022-06-15 11:03:09.385980000, delta=681930000 ns, racy<=2500000000 ns
11:03:10.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.067910000, lastModified=2022-06-15 11:03:09.385980000, delta=681930000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.068286000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.068286000, lastModified=2022-06-15 11:03:09.385980000, delta=682306000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.068286000, lastModified=2022-06-15 11:03:09.385980000, delta=682306000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.068582000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.068582000, lastModified=2022-06-15 11:03:09.385980000, delta=682602000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.068582000, lastModified=2022-06-15 11:03:09.385980000, delta=682602000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.069198000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.069198000, lastModified=2022-06-15 11:03:09.385980000, delta=683218000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.069198000, lastModified=2022-06-15 11:03:09.385980000, delta=683218000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.069507000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.069507000, lastModified=2022-06-15 11:03:09.385980000, delta=683527000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.069507000, lastModified=2022-06-15 11:03:09.385980000, delta=683527000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.069832000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.069832000, lastModified=2022-06-15 11:03:09.385980000, delta=683852000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.066797000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990066797000 ns, racy<=2500000000 ns
11:03:10.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is unmodified
11:03:10.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.070102000, lastModified=2022-06-15 11:03:10.068989000, size=23, fileKey=(dev=10006c,ino=1410964908)
11:03:10.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.070581000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.070848000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.069832000, lastModified=2022-06-15 11:03:09.385980000, delta=683852000 ns, racy<=2500000000 ns
11:03:10.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.070 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.070 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.070963000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.070963000, lastModified=2022-06-15 11:03:09.385980000, delta=684983000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.071118000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.070963000, lastModified=2022-06-15 11:03:09.385980000, delta=684983000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.071313000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.071313000, lastModified=2022-06-15 11:03:09.385980000, delta=685333000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.071118000, lastModified=2022-06-15 11:03:10.069989000, delta=1129000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.071427000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.071427000, lastModified=2022-06-15 11:03:10.069989000, delta=1438000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.071313000, lastModified=2022-06-15 11:03:09.385980000, delta=685333000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.071 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.071635000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.071635000, lastModified=2022-06-15 11:03:09.385980000, delta=685655000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.071427000, lastModified=2022-06-15 11:03:10.069989000, delta=1438000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.071754000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.071754000, lastModified=2022-06-15 11:03:10.069989000, delta=1765000 ns, racy<=2500000000 ns
11:03:10.071 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.071833000, lastModified=2022-06-15 11:03:10.068989000, size=23, fileKey=(dev=10006c,ino=1410964908)
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.072335000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.071635000, lastModified=2022-06-15 11:03:09.385980000, delta=685655000 ns, racy<=2500000000 ns
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.072528000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.072528000, lastModified=2022-06-15 11:03:09.385980000, delta=686548000 ns, racy<=2500000000 ns
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.072674000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.072528000, lastModified=2022-06-15 11:03:09.385980000, delta=686548000 ns, racy<=2500000000 ns
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.072 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.072853000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.072853000, lastModified=2022-06-15 11:03:09.385980000, delta=686873000 ns, racy<=2500000000 ns
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.072674000, lastModified=2022-06-15 11:03:10.069989000, delta=2685000 ns, racy<=2500000000 ns
11:03:10.072 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.073001000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.073001000, lastModified=2022-06-15 11:03:10.069989000, delta=3012000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.072853000, lastModified=2022-06-15 11:03:09.385980000, delta=686873000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.073332000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.073332000, lastModified=2022-06-15 11:03:09.385980000, delta=687352000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.073001000, lastModified=2022-06-15 11:03:10.069989000, delta=3012000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.073504000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.073504000, lastModified=2022-06-15 11:03:10.069989000, delta=3515000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.073332000, lastModified=2022-06-15 11:03:09.385980000, delta=687352000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.073 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.073691000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.073691000, lastModified=2022-06-15 11:03:09.385980000, delta=687711000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.073504000, lastModified=2022-06-15 11:03:10.069989000, delta=3515000 ns, racy<=2500000000 ns
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.073845000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.073 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.073845000, lastModified=2022-06-15 11:03:10.069989000, delta=3856000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.073691000, lastModified=2022-06-15 11:03:09.385980000, delta=687711000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.074320000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.074320000, lastModified=2022-06-15 11:03:09.385980000, delta=688340000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.073845000, lastModified=2022-06-15 11:03:10.069989000, delta=3856000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.074486000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.074486000, lastModified=2022-06-15 11:03:10.069989000, delta=4497000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.074320000, lastModified=2022-06-15 11:03:09.385980000, delta=688340000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.074 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.074776000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.074776000, lastModified=2022-06-15 11:03:09.385980000, delta=688796000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.074486000, lastModified=2022-06-15 11:03:10.069989000, delta=4497000 ns, racy<=2500000000 ns
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.074929000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.074 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.074929000, lastModified=2022-06-15 11:03:10.069989000, delta=4940000 ns, racy<=2500000000 ns
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.074776000, lastModified=2022-06-15 11:03:09.385980000, delta=688796000 ns, racy<=2500000000 ns
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.075 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.075192000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.075192000, lastModified=2022-06-15 11:03:09.385980000, delta=689212000 ns, racy<=2500000000 ns
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.074929000, lastModified=2022-06-15 11:03:10.069989000, delta=4940000 ns, racy<=2500000000 ns
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.075339000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.075339000, lastModified=2022-06-15 11:03:10.069989000, delta=5350000 ns, racy<=2500000000 ns
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.075504000, lastModified=2022-06-15 11:03:10.066989000, size=6, fileKey=(dev=10006c,ino=1420364755)
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.075504000, lastModified=2022-06-15 11:03:10.066989000, delta=8515000 ns, racy<=2550000 ns
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.075 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.076013000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990076013000 ns, racy<=2550000 ns
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.075504000, lastModified=2022-06-15 11:03:10.066989000, delta=8515000 ns, racy<=2550000 ns
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.076013000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990076013000 ns, racy<=2550000 ns
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.075192000, lastModified=2022-06-15 11:03:09.385980000, delta=689212000 ns, racy<=2500000000 ns
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.076 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.076881000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.076881000, lastModified=2022-06-15 11:03:09.385980000, delta=690901000 ns, racy<=2500000000 ns
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.076 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.075339000, lastModified=2022-06-15 11:03:10.069989000, delta=5350000 ns, racy<=2500000000 ns
11:03:10.077 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.077035000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.136 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.077035000, lastModified=2022-06-15 11:03:10.069989000, delta=7046000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.136966000, lastModified=2022-06-15 11:03:10.072989000, size=0, fileKey=(dev=10006c,ino=1410964910)
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.076881000, lastModified=2022-06-15 11:03:09.385980000, delta=690901000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.137 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.137126000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.137126000, lastModified=2022-06-15 11:03:09.385980000, delta=751146000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.077035000, lastModified=2022-06-15 11:03:10.069989000, delta=7046000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.137419000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.137419000, lastModified=2022-06-15 11:03:10.069989000, delta=67430000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.137584000, lastModified=2022-06-15 11:03:10.136990000, size=104, fileKey=(dev=10006c,ino=1410964910)
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.137645000, lastModified=2022-06-15 11:03:10.136990000, size=104, fileKey=(dev=10006c,ino=1410964910)
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.137126000, lastModified=2022-06-15 11:03:09.385980000, delta=751146000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.137 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.137720000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.137720000, lastModified=2022-06-15 11:03:09.385980000, delta=751740000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.137419000, lastModified=2022-06-15 11:03:10.069989000, delta=67430000 ns, racy<=2500000000 ns
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.137850000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.137 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.137850000, lastModified=2022-06-15 11:03:10.069989000, delta=67861000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138014000, lastModified=2022-06-15 11:03:10.136990000, size=104, fileKey=(dev=10006c,ino=1410964910)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138098000, lastModified=2022-06-15 11:03:10.136990000, size=104, fileKey=(dev=10006c,ino=1410964910)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138202000, lastModified=2022-06-15 11:03:10.136990000, size=0, fileKey=(dev=10006c,ino=1410964911)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.137720000, lastModified=2022-06-15 11:03:09.385980000, delta=751740000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.138 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138256000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.138256000, lastModified=2022-06-15 11:03:09.385980000, delta=752276000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.137850000, lastModified=2022-06-15 11:03:10.069989000, delta=67861000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138372000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.138372000, lastModified=2022-06-15 11:03:10.069989000, delta=68383000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138466000, lastModified=2022-06-15 11:03:10.137990000, size=104, fileKey=(dev=10006c,ino=1410964911)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.138256000, lastModified=2022-06-15 11:03:09.385980000, delta=752276000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.138 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138650000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.138650000, lastModified=2022-06-15 11:03:09.385980000, delta=752670000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.138372000, lastModified=2022-06-15 11:03:10.069989000, delta=68383000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138821000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.138821000, lastModified=2022-06-15 11:03:10.069989000, delta=68832000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.138650000, lastModified=2022-06-15 11:03:09.385980000, delta=752670000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.138 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.138923000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.138923000, lastModified=2022-06-15 11:03:09.385980000, delta=752943000 ns, racy<=2500000000 ns
11:03:10.138 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.138821000, lastModified=2022-06-15 11:03:10.069989000, delta=68832000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.139091000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.139091000, lastModified=2022-06-15 11:03:10.069989000, delta=69102000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.138923000, lastModified=2022-06-15 11:03:09.385980000, delta=752943000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.139 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.139234000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.139234000, lastModified=2022-06-15 11:03:09.385980000, delta=753254000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.139091000, lastModified=2022-06-15 11:03:10.069989000, delta=69102000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.139349000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.139349000, lastModified=2022-06-15 11:03:10.069989000, delta=69360000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.139234000, lastModified=2022-06-15 11:03:09.385980000, delta=753254000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.139 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.139440000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.139440000, lastModified=2022-06-15 11:03:09.385980000, delta=753460000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.139349000, lastModified=2022-06-15 11:03:10.069989000, delta=69360000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.139548000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.139548000, lastModified=2022-06-15 11:03:10.069989000, delta=69559000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.139625000, lastModified=2022-06-15 11:03:10.068989000, size=23, fileKey=(dev=10006c,ino=1410964908)
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.139440000, lastModified=2022-06-15 11:03:09.385980000, delta=753460000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.139 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.139897000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.139897000, lastModified=2022-06-15 11:03:09.385980000, delta=753917000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.139 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.139548000, lastModified=2022-06-15 11:03:10.069989000, delta=69559000 ns, racy<=2500000000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.140022000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.140022000, lastModified=2022-06-15 11:03:10.069989000, delta=70033000 ns, racy<=2500000000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.139625000, lastModified=2022-06-15 11:03:10.068989000, delta=70636000 ns, racy<=2550000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, is unmodified
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.139897000, lastModified=2022-06-15 11:03:09.385980000, delta=753917000 ns, racy<=2500000000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.140 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.140614000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.140614000, lastModified=2022-06-15 11:03:09.385980000, delta=754634000 ns, racy<=2500000000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.140022000, lastModified=2022-06-15 11:03:10.069989000, delta=70033000 ns, racy<=2500000000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.140737000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.140737000, lastModified=2022-06-15 11:03:10.069989000, delta=70748000 ns, racy<=2500000000 ns
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.140904000, lastModified=2022-06-15 11:03:10.137990000, size=104, fileKey=(dev=10006c,ino=1410964911)
11:03:10.140 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.140947000, lastModified=2022-06-15 11:03:10.137990000, size=104, fileKey=(dev=10006c,ino=1410964911)
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.075504000, lastModified=2022-06-15 11:03:10.066989000, delta=8515000 ns, racy<=2550000 ns
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.076013000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990076013000 ns, racy<=2550000 ns
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.075504000, lastModified=2022-06-15 11:03:10.066989000, delta=8515000 ns, racy<=2550000 ns
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.076013000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990076013000 ns, racy<=2550000 ns
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.075504000, lastModified=2022-06-15 11:03:10.066989000, delta=8515000 ns, racy<=2550000 ns
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.076013000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990076013000 ns, racy<=2550000 ns
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.075504000, lastModified=2022-06-15 11:03:10.066989000, delta=8515000 ns, racy<=2550000 ns
11:03:10.141 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.076013000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990076013000 ns, racy<=2550000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.140614000, lastModified=2022-06-15 11:03:09.385980000, delta=754634000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.142 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.142343000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.142343000, lastModified=2022-06-15 11:03:09.385980000, delta=756363000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.140737000, lastModified=2022-06-15 11:03:10.069989000, delta=70748000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.142479000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.142479000, lastModified=2022-06-15 11:03:10.069989000, delta=72490000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.139625000, lastModified=2022-06-15 11:03:10.068989000, delta=70636000 ns, racy<=2550000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, is unmodified
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.142343000, lastModified=2022-06-15 11:03:09.385980000, delta=756363000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.142 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.142744000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.142744000, lastModified=2022-06-15 11:03:09.385980000, delta=756764000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.142479000, lastModified=2022-06-15 11:03:10.069989000, delta=72490000 ns, racy<=2500000000 ns
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.142857000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.142 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.142857000, lastModified=2022-06-15 11:03:10.069989000, delta=72868000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.142744000, lastModified=2022-06-15 11:03:09.385980000, delta=756764000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.143 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.143111000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.143111000, lastModified=2022-06-15 11:03:09.385980000, delta=757131000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.142857000, lastModified=2022-06-15 11:03:10.069989000, delta=72868000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.143230000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.143230000, lastModified=2022-06-15 11:03:10.069989000, delta=73241000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.143111000, lastModified=2022-06-15 11:03:09.385980000, delta=757131000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.143 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.143775000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.143775000, lastModified=2022-06-15 11:03:09.385980000, delta=757795000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.143230000, lastModified=2022-06-15 11:03:10.069989000, delta=73241000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.143893000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.143893000, lastModified=2022-06-15 11:03:10.069989000, delta=73904000 ns, racy<=2500000000 ns
11:03:10.143 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.143775000, lastModified=2022-06-15 11:03:09.385980000, delta=757795000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144021000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144021000, lastModified=2022-06-15 11:03:09.385980000, delta=758041000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.143893000, lastModified=2022-06-15 11:03:10.069989000, delta=73904000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144207000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144207000, lastModified=2022-06-15 11:03:10.069989000, delta=74218000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144021000, lastModified=2022-06-15 11:03:09.385980000, delta=758041000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144376000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144376000, lastModified=2022-06-15 11:03:09.385980000, delta=758396000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144207000, lastModified=2022-06-15 11:03:10.069989000, delta=74218000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144483000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144483000, lastModified=2022-06-15 11:03:10.069989000, delta=74494000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144376000, lastModified=2022-06-15 11:03:09.385980000, delta=758396000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144578000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144578000, lastModified=2022-06-15 11:03:09.385980000, delta=758598000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144483000, lastModified=2022-06-15 11:03:10.069989000, delta=74494000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144718000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144718000, lastModified=2022-06-15 11:03:10.069989000, delta=74729000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144578000, lastModified=2022-06-15 11:03:09.385980000, delta=758598000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144858000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144858000, lastModified=2022-06-15 11:03:09.385980000, delta=758878000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144718000, lastModified=2022-06-15 11:03:10.069989000, delta=74729000 ns, racy<=2500000000 ns
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.144 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.144983000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144983000, lastModified=2022-06-15 11:03:10.069989000, delta=74994000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.144858000, lastModified=2022-06-15 11:03:09.385980000, delta=758878000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.145 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.145176000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.145176000, lastModified=2022-06-15 11:03:09.385980000, delta=759196000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.144983000, lastModified=2022-06-15 11:03:10.069989000, delta=74994000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.145286000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.145286000, lastModified=2022-06-15 11:03:10.069989000, delta=75297000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.145393000, lastModified=2022-06-15 11:03:10.142990000, size=41, fileKey=(dev=10006c,ino=1412971053)
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.145176000, lastModified=2022-06-15 11:03:09.385980000, delta=759196000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.145 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.145542000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.145542000, lastModified=2022-06-15 11:03:09.385980000, delta=759562000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.145286000, lastModified=2022-06-15 11:03:10.069989000, delta=75297000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.145687000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.145687000, lastModified=2022-06-15 11:03:10.069989000, delta=75698000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.145542000, lastModified=2022-06-15 11:03:09.385980000, delta=759562000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.145 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.145859000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.145859000, lastModified=2022-06-15 11:03:09.385980000, delta=759879000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.071754000, lastModified=2022-06-15 11:03:10.069989000, delta=1765000 ns, racy<=2500000000 ns
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.145 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.145978000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.145978000, lastModified=2022-06-15 11:03:10.069989000, delta=75989000 ns, racy<=2500000000 ns
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.146123000, lastModified=2022-06-15 11:03:10.142990000, size=41, fileKey=(dev=10006c,ino=1412971053)
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.145859000, lastModified=2022-06-15 11:03:09.385980000, delta=759879000 ns, racy<=2500000000 ns
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.146 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.146233000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.146233000, lastModified=2022-06-15 11:03:09.385980000, delta=760253000 ns, racy<=2500000000 ns
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.145978000, lastModified=2022-06-15 11:03:10.069989000, delta=75989000 ns, racy<=2500000000 ns
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.146343000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.146343000, lastModified=2022-06-15 11:03:10.069989000, delta=76354000 ns, racy<=2500000000 ns
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.146123000, lastModified=2022-06-15 11:03:10.142990000, delta=3133000 ns, racy<=2550000 ns
11:03:10.146 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, is unmodified
31c8bf3c194a76cb32029d454d520bbfd0efe0d5
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.147413000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.146233000, lastModified=2022-06-15 11:03:09.385980000, delta=760253000 ns, racy<=2500000000 ns
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.147 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.147562000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.147562000, lastModified=2022-06-15 11:03:09.385980000, delta=761582000 ns, racy<=2500000000 ns
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.147684000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.147562000, lastModified=2022-06-15 11:03:09.385980000, delta=761582000 ns, racy<=2500000000 ns
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.147 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.147778000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.147778000, lastModified=2022-06-15 11:03:09.385980000, delta=761798000 ns, racy<=2500000000 ns
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.147684000, lastModified=2022-06-15 11:03:10.069989000, delta=77695000 ns, racy<=2500000000 ns
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.147914000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.147 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.147914000, lastModified=2022-06-15 11:03:10.069989000, delta=77925000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148033000, lastModified=2022-06-15 11:03:10.137990000, size=104, fileKey=(dev=10006c,ino=1410964911)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.147778000, lastModified=2022-06-15 11:03:09.385980000, delta=761798000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.148 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148182000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.148182000, lastModified=2022-06-15 11:03:09.385980000, delta=762202000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.147914000, lastModified=2022-06-15 11:03:10.069989000, delta=77925000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148303000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.148303000, lastModified=2022-06-15 11:03:10.069989000, delta=78314000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148446000, lastModified=2022-06-15 11:03:10.137990000, size=104, fileKey=(dev=10006c,ino=1410964911)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148497000, lastModified=2022-06-15 11:03:10.137990000, size=104, fileKey=(dev=10006c,ino=1410964911)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.148182000, lastModified=2022-06-15 11:03:09.385980000, delta=762202000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.148 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148567000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.148567000, lastModified=2022-06-15 11:03:09.385980000, delta=762587000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.148303000, lastModified=2022-06-15 11:03:10.069989000, delta=78314000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148690000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.148690000, lastModified=2022-06-15 11:03:10.069989000, delta=78701000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.148567000, lastModified=2022-06-15 11:03:09.385980000, delta=762587000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.148 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148825000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.148825000, lastModified=2022-06-15 11:03:09.385980000, delta=762845000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.148690000, lastModified=2022-06-15 11:03:10.069989000, delta=78701000 ns, racy<=2500000000 ns
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.148 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.148938000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.148938000, lastModified=2022-06-15 11:03:10.069989000, delta=78949000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.148825000, lastModified=2022-06-15 11:03:09.385980000, delta=762845000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.149 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.149275000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.149275000, lastModified=2022-06-15 11:03:09.385980000, delta=763295000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.148938000, lastModified=2022-06-15 11:03:10.069989000, delta=78949000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.149398000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.149398000, lastModified=2022-06-15 11:03:10.069989000, delta=79409000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, size=6, fileKey=(dev=10006c,ino=1420364755)
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.149275000, lastModified=2022-06-15 11:03:09.385980000, delta=763295000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.149 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.149818000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.149818000, lastModified=2022-06-15 11:03:09.385980000, delta=763838000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.149398000, lastModified=2022-06-15 11:03:10.069989000, delta=79409000 ns, racy<=2500000000 ns
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.149967000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.149967000, lastModified=2022-06-15 11:03:10.069989000, delta=79978000 ns, racy<=2500000000 ns
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.150346000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990150346000 ns, racy<=2550000 ns
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.150346000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990150346000 ns, racy<=2550000 ns
11:03:10.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151010000, lastModified=2022-06-15 11:03:10.147990000, size=0, fileKey=(dev=10006c,ino=1410964912)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.149818000, lastModified=2022-06-15 11:03:09.385980000, delta=763838000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151125000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.151125000, lastModified=2022-06-15 11:03:09.385980000, delta=765145000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.149967000, lastModified=2022-06-15 11:03:10.069989000, delta=79978000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151264000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.151264000, lastModified=2022-06-15 11:03:10.069989000, delta=81275000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151358000, lastModified=2022-06-15 11:03:10.150990000, size=176, fileKey=(dev=10006c,ino=1410964912)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151445000, lastModified=2022-06-15 11:03:10.150990000, size=176, fileKey=(dev=10006c,ino=1410964912)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.151125000, lastModified=2022-06-15 11:03:09.385980000, delta=765145000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151619000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.151619000, lastModified=2022-06-15 11:03:09.385980000, delta=765639000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.151264000, lastModified=2022-06-15 11:03:10.069989000, delta=81275000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151788000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.151788000, lastModified=2022-06-15 11:03:10.069989000, delta=81799000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.151619000, lastModified=2022-06-15 11:03:09.385980000, delta=765639000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.151873000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.151873000, lastModified=2022-06-15 11:03:09.385980000, delta=765893000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.151788000, lastModified=2022-06-15 11:03:10.069989000, delta=81799000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152026000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.152026000, lastModified=2022-06-15 11:03:10.069989000, delta=82037000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.151873000, lastModified=2022-06-15 11:03:09.385980000, delta=765893000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.152 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152217000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.152217000, lastModified=2022-06-15 11:03:09.385980000, delta=766237000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.152026000, lastModified=2022-06-15 11:03:10.069989000, delta=82037000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152339000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.152339000, lastModified=2022-06-15 11:03:10.069989000, delta=82350000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.152217000, lastModified=2022-06-15 11:03:09.385980000, delta=766237000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.152 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152456000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.152456000, lastModified=2022-06-15 11:03:09.385980000, delta=766476000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.152339000, lastModified=2022-06-15 11:03:10.069989000, delta=82350000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152595000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.152595000, lastModified=2022-06-15 11:03:10.069989000, delta=82606000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152727000, lastModified=2022-06-15 11:03:10.068989000, size=23, fileKey=(dev=10006c,ino=1410964908)
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152799000, lastModified=2022-06-15 11:03:10.142990000, size=41, fileKey=(dev=10006c,ino=1412971053)
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.152456000, lastModified=2022-06-15 11:03:09.385980000, delta=766476000 ns, racy<=2500000000 ns
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.152 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.152947000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.152947000, lastModified=2022-06-15 11:03:09.385980000, delta=766967000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.152595000, lastModified=2022-06-15 11:03:10.069989000, delta=82606000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.153134000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.153134000, lastModified=2022-06-15 11:03:10.069989000, delta=83145000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.152727000, lastModified=2022-06-15 11:03:10.068989000, delta=83738000 ns, racy<=2550000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, is unmodified
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.152799000, lastModified=2022-06-15 11:03:10.142990000, delta=9809000 ns, racy<=2550000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, is unmodified
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.152947000, lastModified=2022-06-15 11:03:09.385980000, delta=766967000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.153844000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.153844000, lastModified=2022-06-15 11:03:09.385980000, delta=767864000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.153134000, lastModified=2022-06-15 11:03:10.069989000, delta=83145000 ns, racy<=2500000000 ns
11:03:10.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.153990000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.153990000, lastModified=2022-06-15 11:03:10.069989000, delta=84001000 ns, racy<=2500000000 ns
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.154238000, lastModified=2022-06-15 11:03:10.150990000, size=176, fileKey=(dev=10006c,ino=1410964912)
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.154292000, lastModified=2022-06-15 11:03:10.150990000, size=176, fileKey=(dev=10006c,ino=1410964912)
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.150346000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990150346000 ns, racy<=2550000 ns
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.150346000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990150346000 ns, racy<=2550000 ns
11:03:10.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.150346000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990150346000 ns, racy<=2550000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.149578000, lastModified=2022-06-15 11:03:10.066989000, delta=82589000 ns, racy<=2550000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack, is unmodified
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.150346000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990150346000 ns, racy<=2550000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/objects/pack/preserved, is unmodified
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.153844000, lastModified=2022-06-15 11:03:09.385980000, delta=767864000 ns, racy<=2500000000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.155640000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.155640000, lastModified=2022-06-15 11:03:09.385980000, delta=769660000 ns, racy<=2500000000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.153990000, lastModified=2022-06-15 11:03:10.069989000, delta=84001000 ns, racy<=2500000000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.155774000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.155774000, lastModified=2022-06-15 11:03:10.069989000, delta=85785000 ns, racy<=2500000000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.152727000, lastModified=2022-06-15 11:03:10.068989000, delta=83738000 ns, racy<=2550000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/HEAD, is unmodified
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.152799000, lastModified=2022-06-15 11:03:10.142990000, delta=9809000 ns, racy<=2550000 ns
11:03:10.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, is unmodified
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.155640000, lastModified=2022-06-15 11:03:09.385980000, delta=769660000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.156035000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.156035000, lastModified=2022-06-15 11:03:09.385980000, delta=770055000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.155774000, lastModified=2022-06-15 11:03:10.069989000, delta=85785000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.156208000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.156208000, lastModified=2022-06-15 11:03:10.069989000, delta=86219000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.152799000, lastModified=2022-06-15 11:03:10.142990000, delta=9809000 ns, racy<=2550000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, is unmodified
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.156035000, lastModified=2022-06-15 11:03:09.385980000, delta=770055000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.156466000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.156466000, lastModified=2022-06-15 11:03:09.385980000, delta=770486000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.156208000, lastModified=2022-06-15 11:03:10.069989000, delta=86219000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.156598000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.156598000, lastModified=2022-06-15 11:03:10.069989000, delta=86609000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.156466000, lastModified=2022-06-15 11:03:09.385980000, delta=770486000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.156732000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.156732000, lastModified=2022-06-15 11:03:09.385980000, delta=770752000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.156598000, lastModified=2022-06-15 11:03:10.069989000, delta=86609000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.156849000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.156849000, lastModified=2022-06-15 11:03:10.069989000, delta=86860000 ns, racy<=2500000000 ns
11:03:10.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.156732000, lastModified=2022-06-15 11:03:09.385980000, delta=770752000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157017000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157017000, lastModified=2022-06-15 11:03:09.385980000, delta=771037000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.156849000, lastModified=2022-06-15 11:03:10.069989000, delta=86860000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157224000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157224000, lastModified=2022-06-15 11:03:10.069989000, delta=87235000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157017000, lastModified=2022-06-15 11:03:09.385980000, delta=771037000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157353000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157353000, lastModified=2022-06-15 11:03:09.385980000, delta=771373000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157224000, lastModified=2022-06-15 11:03:10.069989000, delta=87235000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157461000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157461000, lastModified=2022-06-15 11:03:10.069989000, delta=87472000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157353000, lastModified=2022-06-15 11:03:09.385980000, delta=771373000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157563000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157563000, lastModified=2022-06-15 11:03:09.385980000, delta=771583000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157461000, lastModified=2022-06-15 11:03:10.069989000, delta=87472000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157674000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157674000, lastModified=2022-06-15 11:03:10.069989000, delta=87685000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157563000, lastModified=2022-06-15 11:03:09.385980000, delta=771583000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157760000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157760000, lastModified=2022-06-15 11:03:09.385980000, delta=771780000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157674000, lastModified=2022-06-15 11:03:10.069989000, delta=87685000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157862000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157862000, lastModified=2022-06-15 11:03:10.069989000, delta=87873000 ns, racy<=2500000000 ns
11:03:10.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.157934000, lastModified=2022-06-15 11:03:10.155990000, size=41, fileKey=(dev=10006c,ino=1412971054)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.157760000, lastModified=2022-06-15 11:03:09.385980000, delta=771780000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.158140000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.158140000, lastModified=2022-06-15 11:03:09.385980000, delta=772160000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.157862000, lastModified=2022-06-15 11:03:10.069989000, delta=87873000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.158252000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.158252000, lastModified=2022-06-15 11:03:10.069989000, delta=88263000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.158140000, lastModified=2022-06-15 11:03:09.385980000, delta=772160000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.158427000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.158427000, lastModified=2022-06-15 11:03:09.385980000, delta=772447000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.146343000, lastModified=2022-06-15 11:03:10.069989000, delta=76354000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.158566000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.158566000, lastModified=2022-06-15 11:03:10.069989000, delta=88577000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1412971053) to (dev=10006c,ino=1412971054)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.158673000, lastModified=2022-06-15 11:03:10.155990000, size=41, fileKey=(dev=10006c,ino=1412971054)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.158427000, lastModified=2022-06-15 11:03:09.385980000, delta=772447000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.158755000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.158755000, lastModified=2022-06-15 11:03:09.385980000, delta=772775000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.158566000, lastModified=2022-06-15 11:03:10.069989000, delta=88577000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, is racily clean
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.158874000, lastModified=2022-06-15 11:03:10.069989000, size=78, fileKey=(dev=10006c,ino=1410964909)
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.158874000, lastModified=2022-06-15 11:03:10.069989000, delta=88885000 ns, racy<=2500000000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.158673000, lastModified=2022-06-15 11:03:10.155990000, delta=2683000 ns, racy<=2550000 ns
11:03:10.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2703098215352291756/.git/refs/heads/master, is unmodified
29ccbb251ebbb65b8730b9bc3e0baaed393cf984
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.158755000, lastModified=2022-06-15 11:03:09.385980000, delta=772775000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.160363000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.160363000, lastModified=2022-06-15 11:03:09.385980000, delta=774383000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.160363000, lastModified=2022-06-15 11:03:09.385980000, delta=774383000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.160571000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.160571000, lastModified=2022-06-15 11:03:09.385980000, delta=774591000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.160571000, lastModified=2022-06-15 11:03:09.385980000, delta=774591000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.160 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.160835000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.160835000, lastModified=2022-06-15 11:03:09.385980000, delta=774855000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.160835000, lastModified=2022-06-15 11:03:09.385980000, delta=774855000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.161202000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.161202000, lastModified=2022-06-15 11:03:09.385980000, delta=775222000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.161202000, lastModified=2022-06-15 11:03:09.385980000, delta=775222000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.161427000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.161427000, lastModified=2022-06-15 11:03:09.385980000, delta=775447000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.161427000, lastModified=2022-06-15 11:03:09.385980000, delta=775447000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.161871000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.161871000, lastModified=2022-06-15 11:03:09.385980000, delta=775891000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.161871000, lastModified=2022-06-15 11:03:09.385980000, delta=775891000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.162227000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.162227000, lastModified=2022-06-15 11:03:09.385980000, delta=776247000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.162227000, lastModified=2022-06-15 11:03:09.385980000, delta=776247000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.162516000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.162516000, lastModified=2022-06-15 11:03:09.385980000, delta=776536000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.162516000, lastModified=2022-06-15 11:03:09.385980000, delta=776536000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.163132000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.163132000, lastModified=2022-06-15 11:03:09.385980000, delta=777152000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.163132000, lastModified=2022-06-15 11:03:09.385980000, delta=777152000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.163436000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.163436000, lastModified=2022-06-15 11:03:09.385980000, delta=777456000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.163436000, lastModified=2022-06-15 11:03:09.385980000, delta=777456000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.163714000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.163714000, lastModified=2022-06-15 11:03:09.385980000, delta=777734000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.160703000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990160703000 ns, racy<=2500000000 ns
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is unmodified
11:03:10.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.163933000, lastModified=2022-06-15 11:03:10.162990000, size=23, fileKey=(dev=10006c,ino=1430673506)
11:03:10.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.164500000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.164789000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.163714000, lastModified=2022-06-15 11:03:09.385980000, delta=777734000 ns, racy<=2500000000 ns
11:03:10.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.164917000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.164917000, lastModified=2022-06-15 11:03:09.385980000, delta=778937000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.165041000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.164917000, lastModified=2022-06-15 11:03:09.385980000, delta=778937000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.165265000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.165265000, lastModified=2022-06-15 11:03:09.385980000, delta=779285000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.165041000, lastModified=2022-06-15 11:03:10.163991000, delta=1050000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.165380000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.165380000, lastModified=2022-06-15 11:03:10.163991000, delta=1389000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.165265000, lastModified=2022-06-15 11:03:09.385980000, delta=779285000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.165 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.165576000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.165576000, lastModified=2022-06-15 11:03:09.385980000, delta=779596000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.165380000, lastModified=2022-06-15 11:03:10.163991000, delta=1389000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.165691000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.165691000, lastModified=2022-06-15 11:03:10.163991000, delta=1700000 ns, racy<=2500000000 ns
11:03:10.165 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.165761000, lastModified=2022-06-15 11:03:10.162990000, size=23, fileKey=(dev=10006c,ino=1430673506)
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.166249000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.165576000, lastModified=2022-06-15 11:03:09.385980000, delta=779596000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.166364000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.166364000, lastModified=2022-06-15 11:03:09.385980000, delta=780384000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.166483000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.166364000, lastModified=2022-06-15 11:03:09.385980000, delta=780384000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.166591000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.166591000, lastModified=2022-06-15 11:03:09.385980000, delta=780611000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.166483000, lastModified=2022-06-15 11:03:10.163991000, delta=2492000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.166703000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.166703000, lastModified=2022-06-15 11:03:10.163991000, delta=2712000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.166591000, lastModified=2022-06-15 11:03:09.385980000, delta=780611000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.166 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.166913000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.166913000, lastModified=2022-06-15 11:03:09.385980000, delta=780933000 ns, racy<=2500000000 ns
11:03:10.166 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.166703000, lastModified=2022-06-15 11:03:10.163991000, delta=2712000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.167112000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.167112000, lastModified=2022-06-15 11:03:10.163991000, delta=3121000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.166913000, lastModified=2022-06-15 11:03:09.385980000, delta=780933000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.167307000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.167307000, lastModified=2022-06-15 11:03:09.385980000, delta=781327000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.167112000, lastModified=2022-06-15 11:03:10.163991000, delta=3121000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.167433000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.167433000, lastModified=2022-06-15 11:03:10.163991000, delta=3442000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.167307000, lastModified=2022-06-15 11:03:09.385980000, delta=781327000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.167535000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.167535000, lastModified=2022-06-15 11:03:09.385980000, delta=781555000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.167433000, lastModified=2022-06-15 11:03:10.163991000, delta=3442000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.167652000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.167652000, lastModified=2022-06-15 11:03:10.163991000, delta=3661000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.167535000, lastModified=2022-06-15 11:03:09.385980000, delta=781555000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.167 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.167876000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.167876000, lastModified=2022-06-15 11:03:09.385980000, delta=781896000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.167652000, lastModified=2022-06-15 11:03:10.163991000, delta=3661000 ns, racy<=2500000000 ns
11:03:10.167 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.168000000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.168000000, lastModified=2022-06-15 11:03:10.163991000, delta=4009000 ns, racy<=2500000000 ns
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.167876000, lastModified=2022-06-15 11:03:09.385980000, delta=781896000 ns, racy<=2500000000 ns
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.168 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.168219000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.168219000, lastModified=2022-06-15 11:03:09.385980000, delta=782239000 ns, racy<=2500000000 ns
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.168000000, lastModified=2022-06-15 11:03:10.163991000, delta=4009000 ns, racy<=2500000000 ns
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.168338000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.168338000, lastModified=2022-06-15 11:03:10.163991000, delta=4347000 ns, racy<=2500000000 ns
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.168506000, lastModified=2022-06-15 11:03:10.160990000, size=6, fileKey=(dev=10006c,ino=1439928325)
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.168506000, lastModified=2022-06-15 11:03:10.160990000, delta=7516000 ns, racy<=2550000 ns
11:03:10.168 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.169226000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990169226000 ns, racy<=2550000 ns
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.168506000, lastModified=2022-06-15 11:03:10.160990000, delta=7516000 ns, racy<=2550000 ns
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.169226000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990169226000 ns, racy<=2550000 ns
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.168219000, lastModified=2022-06-15 11:03:09.385980000, delta=782239000 ns, racy<=2500000000 ns
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.169973000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.169973000, lastModified=2022-06-15 11:03:09.385980000, delta=783993000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.168338000, lastModified=2022-06-15 11:03:10.163991000, delta=4347000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170153000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.170153000, lastModified=2022-06-15 11:03:10.163991000, delta=6162000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170253000, lastModified=2022-06-15 11:03:10.166991000, size=0, fileKey=(dev=10006c,ino=1430673508)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.169973000, lastModified=2022-06-15 11:03:09.385980000, delta=783993000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170359000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.170359000, lastModified=2022-06-15 11:03:09.385980000, delta=784379000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.170153000, lastModified=2022-06-15 11:03:10.163991000, delta=6162000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170472000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.170472000, lastModified=2022-06-15 11:03:10.163991000, delta=6481000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170577000, lastModified=2022-06-15 11:03:10.169991000, size=104, fileKey=(dev=10006c,ino=1430673508)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170628000, lastModified=2022-06-15 11:03:10.169991000, size=104, fileKey=(dev=10006c,ino=1430673508)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.170359000, lastModified=2022-06-15 11:03:09.385980000, delta=784379000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170691000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.170691000, lastModified=2022-06-15 11:03:09.385980000, delta=784711000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.170472000, lastModified=2022-06-15 11:03:10.163991000, delta=6481000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170833000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.170833000, lastModified=2022-06-15 11:03:10.163991000, delta=6842000 ns, racy<=2500000000 ns
11:03:10.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.170980000, lastModified=2022-06-15 11:03:10.169991000, size=104, fileKey=(dev=10006c,ino=1430673508)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171014000, lastModified=2022-06-15 11:03:10.169991000, size=104, fileKey=(dev=10006c,ino=1430673508)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171132000, lastModified=2022-06-15 11:03:10.169991000, size=0, fileKey=(dev=10006c,ino=1430673509)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.170691000, lastModified=2022-06-15 11:03:09.385980000, delta=784711000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171209000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.171209000, lastModified=2022-06-15 11:03:09.385980000, delta=785229000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.170833000, lastModified=2022-06-15 11:03:10.163991000, delta=6842000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171337000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.171337000, lastModified=2022-06-15 11:03:10.163991000, delta=7346000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171439000, lastModified=2022-06-15 11:03:10.170991000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.171209000, lastModified=2022-06-15 11:03:09.385980000, delta=785229000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171603000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.171603000, lastModified=2022-06-15 11:03:09.385980000, delta=785623000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.171337000, lastModified=2022-06-15 11:03:10.163991000, delta=7346000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171749000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.171749000, lastModified=2022-06-15 11:03:10.163991000, delta=7758000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.171603000, lastModified=2022-06-15 11:03:09.385980000, delta=785623000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.171 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171851000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.171851000, lastModified=2022-06-15 11:03:09.385980000, delta=785871000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.171749000, lastModified=2022-06-15 11:03:10.163991000, delta=7758000 ns, racy<=2500000000 ns
11:03:10.171 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.171991000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.171991000, lastModified=2022-06-15 11:03:10.163991000, delta=8000000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.171851000, lastModified=2022-06-15 11:03:09.385980000, delta=785871000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.172 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.172181000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.172181000, lastModified=2022-06-15 11:03:09.385980000, delta=786201000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.171991000, lastModified=2022-06-15 11:03:10.163991000, delta=8000000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.172306000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.172306000, lastModified=2022-06-15 11:03:10.163991000, delta=8315000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.172181000, lastModified=2022-06-15 11:03:09.385980000, delta=786201000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.172 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.172416000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.172416000, lastModified=2022-06-15 11:03:09.385980000, delta=786436000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.172306000, lastModified=2022-06-15 11:03:10.163991000, delta=8315000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.172553000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.172553000, lastModified=2022-06-15 11:03:10.163991000, delta=8562000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.172668000, lastModified=2022-06-15 11:03:10.162990000, size=23, fileKey=(dev=10006c,ino=1430673506)
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.172416000, lastModified=2022-06-15 11:03:09.385980000, delta=786436000 ns, racy<=2500000000 ns
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.172 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.172907000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.172 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.172907000, lastModified=2022-06-15 11:03:09.385980000, delta=786927000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.172553000, lastModified=2022-06-15 11:03:10.163991000, delta=8562000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.173080000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.173080000, lastModified=2022-06-15 11:03:10.163991000, delta=9089000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.172668000, lastModified=2022-06-15 11:03:10.162990000, delta=9678000 ns, racy<=2550000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.172907000, lastModified=2022-06-15 11:03:09.385980000, delta=786927000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.173 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.173623000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.173623000, lastModified=2022-06-15 11:03:09.385980000, delta=787643000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.173080000, lastModified=2022-06-15 11:03:10.163991000, delta=9089000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.173770000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.173770000, lastModified=2022-06-15 11:03:10.163991000, delta=9779000 ns, racy<=2500000000 ns
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.173936000, lastModified=2022-06-15 11:03:10.170991000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.173 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.173984000, lastModified=2022-06-15 11:03:10.170991000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.168506000, lastModified=2022-06-15 11:03:10.160990000, delta=7516000 ns, racy<=2550000 ns
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.169226000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990169226000 ns, racy<=2550000 ns
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.168506000, lastModified=2022-06-15 11:03:10.160990000, delta=7516000 ns, racy<=2550000 ns
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.169226000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990169226000 ns, racy<=2550000 ns
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.168506000, lastModified=2022-06-15 11:03:10.160990000, delta=7516000 ns, racy<=2550000 ns
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.169226000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990169226000 ns, racy<=2550000 ns
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.168506000, lastModified=2022-06-15 11:03:10.160990000, delta=7516000 ns, racy<=2550000 ns
11:03:10.174 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.169226000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990169226000 ns, racy<=2550000 ns
11:03:10.175 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.173623000, lastModified=2022-06-15 11:03:09.385980000, delta=787643000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.237 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.237237000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.237237000, lastModified=2022-06-15 11:03:09.385980000, delta=851257000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.173770000, lastModified=2022-06-15 11:03:10.163991000, delta=9779000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.237411000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.237411000, lastModified=2022-06-15 11:03:10.163991000, delta=73420000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.172668000, lastModified=2022-06-15 11:03:10.162990000, delta=9678000 ns, racy<=2550000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.237237000, lastModified=2022-06-15 11:03:09.385980000, delta=851257000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.237 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.237718000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.237718000, lastModified=2022-06-15 11:03:09.385980000, delta=851738000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.237411000, lastModified=2022-06-15 11:03:10.163991000, delta=73420000 ns, racy<=2500000000 ns
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.237846000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.237 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.237846000, lastModified=2022-06-15 11:03:10.163991000, delta=73855000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.237718000, lastModified=2022-06-15 11:03:09.385980000, delta=851738000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.238 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.238110000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.238110000, lastModified=2022-06-15 11:03:09.385980000, delta=852130000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.237846000, lastModified=2022-06-15 11:03:10.163991000, delta=73855000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.238255000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.238255000, lastModified=2022-06-15 11:03:10.163991000, delta=74264000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.238110000, lastModified=2022-06-15 11:03:09.385980000, delta=852130000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.238 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.238782000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.238782000, lastModified=2022-06-15 11:03:09.385980000, delta=852802000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.238255000, lastModified=2022-06-15 11:03:10.163991000, delta=74264000 ns, racy<=2500000000 ns
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.238904000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.238 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.238904000, lastModified=2022-06-15 11:03:10.163991000, delta=74913000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.238782000, lastModified=2022-06-15 11:03:09.385980000, delta=852802000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239087000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239087000, lastModified=2022-06-15 11:03:09.385980000, delta=853107000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.238904000, lastModified=2022-06-15 11:03:10.163991000, delta=74913000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239209000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239209000, lastModified=2022-06-15 11:03:10.163991000, delta=75218000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239087000, lastModified=2022-06-15 11:03:09.385980000, delta=853107000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239339000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239339000, lastModified=2022-06-15 11:03:09.385980000, delta=853359000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239209000, lastModified=2022-06-15 11:03:10.163991000, delta=75218000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239453000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239453000, lastModified=2022-06-15 11:03:10.163991000, delta=75462000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239339000, lastModified=2022-06-15 11:03:09.385980000, delta=853359000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239554000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239554000, lastModified=2022-06-15 11:03:09.385980000, delta=853574000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239453000, lastModified=2022-06-15 11:03:10.163991000, delta=75462000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239680000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239680000, lastModified=2022-06-15 11:03:10.163991000, delta=75689000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239554000, lastModified=2022-06-15 11:03:09.385980000, delta=853574000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239841000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239841000, lastModified=2022-06-15 11:03:09.385980000, delta=853861000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239680000, lastModified=2022-06-15 11:03:10.163991000, delta=75689000 ns, racy<=2500000000 ns
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.239950000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.239 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239950000, lastModified=2022-06-15 11:03:10.163991000, delta=75959000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.239841000, lastModified=2022-06-15 11:03:09.385980000, delta=853861000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.240 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240065000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.240065000, lastModified=2022-06-15 11:03:09.385980000, delta=854085000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.239950000, lastModified=2022-06-15 11:03:10.163991000, delta=75959000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240229000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.240229000, lastModified=2022-06-15 11:03:10.163991000, delta=76238000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240357000, lastModified=2022-06-15 11:03:10.237991000, size=41, fileKey=(dev=10006c,ino=1432773136)
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.240065000, lastModified=2022-06-15 11:03:09.385980000, delta=854085000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.240 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240505000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.240505000, lastModified=2022-06-15 11:03:09.385980000, delta=854525000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.240229000, lastModified=2022-06-15 11:03:10.163991000, delta=76238000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240629000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.240629000, lastModified=2022-06-15 11:03:10.163991000, delta=76638000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.240505000, lastModified=2022-06-15 11:03:09.385980000, delta=854525000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.240 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240798000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.240798000, lastModified=2022-06-15 11:03:09.385980000, delta=854818000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.165691000, lastModified=2022-06-15 11:03:10.163991000, delta=1700000 ns, racy<=2500000000 ns
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240910000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.240 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.240910000, lastModified=2022-06-15 11:03:10.163991000, delta=76919000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.240995000, lastModified=2022-06-15 11:03:10.237991000, size=41, fileKey=(dev=10006c,ino=1432773136)
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.240798000, lastModified=2022-06-15 11:03:09.385980000, delta=854818000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.241 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.241119000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.241119000, lastModified=2022-06-15 11:03:09.385980000, delta=855139000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.240910000, lastModified=2022-06-15 11:03:10.163991000, delta=76919000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.241237000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.241237000, lastModified=2022-06-15 11:03:10.163991000, delta=77246000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.240995000, lastModified=2022-06-15 11:03:10.237991000, delta=3004000 ns, racy<=2550000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.165761000, lastModified=2022-06-15 11:03:10.162990000, delta=2771000 ns, racy<=2550000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.240995000, lastModified=2022-06-15 11:03:10.237991000, delta=3004000 ns, racy<=2550000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.241119000, lastModified=2022-06-15 11:03:09.385980000, delta=855139000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.241 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.241788000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.241788000, lastModified=2022-06-15 11:03:09.385980000, delta=855808000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.241237000, lastModified=2022-06-15 11:03:10.163991000, delta=77246000 ns, racy<=2500000000 ns
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.241915000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.241 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.241915000, lastModified=2022-06-15 11:03:10.163991000, delta=77924000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, size changed from 0 to 104 bytes
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.242086000, lastModified=2022-06-15 11:03:10.170991000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.241788000, lastModified=2022-06-15 11:03:09.385980000, delta=855808000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.242180000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.242180000, lastModified=2022-06-15 11:03:09.385980000, delta=856200000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.241915000, lastModified=2022-06-15 11:03:10.163991000, delta=77924000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.242306000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.242306000, lastModified=2022-06-15 11:03:10.163991000, delta=78315000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.240995000, lastModified=2022-06-15 11:03:10.237991000, delta=3004000 ns, racy<=2550000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.242180000, lastModified=2022-06-15 11:03:09.385980000, delta=856200000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.242 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.242441000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.242441000, lastModified=2022-06-15 11:03:09.385980000, delta=856461000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.242306000, lastModified=2022-06-15 11:03:10.163991000, delta=78315000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.242550000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.242550000, lastModified=2022-06-15 11:03:10.163991000, delta=78559000 ns, racy<=2500000000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.240995000, lastModified=2022-06-15 11:03:10.237991000, delta=3004000 ns, racy<=2550000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.242701000, lastModified=2022-06-15 11:03:10.160990000, size=6, fileKey=(dev=10006c,ino=1439928325)
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.242701000, lastModified=2022-06-15 11:03:10.160990000, delta=81711000 ns, racy<=2550000 ns
11:03:10.242 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.243410000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.242441000, lastModified=2022-06-15 11:03:09.385980000, delta=856461000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.243545000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.243545000, lastModified=2022-06-15 11:03:09.385980000, delta=857565000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.243650000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.243545000, lastModified=2022-06-15 11:03:09.385980000, delta=857565000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.243 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.243747000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.243747000, lastModified=2022-06-15 11:03:09.385980000, delta=857767000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.243650000, lastModified=2022-06-15 11:03:10.163991000, delta=79659000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.243858000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.243858000, lastModified=2022-06-15 11:03:10.163991000, delta=79867000 ns, racy<=2500000000 ns
11:03:10.243 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.243946000, lastModified=2022-06-15 11:03:10.170991000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.243747000, lastModified=2022-06-15 11:03:09.385980000, delta=857767000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244099000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.244099000, lastModified=2022-06-15 11:03:09.385980000, delta=858119000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.243858000, lastModified=2022-06-15 11:03:10.163991000, delta=79867000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244209000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.244209000, lastModified=2022-06-15 11:03:10.163991000, delta=80218000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244343000, lastModified=2022-06-15 11:03:10.170991000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244380000, lastModified=2022-06-15 11:03:10.170991000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.244099000, lastModified=2022-06-15 11:03:09.385980000, delta=858119000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244459000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.244459000, lastModified=2022-06-15 11:03:09.385980000, delta=858479000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.244209000, lastModified=2022-06-15 11:03:10.163991000, delta=80218000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244570000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.244570000, lastModified=2022-06-15 11:03:10.163991000, delta=80579000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.244459000, lastModified=2022-06-15 11:03:09.385980000, delta=858479000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.244 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244679000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.244679000, lastModified=2022-06-15 11:03:09.385980000, delta=858699000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.244570000, lastModified=2022-06-15 11:03:10.163991000, delta=80579000 ns, racy<=2500000000 ns
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.244785000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.244 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.244785000, lastModified=2022-06-15 11:03:10.163991000, delta=80794000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.244679000, lastModified=2022-06-15 11:03:09.385980000, delta=858699000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.245 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.245066000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.245066000, lastModified=2022-06-15 11:03:09.385980000, delta=859086000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.244785000, lastModified=2022-06-15 11:03:10.163991000, delta=80794000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.245178000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.245178000, lastModified=2022-06-15 11:03:10.163991000, delta=81187000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, size=6, fileKey=(dev=10006c,ino=1439928325)
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.245066000, lastModified=2022-06-15 11:03:09.385980000, delta=859086000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.245 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.245558000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.245558000, lastModified=2022-06-15 11:03:09.385980000, delta=859578000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.245178000, lastModified=2022-06-15 11:03:10.163991000, delta=81187000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.245697000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.245697000, lastModified=2022-06-15 11:03:10.163991000, delta=81706000 ns, racy<=2500000000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.245 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.245998000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990245998000 ns, racy<=2550000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.245998000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990245998000 ns, racy<=2550000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.246583000, lastModified=2022-06-15 11:03:10.243992000, size=0, fileKey=(dev=10006c,ino=1430673510)
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.245558000, lastModified=2022-06-15 11:03:09.385980000, delta=859578000 ns, racy<=2500000000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.246 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.246649000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.246649000, lastModified=2022-06-15 11:03:09.385980000, delta=860669000 ns, racy<=2500000000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.245697000, lastModified=2022-06-15 11:03:10.163991000, delta=81706000 ns, racy<=2500000000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.246771000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.246771000, lastModified=2022-06-15 11:03:10.163991000, delta=82780000 ns, racy<=2500000000 ns
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.246877000, lastModified=2022-06-15 11:03:10.245992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.246 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.246940000, lastModified=2022-06-15 11:03:10.245992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.246649000, lastModified=2022-06-15 11:03:09.385980000, delta=860669000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247129000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247129000, lastModified=2022-06-15 11:03:09.385980000, delta=861149000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.246771000, lastModified=2022-06-15 11:03:10.163991000, delta=82780000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247262000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247262000, lastModified=2022-06-15 11:03:10.163991000, delta=83271000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247129000, lastModified=2022-06-15 11:03:09.385980000, delta=861149000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247351000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247351000, lastModified=2022-06-15 11:03:09.385980000, delta=861371000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247262000, lastModified=2022-06-15 11:03:10.163991000, delta=83271000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247450000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247450000, lastModified=2022-06-15 11:03:10.163991000, delta=83459000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247351000, lastModified=2022-06-15 11:03:09.385980000, delta=861371000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247579000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247579000, lastModified=2022-06-15 11:03:09.385980000, delta=861599000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247450000, lastModified=2022-06-15 11:03:10.163991000, delta=83459000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247709000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247709000, lastModified=2022-06-15 11:03:10.163991000, delta=83718000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247579000, lastModified=2022-06-15 11:03:09.385980000, delta=861599000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247803000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247803000, lastModified=2022-06-15 11:03:09.385980000, delta=861823000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247709000, lastModified=2022-06-15 11:03:10.163991000, delta=83718000 ns, racy<=2500000000 ns
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247915000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.247 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247915000, lastModified=2022-06-15 11:03:10.163991000, delta=83924000 ns, racy<=2500000000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.247997000, lastModified=2022-06-15 11:03:10.162990000, size=23, fileKey=(dev=10006c,ino=1430673506)
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.248096000, lastModified=2022-06-15 11:03:10.237991000, size=41, fileKey=(dev=10006c,ino=1432773136)
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.247803000, lastModified=2022-06-15 11:03:09.385980000, delta=861823000 ns, racy<=2500000000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.248 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.248234000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.248234000, lastModified=2022-06-15 11:03:09.385980000, delta=862254000 ns, racy<=2500000000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.247915000, lastModified=2022-06-15 11:03:10.163991000, delta=83924000 ns, racy<=2500000000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.248345000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.248345000, lastModified=2022-06-15 11:03:10.163991000, delta=84354000 ns, racy<=2500000000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.247997000, lastModified=2022-06-15 11:03:10.162990000, delta=85007000 ns, racy<=2550000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.248096000, lastModified=2022-06-15 11:03:10.237991000, delta=10105000 ns, racy<=2550000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.248 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.248234000, lastModified=2022-06-15 11:03:09.385980000, delta=862254000 ns, racy<=2500000000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.249 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.249087000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.249087000, lastModified=2022-06-15 11:03:09.385980000, delta=863107000 ns, racy<=2500000000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.248345000, lastModified=2022-06-15 11:03:10.163991000, delta=84354000 ns, racy<=2500000000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.249233000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.249233000, lastModified=2022-06-15 11:03:10.163991000, delta=85242000 ns, racy<=2500000000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.249407000, lastModified=2022-06-15 11:03:10.245992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.249458000, lastModified=2022-06-15 11:03:10.245992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.245998000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990245998000 ns, racy<=2550000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.245998000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990245998000 ns, racy<=2550000 ns
11:03:10.249 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.245998000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990245998000 ns, racy<=2550000 ns
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.245330000, lastModified=2022-06-15 11:03:10.160990000, delta=84340000 ns, racy<=2550000 ns
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.245998000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990245998000 ns, racy<=2550000 ns
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.249087000, lastModified=2022-06-15 11:03:09.385980000, delta=863107000 ns, racy<=2500000000 ns
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.250 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.250950000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.250 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.250950000, lastModified=2022-06-15 11:03:09.385980000, delta=864970000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.249233000, lastModified=2022-06-15 11:03:10.163991000, delta=85242000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.251084000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.251084000, lastModified=2022-06-15 11:03:10.163991000, delta=87093000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.247997000, lastModified=2022-06-15 11:03:10.162990000, delta=85007000 ns, racy<=2550000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.248096000, lastModified=2022-06-15 11:03:10.237991000, delta=10105000 ns, racy<=2550000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.250950000, lastModified=2022-06-15 11:03:09.385980000, delta=864970000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.251 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.251363000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.251363000, lastModified=2022-06-15 11:03:09.385980000, delta=865383000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.251084000, lastModified=2022-06-15 11:03:10.163991000, delta=87093000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.251491000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.251491000, lastModified=2022-06-15 11:03:10.163991000, delta=87500000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.248096000, lastModified=2022-06-15 11:03:10.237991000, delta=10105000 ns, racy<=2550000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.251363000, lastModified=2022-06-15 11:03:09.385980000, delta=865383000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.251 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.251769000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.251769000, lastModified=2022-06-15 11:03:09.385980000, delta=865789000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.251491000, lastModified=2022-06-15 11:03:10.163991000, delta=87500000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.251876000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.251876000, lastModified=2022-06-15 11:03:10.163991000, delta=87885000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.251769000, lastModified=2022-06-15 11:03:09.385980000, delta=865789000 ns, racy<=2500000000 ns
11:03:10.251 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.251 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252003000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252003000, lastModified=2022-06-15 11:03:09.385980000, delta=866023000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.251876000, lastModified=2022-06-15 11:03:10.163991000, delta=87885000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252208000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252208000, lastModified=2022-06-15 11:03:10.163991000, delta=88217000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252003000, lastModified=2022-06-15 11:03:09.385980000, delta=866023000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252352000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252352000, lastModified=2022-06-15 11:03:09.385980000, delta=866372000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252208000, lastModified=2022-06-15 11:03:10.163991000, delta=88217000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252463000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252463000, lastModified=2022-06-15 11:03:10.163991000, delta=88472000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252352000, lastModified=2022-06-15 11:03:09.385980000, delta=866372000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252556000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252556000, lastModified=2022-06-15 11:03:09.385980000, delta=866576000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252463000, lastModified=2022-06-15 11:03:10.163991000, delta=88472000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252665000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252665000, lastModified=2022-06-15 11:03:10.163991000, delta=88674000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252556000, lastModified=2022-06-15 11:03:09.385980000, delta=866576000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252765000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252765000, lastModified=2022-06-15 11:03:09.385980000, delta=866785000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252665000, lastModified=2022-06-15 11:03:10.163991000, delta=88674000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252870000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252870000, lastModified=2022-06-15 11:03:10.163991000, delta=88879000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252765000, lastModified=2022-06-15 11:03:09.385980000, delta=866785000 ns, racy<=2500000000 ns
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.252 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.252958000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.252 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252958000, lastModified=2022-06-15 11:03:09.385980000, delta=866978000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.252870000, lastModified=2022-06-15 11:03:10.163991000, delta=88879000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.253115000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.253115000, lastModified=2022-06-15 11:03:10.163991000, delta=89124000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.253203000, lastModified=2022-06-15 11:03:10.250992000, size=41, fileKey=(dev=10006c,ino=1432773137)
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.252958000, lastModified=2022-06-15 11:03:09.385980000, delta=866978000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.253 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.253351000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.253351000, lastModified=2022-06-15 11:03:09.385980000, delta=867371000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.253115000, lastModified=2022-06-15 11:03:10.163991000, delta=89124000 ns, racy<=2500000000 ns
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.253471000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.253 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.253471000, lastModified=2022-06-15 11:03:10.163991000, delta=89480000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254015000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.253351000, lastModified=2022-06-15 11:03:09.385980000, delta=867371000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254206000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.254206000, lastModified=2022-06-15 11:03:09.385980000, delta=868226000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254307000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.254206000, lastModified=2022-06-15 11:03:09.385980000, delta=868226000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254396000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.254396000, lastModified=2022-06-15 11:03:09.385980000, delta=868416000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.254307000, lastModified=2022-06-15 11:03:10.163991000, delta=90316000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254556000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.254556000, lastModified=2022-06-15 11:03:10.163991000, delta=90565000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254643000, lastModified=2022-06-15 11:03:10.245992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.254396000, lastModified=2022-06-15 11:03:09.385980000, delta=868416000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.254 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254741000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.254741000, lastModified=2022-06-15 11:03:09.385980000, delta=868761000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.254556000, lastModified=2022-06-15 11:03:10.163991000, delta=90565000 ns, racy<=2500000000 ns
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.254857000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.254 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.254857000, lastModified=2022-06-15 11:03:10.163991000, delta=90866000 ns, racy<=2500000000 ns
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.255000000, lastModified=2022-06-15 11:03:10.245992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.255089000, lastModified=2022-06-15 11:03:10.245992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.254741000, lastModified=2022-06-15 11:03:09.385980000, delta=868761000 ns, racy<=2500000000 ns
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.255 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.255148000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.255148000, lastModified=2022-06-15 11:03:09.385980000, delta=869168000 ns, racy<=2500000000 ns
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.254857000, lastModified=2022-06-15 11:03:10.163991000, delta=90866000 ns, racy<=2500000000 ns
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.255271000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.255 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.255271000, lastModified=2022-06-15 11:03:10.163991000, delta=91280000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.255148000, lastModified=2022-06-15 11:03:09.385980000, delta=869168000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.256 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.256295000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.256295000, lastModified=2022-06-15 11:03:09.385980000, delta=870315000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.255271000, lastModified=2022-06-15 11:03:10.163991000, delta=91280000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.256471000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.256471000, lastModified=2022-06-15 11:03:10.163991000, delta=92480000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.256295000, lastModified=2022-06-15 11:03:09.385980000, delta=870315000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.256 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.256751000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.256751000, lastModified=2022-06-15 11:03:09.385980000, delta=870771000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.256471000, lastModified=2022-06-15 11:03:10.163991000, delta=92480000 ns, racy<=2500000000 ns
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.256902000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.256 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.256902000, lastModified=2022-06-15 11:03:10.163991000, delta=92911000 ns, racy<=2500000000 ns
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, size=6, fileKey=(dev=10006c,ino=1439928325)
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.257336000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990257336000 ns, racy<=2550000 ns
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.257336000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990257336000 ns, racy<=2550000 ns
11:03:10.257 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.258245000, lastModified=2022-06-15 11:03:10.253992000, size=0, fileKey=(dev=10006c,ino=1430673509)
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.256751000, lastModified=2022-06-15 11:03:09.385980000, delta=870771000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.258303000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.258303000, lastModified=2022-06-15 11:03:09.385980000, delta=872323000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.256902000, lastModified=2022-06-15 11:03:10.163991000, delta=92911000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.258469000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.258469000, lastModified=2022-06-15 11:03:10.163991000, delta=94478000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.258575000, lastModified=2022-06-15 11:03:10.257992000, size=176, fileKey=(dev=10006c,ino=1430673509)
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.258653000, lastModified=2022-06-15 11:03:10.257992000, size=176, fileKey=(dev=10006c,ino=1430673509)
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.258303000, lastModified=2022-06-15 11:03:09.385980000, delta=872323000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.258 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.258783000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.258783000, lastModified=2022-06-15 11:03:09.385980000, delta=872803000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.258469000, lastModified=2022-06-15 11:03:10.163991000, delta=94478000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.258935000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.258935000, lastModified=2022-06-15 11:03:10.163991000, delta=94944000 ns, racy<=2500000000 ns
11:03:10.258 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.258783000, lastModified=2022-06-15 11:03:09.385980000, delta=872803000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259023000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259023000, lastModified=2022-06-15 11:03:09.385980000, delta=873043000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.258935000, lastModified=2022-06-15 11:03:10.163991000, delta=94944000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259169000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259169000, lastModified=2022-06-15 11:03:10.163991000, delta=95178000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259023000, lastModified=2022-06-15 11:03:09.385980000, delta=873043000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259277000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259277000, lastModified=2022-06-15 11:03:09.385980000, delta=873297000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259169000, lastModified=2022-06-15 11:03:10.163991000, delta=95178000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259382000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259382000, lastModified=2022-06-15 11:03:10.163991000, delta=95391000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259277000, lastModified=2022-06-15 11:03:09.385980000, delta=873297000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259466000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259466000, lastModified=2022-06-15 11:03:09.385980000, delta=873486000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259382000, lastModified=2022-06-15 11:03:10.163991000, delta=95391000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259572000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259572000, lastModified=2022-06-15 11:03:10.163991000, delta=95581000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259652000, lastModified=2022-06-15 11:03:10.162990000, size=23, fileKey=(dev=10006c,ino=1430673506)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259701000, lastModified=2022-06-15 11:03:10.250992000, size=41, fileKey=(dev=10006c,ino=1432773137)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259466000, lastModified=2022-06-15 11:03:09.385980000, delta=873486000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259847000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259847000, lastModified=2022-06-15 11:03:09.385980000, delta=873867000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259572000, lastModified=2022-06-15 11:03:10.163991000, delta=95581000 ns, racy<=2500000000 ns
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.259959000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.259 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259959000, lastModified=2022-06-15 11:03:10.163991000, delta=95968000 ns, racy<=2500000000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.259652000, lastModified=2022-06-15 11:03:10.162990000, delta=96662000 ns, racy<=2550000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.259701000, lastModified=2022-06-15 11:03:10.250992000, delta=8709000 ns, racy<=2550000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.259847000, lastModified=2022-06-15 11:03:09.385980000, delta=873867000 ns, racy<=2500000000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.260 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.260501000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.260501000, lastModified=2022-06-15 11:03:09.385980000, delta=874521000 ns, racy<=2500000000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.259959000, lastModified=2022-06-15 11:03:10.163991000, delta=95968000 ns, racy<=2500000000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.260625000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.260625000, lastModified=2022-06-15 11:03:10.163991000, delta=96634000 ns, racy<=2500000000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.260807000, lastModified=2022-06-15 11:03:10.257992000, size=176, fileKey=(dev=10006c,ino=1430673509)
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.260850000, lastModified=2022-06-15 11:03:10.257992000, size=176, fileKey=(dev=10006c,ino=1430673509)
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.260 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.257336000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990257336000 ns, racy<=2550000 ns
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.257336000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990257336000 ns, racy<=2550000 ns
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.257336000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990257336000 ns, racy<=2550000 ns
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.257091000, lastModified=2022-06-15 11:03:10.160990000, delta=96101000 ns, racy<=2550000 ns
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.257336000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990257336000 ns, racy<=2550000 ns
11:03:10.261 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.260501000, lastModified=2022-06-15 11:03:09.385980000, delta=874521000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.262 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.262260000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.262260000, lastModified=2022-06-15 11:03:09.385980000, delta=876280000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.260625000, lastModified=2022-06-15 11:03:10.163991000, delta=96634000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.262382000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.262382000, lastModified=2022-06-15 11:03:10.163991000, delta=98391000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.259652000, lastModified=2022-06-15 11:03:10.162990000, delta=96662000 ns, racy<=2550000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.259701000, lastModified=2022-06-15 11:03:10.250992000, delta=8709000 ns, racy<=2550000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.262260000, lastModified=2022-06-15 11:03:09.385980000, delta=876280000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.262 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.262665000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.262665000, lastModified=2022-06-15 11:03:09.385980000, delta=876685000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.262382000, lastModified=2022-06-15 11:03:10.163991000, delta=98391000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.262781000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.262781000, lastModified=2022-06-15 11:03:10.163991000, delta=98790000 ns, racy<=2500000000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.259701000, lastModified=2022-06-15 11:03:10.250992000, delta=8709000 ns, racy<=2550000 ns
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.262 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.262665000, lastModified=2022-06-15 11:03:09.385980000, delta=876685000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263027000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263027000, lastModified=2022-06-15 11:03:09.385980000, delta=877047000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.262781000, lastModified=2022-06-15 11:03:10.163991000, delta=98790000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263214000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263214000, lastModified=2022-06-15 11:03:10.163991000, delta=99223000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263027000, lastModified=2022-06-15 11:03:09.385980000, delta=877047000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263344000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263344000, lastModified=2022-06-15 11:03:09.385980000, delta=877364000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263214000, lastModified=2022-06-15 11:03:10.163991000, delta=99223000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263477000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263477000, lastModified=2022-06-15 11:03:10.163991000, delta=99486000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263344000, lastModified=2022-06-15 11:03:09.385980000, delta=877364000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263624000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263624000, lastModified=2022-06-15 11:03:09.385980000, delta=877644000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263477000, lastModified=2022-06-15 11:03:10.163991000, delta=99486000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263752000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263752000, lastModified=2022-06-15 11:03:10.163991000, delta=99761000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263624000, lastModified=2022-06-15 11:03:09.385980000, delta=877644000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263842000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263842000, lastModified=2022-06-15 11:03:09.385980000, delta=877862000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263752000, lastModified=2022-06-15 11:03:10.163991000, delta=99761000 ns, racy<=2500000000 ns
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.263950000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.263 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263950000, lastModified=2022-06-15 11:03:10.163991000, delta=99959000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.263842000, lastModified=2022-06-15 11:03:09.385980000, delta=877862000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.264116000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.264116000, lastModified=2022-06-15 11:03:09.385980000, delta=878136000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.263950000, lastModified=2022-06-15 11:03:10.163991000, delta=99959000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.264244000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.264244000, lastModified=2022-06-15 11:03:10.163991000, delta=100253000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.264116000, lastModified=2022-06-15 11:03:09.385980000, delta=878136000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.264326000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.264326000, lastModified=2022-06-15 11:03:09.385980000, delta=878346000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.264244000, lastModified=2022-06-15 11:03:10.163991000, delta=100253000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.264434000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.264434000, lastModified=2022-06-15 11:03:10.163991000, delta=100443000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.264505000, lastModified=2022-06-15 11:03:10.262992000, size=41, fileKey=(dev=10006c,ino=1432773136)
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.264326000, lastModified=2022-06-15 11:03:09.385980000, delta=878346000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.264 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.264644000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.264644000, lastModified=2022-06-15 11:03:09.385980000, delta=878664000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.264434000, lastModified=2022-06-15 11:03:10.163991000, delta=100443000 ns, racy<=2500000000 ns
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.264779000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.264 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.264779000, lastModified=2022-06-15 11:03:10.163991000, delta=100788000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.265272000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.264644000, lastModified=2022-06-15 11:03:09.385980000, delta=878664000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.265402000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.265402000, lastModified=2022-06-15 11:03:09.385980000, delta=879422000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.265518000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.265402000, lastModified=2022-06-15 11:03:09.385980000, delta=879422000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.265615000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.265615000, lastModified=2022-06-15 11:03:09.385980000, delta=879635000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.265518000, lastModified=2022-06-15 11:03:10.163991000, delta=101527000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.265729000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.265729000, lastModified=2022-06-15 11:03:10.163991000, delta=101738000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.265857000, lastModified=2022-06-15 11:03:10.257992000, size=176, fileKey=(dev=10006c,ino=1430673509)
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.265615000, lastModified=2022-06-15 11:03:09.385980000, delta=879635000 ns, racy<=2500000000 ns
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.265 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.265945000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.265 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.265945000, lastModified=2022-06-15 11:03:09.385980000, delta=879965000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.265729000, lastModified=2022-06-15 11:03:10.163991000, delta=101738000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.266086000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.266086000, lastModified=2022-06-15 11:03:10.163991000, delta=102095000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.266229000, lastModified=2022-06-15 11:03:10.257992000, size=176, fileKey=(dev=10006c,ino=1430673509)
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.266281000, lastModified=2022-06-15 11:03:10.257992000, size=176, fileKey=(dev=10006c,ino=1430673509)
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.265945000, lastModified=2022-06-15 11:03:09.385980000, delta=879965000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.266 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.266386000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.266386000, lastModified=2022-06-15 11:03:09.385980000, delta=880406000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.266086000, lastModified=2022-06-15 11:03:10.163991000, delta=102095000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.266517000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.266517000, lastModified=2022-06-15 11:03:10.163991000, delta=102526000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.266386000, lastModified=2022-06-15 11:03:09.385980000, delta=880406000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.266 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.266647000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.266647000, lastModified=2022-06-15 11:03:09.385980000, delta=880667000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.266517000, lastModified=2022-06-15 11:03:10.163991000, delta=102526000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.266760000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.266760000, lastModified=2022-06-15 11:03:10.163991000, delta=102769000 ns, racy<=2500000000 ns
11:03:10.266 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.266647000, lastModified=2022-06-15 11:03:09.385980000, delta=880667000 ns, racy<=2500000000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.267 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.267018000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.267018000, lastModified=2022-06-15 11:03:09.385980000, delta=881038000 ns, racy<=2500000000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.266760000, lastModified=2022-06-15 11:03:10.163991000, delta=102769000 ns, racy<=2500000000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.267194000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.267194000, lastModified=2022-06-15 11:03:10.163991000, delta=103203000 ns, racy<=2500000000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, size=6, fileKey=(dev=10006c,ino=1439928325)
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, delta=106354000 ns, racy<=2550000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.267577000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990267577000 ns, racy<=2550000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, delta=106354000 ns, racy<=2550000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.267577000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990267577000 ns, racy<=2550000 ns
11:03:10.267 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268102000, lastModified=2022-06-15 11:03:10.265992000, size=0, fileKey=(dev=10006c,ino=1430673510)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.267018000, lastModified=2022-06-15 11:03:09.385980000, delta=881038000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.268 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268205000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.268205000, lastModified=2022-06-15 11:03:09.385980000, delta=882225000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.267194000, lastModified=2022-06-15 11:03:10.163991000, delta=103203000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268416000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.268416000, lastModified=2022-06-15 11:03:10.163991000, delta=104425000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268507000, lastModified=2022-06-15 11:03:10.267992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268565000, lastModified=2022-06-15 11:03:10.267992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.268205000, lastModified=2022-06-15 11:03:09.385980000, delta=882225000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.268 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268642000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.268642000, lastModified=2022-06-15 11:03:09.385980000, delta=882662000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.268416000, lastModified=2022-06-15 11:03:10.163991000, delta=104425000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268800000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.268800000, lastModified=2022-06-15 11:03:10.163991000, delta=104809000 ns, racy<=2500000000 ns
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268920000, lastModified=2022-06-15 11:03:10.267992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.268 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.268961000, lastModified=2022-06-15 11:03:10.267992000, size=176, fileKey=(dev=10006c,ino=1430673510)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269077000, lastModified=2022-06-15 11:03:10.267992000, size=0, fileKey=(dev=10006c,ino=1430673509)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.268642000, lastModified=2022-06-15 11:03:09.385980000, delta=882662000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269143000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269143000, lastModified=2022-06-15 11:03:09.385980000, delta=883163000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.268800000, lastModified=2022-06-15 11:03:10.163991000, delta=104809000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269265000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.269265000, lastModified=2022-06-15 11:03:10.163991000, delta=105274000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269353000, lastModified=2022-06-15 11:03:10.268992000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269409000, lastModified=2022-06-15 11:03:10.268992000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269143000, lastModified=2022-06-15 11:03:09.385980000, delta=883163000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269526000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269526000, lastModified=2022-06-15 11:03:09.385980000, delta=883546000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.269265000, lastModified=2022-06-15 11:03:10.163991000, delta=105274000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269647000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.269647000, lastModified=2022-06-15 11:03:10.163991000, delta=105656000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269526000, lastModified=2022-06-15 11:03:09.385980000, delta=883546000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269738000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269738000, lastModified=2022-06-15 11:03:09.385980000, delta=883758000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.269647000, lastModified=2022-06-15 11:03:10.163991000, delta=105656000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269848000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.269848000, lastModified=2022-06-15 11:03:10.163991000, delta=105857000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269738000, lastModified=2022-06-15 11:03:09.385980000, delta=883758000 ns, racy<=2500000000 ns
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.269 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.269 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.269966000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269966000, lastModified=2022-06-15 11:03:09.385980000, delta=883986000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.269848000, lastModified=2022-06-15 11:03:10.163991000, delta=105857000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.270126000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.270126000, lastModified=2022-06-15 11:03:10.163991000, delta=106135000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.269966000, lastModified=2022-06-15 11:03:09.385980000, delta=883986000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.270231000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.270231000, lastModified=2022-06-15 11:03:09.385980000, delta=884251000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.270126000, lastModified=2022-06-15 11:03:10.163991000, delta=106135000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.270350000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.270350000, lastModified=2022-06-15 11:03:10.163991000, delta=106359000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.270460000, lastModified=2022-06-15 11:03:10.162990000, size=23, fileKey=(dev=10006c,ino=1430673506)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.270511000, lastModified=2022-06-15 11:03:10.262992000, size=41, fileKey=(dev=10006c,ino=1432773136)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.270231000, lastModified=2022-06-15 11:03:09.385980000, delta=884251000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.270 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.270622000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.270622000, lastModified=2022-06-15 11:03:09.385980000, delta=884642000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.270350000, lastModified=2022-06-15 11:03:10.163991000, delta=106359000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.270731000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.270731000, lastModified=2022-06-15 11:03:10.163991000, delta=106740000 ns, racy<=2500000000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.270460000, lastModified=2022-06-15 11:03:10.162990000, delta=107470000 ns, racy<=2550000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.270511000, lastModified=2022-06-15 11:03:10.262992000, delta=7519000 ns, racy<=2550000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, delta=106354000 ns, racy<=2550000 ns
11:03:10.270 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.270622000, lastModified=2022-06-15 11:03:09.385980000, delta=884642000 ns, racy<=2500000000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.271 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.271273000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.271273000, lastModified=2022-06-15 11:03:09.385980000, delta=885293000 ns, racy<=2500000000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.270731000, lastModified=2022-06-15 11:03:10.163991000, delta=106740000 ns, racy<=2500000000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.271392000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.271392000, lastModified=2022-06-15 11:03:10.163991000, delta=107401000 ns, racy<=2500000000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.271558000, lastModified=2022-06-15 11:03:10.268992000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.271607000, lastModified=2022-06-15 11:03:10.268992000, size=104, fileKey=(dev=10006c,ino=1430673509)
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, delta=106354000 ns, racy<=2550000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.267577000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990267577000 ns, racy<=2550000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, delta=106354000 ns, racy<=2550000 ns
11:03:10.271 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.267577000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990267577000 ns, racy<=2550000 ns
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, delta=106354000 ns, racy<=2550000 ns
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.267577000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990267577000 ns, racy<=2550000 ns
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.267344000, lastModified=2022-06-15 11:03:10.160990000, delta=106354000 ns, racy<=2550000 ns
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack, is unmodified
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.267577000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990267577000 ns, racy<=2550000 ns
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/objects/pack/preserved, is unmodified
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.271273000, lastModified=2022-06-15 11:03:09.385980000, delta=885293000 ns, racy<=2500000000 ns
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.272 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.272907000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.272 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.272907000, lastModified=2022-06-15 11:03:09.385980000, delta=886927000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.271392000, lastModified=2022-06-15 11:03:10.163991000, delta=107401000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.273114000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.273114000, lastModified=2022-06-15 11:03:10.163991000, delta=109123000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.270460000, lastModified=2022-06-15 11:03:10.162990000, delta=107470000 ns, racy<=2550000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/HEAD, is unmodified
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.270511000, lastModified=2022-06-15 11:03:10.262992000, delta=7519000 ns, racy<=2550000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.272907000, lastModified=2022-06-15 11:03:09.385980000, delta=886927000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.273441000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.273441000, lastModified=2022-06-15 11:03:09.385980000, delta=887461000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.273114000, lastModified=2022-06-15 11:03:10.163991000, delta=109123000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.273597000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.273597000, lastModified=2022-06-15 11:03:10.163991000, delta=109606000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.270511000, lastModified=2022-06-15 11:03:10.262992000, delta=7519000 ns, racy<=2550000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master, is unmodified
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.273441000, lastModified=2022-06-15 11:03:09.385980000, delta=887461000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.273 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.273899000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.273899000, lastModified=2022-06-15 11:03:09.385980000, delta=887919000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.273 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.273597000, lastModified=2022-06-15 11:03:10.163991000, delta=109606000 ns, racy<=2500000000 ns
11:03:10.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.274 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.274020000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.274020000, lastModified=2022-06-15 11:03:10.163991000, delta=110029000 ns, racy<=2500000000 ns
11:03:10.336 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.273899000, lastModified=2022-06-15 11:03:09.385980000, delta=887919000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.337 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.337029000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.337029000, lastModified=2022-06-15 11:03:09.385980000, delta=951049000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.274020000, lastModified=2022-06-15 11:03:10.163991000, delta=110029000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.337408000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.337408000, lastModified=2022-06-15 11:03:10.163991000, delta=173417000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.337029000, lastModified=2022-06-15 11:03:09.385980000, delta=951049000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.337 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.337641000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.337641000, lastModified=2022-06-15 11:03:09.385980000, delta=951661000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.337408000, lastModified=2022-06-15 11:03:10.163991000, delta=173417000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.337789000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.337789000, lastModified=2022-06-15 11:03:10.163991000, delta=173798000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.337641000, lastModified=2022-06-15 11:03:09.385980000, delta=951661000 ns, racy<=2500000000 ns
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.337 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.337941000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.337 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.337941000, lastModified=2022-06-15 11:03:09.385980000, delta=951961000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.337789000, lastModified=2022-06-15 11:03:10.163991000, delta=173798000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338123000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.338123000, lastModified=2022-06-15 11:03:10.163991000, delta=174132000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.337941000, lastModified=2022-06-15 11:03:09.385980000, delta=951961000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.338 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338241000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.338241000, lastModified=2022-06-15 11:03:09.385980000, delta=952261000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.338123000, lastModified=2022-06-15 11:03:10.163991000, delta=174132000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338355000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.338355000, lastModified=2022-06-15 11:03:10.163991000, delta=174364000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.338241000, lastModified=2022-06-15 11:03:09.385980000, delta=952261000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.338 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338442000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.338442000, lastModified=2022-06-15 11:03:09.385980000, delta=952462000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.338355000, lastModified=2022-06-15 11:03:10.163991000, delta=174364000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338553000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.338553000, lastModified=2022-06-15 11:03:10.163991000, delta=174562000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338622000, lastModified=2022-06-15 11:03:10.335993000, size=41, fileKey=(dev=10006c,ino=1432773137)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.338442000, lastModified=2022-06-15 11:03:09.385980000, delta=952462000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.338 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338797000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.338797000, lastModified=2022-06-15 11:03:09.385980000, delta=952817000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.338553000, lastModified=2022-06-15 11:03:10.163991000, delta=174562000 ns, racy<=2500000000 ns
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, is racily clean
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.338915000, lastModified=2022-06-15 11:03:10.163991000, size=78, fileKey=(dev=10006c,ino=1430673507)
11:03:10.338 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit10758955076504319604/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.338915000, lastModified=2022-06-15 11:03:10.163991000, delta=174924000 ns, racy<=2500000000 ns
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.338797000, lastModified=2022-06-15 11:03:09.385980000, delta=952817000 ns, racy<=2500000000 ns
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.340 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.340777000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.340777000, lastModified=2022-06-15 11:03:09.385980000, delta=954797000 ns, racy<=2500000000 ns
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.340777000, lastModified=2022-06-15 11:03:09.385980000, delta=954797000 ns, racy<=2500000000 ns
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.340 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.340959000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.340 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.340959000, lastModified=2022-06-15 11:03:09.385980000, delta=954979000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.340959000, lastModified=2022-06-15 11:03:09.385980000, delta=954979000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.341230000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.341230000, lastModified=2022-06-15 11:03:09.385980000, delta=955250000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.341230000, lastModified=2022-06-15 11:03:09.385980000, delta=955250000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.341503000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.341503000, lastModified=2022-06-15 11:03:09.385980000, delta=955523000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.341503000, lastModified=2022-06-15 11:03:09.385980000, delta=955523000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.341 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.341729000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.341729000, lastModified=2022-06-15 11:03:09.385980000, delta=955749000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.341 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.341729000, lastModified=2022-06-15 11:03:09.385980000, delta=955749000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.342 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.342218000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.342218000, lastModified=2022-06-15 11:03:09.385980000, delta=956238000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.342218000, lastModified=2022-06-15 11:03:09.385980000, delta=956238000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.342 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.342522000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.342522000, lastModified=2022-06-15 11:03:09.385980000, delta=956542000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.342522000, lastModified=2022-06-15 11:03:09.385980000, delta=956542000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.342 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.342808000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.342808000, lastModified=2022-06-15 11:03:09.385980000, delta=956828000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.342 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.342808000, lastModified=2022-06-15 11:03:09.385980000, delta=956828000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.343 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.343389000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.343389000, lastModified=2022-06-15 11:03:09.385980000, delta=957409000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.343389000, lastModified=2022-06-15 11:03:09.385980000, delta=957409000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.343 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.343666000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.343666000, lastModified=2022-06-15 11:03:09.385980000, delta=957686000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.343666000, lastModified=2022-06-15 11:03:09.385980000, delta=957686000 ns, racy<=2500000000 ns
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.343 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.343932000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.343 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.343932000, lastModified=2022-06-15 11:03:09.385980000, delta=957952000 ns, racy<=2500000000 ns
11:03:10.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.341105000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990341105000 ns, racy<=2500000000 ns
11:03:10.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is unmodified
11:03:10.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.344234000, lastModified=2022-06-15 11:03:10.343993000, size=23, fileKey=(dev=10006c,ino=1457150892)
11:03:10.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.344665000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.344 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.344951000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.343932000, lastModified=2022-06-15 11:03:09.385980000, delta=957952000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.345145000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.345145000, lastModified=2022-06-15 11:03:09.385980000, delta=959165000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.345301000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.345145000, lastModified=2022-06-15 11:03:09.385980000, delta=959165000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.345490000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.345490000, lastModified=2022-06-15 11:03:09.385980000, delta=959510000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.345301000, lastModified=2022-06-15 11:03:10.343993000, delta=1308000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.345644000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.345644000, lastModified=2022-06-15 11:03:10.343993000, delta=1651000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.345490000, lastModified=2022-06-15 11:03:09.385980000, delta=959510000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.345 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.345855000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.345855000, lastModified=2022-06-15 11:03:09.385980000, delta=959875000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.345644000, lastModified=2022-06-15 11:03:10.343993000, delta=1651000 ns, racy<=2500000000 ns
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.345 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.345972000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.345972000, lastModified=2022-06-15 11:03:10.343993000, delta=1979000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.346069000, lastModified=2022-06-15 11:03:10.343993000, size=23, fileKey=(dev=10006c,ino=1457150892)
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.346548000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.345855000, lastModified=2022-06-15 11:03:09.385980000, delta=959875000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.346664000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.346664000, lastModified=2022-06-15 11:03:09.385980000, delta=960684000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.346761000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.346664000, lastModified=2022-06-15 11:03:09.385980000, delta=960684000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.346 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.346868000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.346868000, lastModified=2022-06-15 11:03:09.385980000, delta=960888000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.346761000, lastModified=2022-06-15 11:03:10.343993000, delta=2768000 ns, racy<=2500000000 ns
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.346 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.346978000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.346978000, lastModified=2022-06-15 11:03:10.343993000, delta=2985000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.346868000, lastModified=2022-06-15 11:03:09.385980000, delta=960888000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.347215000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.347215000, lastModified=2022-06-15 11:03:09.385980000, delta=961235000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.346978000, lastModified=2022-06-15 11:03:10.343993000, delta=2985000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.347378000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.347378000, lastModified=2022-06-15 11:03:10.343993000, delta=3385000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.347215000, lastModified=2022-06-15 11:03:09.385980000, delta=961235000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.347578000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.347578000, lastModified=2022-06-15 11:03:09.385980000, delta=961598000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.347378000, lastModified=2022-06-15 11:03:10.343993000, delta=3385000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.347791000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.347791000, lastModified=2022-06-15 11:03:10.343993000, delta=3798000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.347578000, lastModified=2022-06-15 11:03:09.385980000, delta=961598000 ns, racy<=2500000000 ns
11:03:10.347 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.347 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.348003000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.348003000, lastModified=2022-06-15 11:03:09.385980000, delta=962023000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.347791000, lastModified=2022-06-15 11:03:10.343993000, delta=3798000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.348294000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.348294000, lastModified=2022-06-15 11:03:10.343993000, delta=4301000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.348003000, lastModified=2022-06-15 11:03:09.385980000, delta=962023000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.348596000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.348596000, lastModified=2022-06-15 11:03:09.385980000, delta=962616000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.348294000, lastModified=2022-06-15 11:03:10.343993000, delta=4301000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.348799000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.348799000, lastModified=2022-06-15 11:03:10.343993000, delta=4806000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.348596000, lastModified=2022-06-15 11:03:09.385980000, delta=962616000 ns, racy<=2500000000 ns
11:03:10.348 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.348 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.349003000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.349003000, lastModified=2022-06-15 11:03:09.385980000, delta=963023000 ns, racy<=2500000000 ns
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.348799000, lastModified=2022-06-15 11:03:10.343993000, delta=4806000 ns, racy<=2500000000 ns
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.349273000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.349273000, lastModified=2022-06-15 11:03:10.343993000, delta=5280000 ns, racy<=2500000000 ns
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.349446000, lastModified=2022-06-15 11:03:10.341993000, size=6, fileKey=(dev=10006c,ino=1468716904)
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.349446000, lastModified=2022-06-15 11:03:10.341993000, delta=7453000 ns, racy<=2550000 ns
11:03:10.349 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.350123000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990350123000 ns, racy<=2550000 ns
11:03:10.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.349446000, lastModified=2022-06-15 11:03:10.341993000, delta=7453000 ns, racy<=2550000 ns
11:03:10.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.350123000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990350123000 ns, racy<=2550000 ns
11:03:10.350 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.349003000, lastModified=2022-06-15 11:03:09.385980000, delta=963023000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351113000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.351113000, lastModified=2022-06-15 11:03:09.385980000, delta=965133000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.349273000, lastModified=2022-06-15 11:03:10.343993000, delta=5280000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351332000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.351332000, lastModified=2022-06-15 11:03:10.343993000, delta=7339000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351429000, lastModified=2022-06-15 11:03:10.346993000, size=0, fileKey=(dev=10006c,ino=1457150894)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.351113000, lastModified=2022-06-15 11:03:09.385980000, delta=965133000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351510000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.351510000, lastModified=2022-06-15 11:03:09.385980000, delta=965530000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.351332000, lastModified=2022-06-15 11:03:10.343993000, delta=7339000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351668000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.351668000, lastModified=2022-06-15 11:03:10.343993000, delta=7675000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351792000, lastModified=2022-06-15 11:03:10.350993000, size=104, fileKey=(dev=10006c,ino=1457150894)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351851000, lastModified=2022-06-15 11:03:10.350993000, size=104, fileKey=(dev=10006c,ino=1457150894)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.351510000, lastModified=2022-06-15 11:03:09.385980000, delta=965530000 ns, racy<=2500000000 ns
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.351 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.351937000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.351 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.351937000, lastModified=2022-06-15 11:03:09.385980000, delta=965957000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.351668000, lastModified=2022-06-15 11:03:10.343993000, delta=7675000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352112000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.352112000, lastModified=2022-06-15 11:03:10.343993000, delta=8119000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352291000, lastModified=2022-06-15 11:03:10.350993000, size=104, fileKey=(dev=10006c,ino=1457150894)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352338000, lastModified=2022-06-15 11:03:10.350993000, size=104, fileKey=(dev=10006c,ino=1457150894)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352411000, lastModified=2022-06-15 11:03:10.351993000, size=0, fileKey=(dev=10006c,ino=1457150895)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.351937000, lastModified=2022-06-15 11:03:09.385980000, delta=965957000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352463000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.352463000, lastModified=2022-06-15 11:03:09.385980000, delta=966483000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.352112000, lastModified=2022-06-15 11:03:10.343993000, delta=8119000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352576000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.352576000, lastModified=2022-06-15 11:03:10.343993000, delta=8583000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352664000, lastModified=2022-06-15 11:03:10.351993000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.352463000, lastModified=2022-06-15 11:03:09.385980000, delta=966483000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.352 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352820000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.352820000, lastModified=2022-06-15 11:03:09.385980000, delta=966840000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.352576000, lastModified=2022-06-15 11:03:10.343993000, delta=8583000 ns, racy<=2500000000 ns
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.352932000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.352 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.352932000, lastModified=2022-06-15 11:03:10.343993000, delta=8939000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.352820000, lastModified=2022-06-15 11:03:09.385980000, delta=966840000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.353024000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.353024000, lastModified=2022-06-15 11:03:09.385980000, delta=967044000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.352932000, lastModified=2022-06-15 11:03:10.343993000, delta=8939000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.353337000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.353337000, lastModified=2022-06-15 11:03:10.343993000, delta=9344000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.353024000, lastModified=2022-06-15 11:03:09.385980000, delta=967044000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.353482000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.353482000, lastModified=2022-06-15 11:03:09.385980000, delta=967502000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.353337000, lastModified=2022-06-15 11:03:10.343993000, delta=9344000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.353583000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.353583000, lastModified=2022-06-15 11:03:10.343993000, delta=9590000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.353482000, lastModified=2022-06-15 11:03:09.385980000, delta=967502000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.353 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.353668000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.353668000, lastModified=2022-06-15 11:03:09.385980000, delta=967688000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.353583000, lastModified=2022-06-15 11:03:10.343993000, delta=9590000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.353773000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.353773000, lastModified=2022-06-15 11:03:10.343993000, delta=9780000 ns, racy<=2500000000 ns
11:03:10.353 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.353849000, lastModified=2022-06-15 11:03:10.343993000, size=23, fileKey=(dev=10006c,ino=1457150892)
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.353668000, lastModified=2022-06-15 11:03:09.385980000, delta=967688000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.354076000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.354076000, lastModified=2022-06-15 11:03:09.385980000, delta=968096000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.353773000, lastModified=2022-06-15 11:03:10.343993000, delta=9780000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.354230000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.354230000, lastModified=2022-06-15 11:03:10.343993000, delta=10237000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.353849000, lastModified=2022-06-15 11:03:10.343993000, delta=9856000 ns, racy<=2550000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.354076000, lastModified=2022-06-15 11:03:09.385980000, delta=968096000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.354 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.354811000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.354811000, lastModified=2022-06-15 11:03:09.385980000, delta=968831000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.354230000, lastModified=2022-06-15 11:03:10.343993000, delta=10237000 ns, racy<=2500000000 ns
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.354923000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.354 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.354923000, lastModified=2022-06-15 11:03:10.343993000, delta=10930000 ns, racy<=2500000000 ns
11:03:10.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.364761000, lastModified=2022-06-15 11:03:10.351993000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.364861000, lastModified=2022-06-15 11:03:10.351993000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.364 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.349446000, lastModified=2022-06-15 11:03:10.341993000, delta=7453000 ns, racy<=2550000 ns
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.350123000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990350123000 ns, racy<=2550000 ns
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.349446000, lastModified=2022-06-15 11:03:10.341993000, delta=7453000 ns, racy<=2550000 ns
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.350123000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990350123000 ns, racy<=2550000 ns
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.349446000, lastModified=2022-06-15 11:03:10.341993000, delta=7453000 ns, racy<=2550000 ns
11:03:10.365 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.350123000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990350123000 ns, racy<=2550000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.349446000, lastModified=2022-06-15 11:03:10.341993000, delta=7453000 ns, racy<=2550000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.350123000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990350123000 ns, racy<=2550000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.354811000, lastModified=2022-06-15 11:03:09.385980000, delta=968831000 ns, racy<=2500000000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.366 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.366608000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.366608000, lastModified=2022-06-15 11:03:09.385980000, delta=980628000 ns, racy<=2500000000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.354923000, lastModified=2022-06-15 11:03:10.343993000, delta=10930000 ns, racy<=2500000000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.366881000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.366881000, lastModified=2022-06-15 11:03:10.343993000, delta=22888000 ns, racy<=2500000000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.353849000, lastModified=2022-06-15 11:03:10.343993000, delta=9856000 ns, racy<=2550000 ns
11:03:10.366 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.366608000, lastModified=2022-06-15 11:03:09.385980000, delta=980628000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.367 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.367189000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.367189000, lastModified=2022-06-15 11:03:09.385980000, delta=981209000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.366881000, lastModified=2022-06-15 11:03:10.343993000, delta=22888000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.367304000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.367304000, lastModified=2022-06-15 11:03:10.343993000, delta=23311000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.367189000, lastModified=2022-06-15 11:03:09.385980000, delta=981209000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.367 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.367495000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.367495000, lastModified=2022-06-15 11:03:09.385980000, delta=981515000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.367304000, lastModified=2022-06-15 11:03:10.343993000, delta=23311000 ns, racy<=2500000000 ns
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.367634000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.367 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.367634000, lastModified=2022-06-15 11:03:10.343993000, delta=23641000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.367495000, lastModified=2022-06-15 11:03:09.385980000, delta=981515000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368199000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368199000, lastModified=2022-06-15 11:03:09.385980000, delta=982219000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.367634000, lastModified=2022-06-15 11:03:10.343993000, delta=23641000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368308000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368308000, lastModified=2022-06-15 11:03:10.343993000, delta=24315000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368199000, lastModified=2022-06-15 11:03:09.385980000, delta=982219000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368432000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368432000, lastModified=2022-06-15 11:03:09.385980000, delta=982452000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368308000, lastModified=2022-06-15 11:03:10.343993000, delta=24315000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368543000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368543000, lastModified=2022-06-15 11:03:10.343993000, delta=24550000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368432000, lastModified=2022-06-15 11:03:09.385980000, delta=982452000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368666000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368666000, lastModified=2022-06-15 11:03:09.385980000, delta=982686000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368543000, lastModified=2022-06-15 11:03:10.343993000, delta=24550000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368773000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368773000, lastModified=2022-06-15 11:03:10.343993000, delta=24780000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368666000, lastModified=2022-06-15 11:03:09.385980000, delta=982686000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.368 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368871000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368871000, lastModified=2022-06-15 11:03:09.385980000, delta=982891000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368773000, lastModified=2022-06-15 11:03:10.343993000, delta=24780000 ns, racy<=2500000000 ns
11:03:10.368 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.368996000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368996000, lastModified=2022-06-15 11:03:10.343993000, delta=25003000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.368871000, lastModified=2022-06-15 11:03:09.385980000, delta=982891000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.369182000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.369182000, lastModified=2022-06-15 11:03:09.385980000, delta=983202000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.368996000, lastModified=2022-06-15 11:03:10.343993000, delta=25003000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.369293000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.369293000, lastModified=2022-06-15 11:03:10.343993000, delta=25300000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.369182000, lastModified=2022-06-15 11:03:09.385980000, delta=983202000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.369373000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.369373000, lastModified=2022-06-15 11:03:09.385980000, delta=983393000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.369293000, lastModified=2022-06-15 11:03:10.343993000, delta=25300000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.369476000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.369476000, lastModified=2022-06-15 11:03:10.343993000, delta=25483000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.369581000, lastModified=2022-06-15 11:03:10.367993000, size=41, fileKey=(dev=10006c,ino=1458897529)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.369373000, lastModified=2022-06-15 11:03:09.385980000, delta=983393000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.369 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.369723000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.369723000, lastModified=2022-06-15 11:03:09.385980000, delta=983743000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.369476000, lastModified=2022-06-15 11:03:10.343993000, delta=25483000 ns, racy<=2500000000 ns
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.369836000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.369 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.369836000, lastModified=2022-06-15 11:03:10.343993000, delta=25843000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.370441000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.369723000, lastModified=2022-06-15 11:03:09.385980000, delta=983743000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.370617000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.370617000, lastModified=2022-06-15 11:03:09.385980000, delta=984637000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.370746000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.370617000, lastModified=2022-06-15 11:03:09.385980000, delta=984637000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.370 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.370850000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.370850000, lastModified=2022-06-15 11:03:09.385980000, delta=984870000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.370746000, lastModified=2022-06-15 11:03:10.343993000, delta=26753000 ns, racy<=2500000000 ns
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.370 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.370959000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.370959000, lastModified=2022-06-15 11:03:10.343993000, delta=26966000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371071000, lastModified=2022-06-15 11:03:10.351993000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.370850000, lastModified=2022-06-15 11:03:09.385980000, delta=984870000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371240000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.371240000, lastModified=2022-06-15 11:03:09.385980000, delta=985260000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.370959000, lastModified=2022-06-15 11:03:10.343993000, delta=26966000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371371000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.371371000, lastModified=2022-06-15 11:03:10.343993000, delta=27378000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371516000, lastModified=2022-06-15 11:03:10.351993000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371558000, lastModified=2022-06-15 11:03:10.351993000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.371240000, lastModified=2022-06-15 11:03:09.385980000, delta=985260000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371621000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.371621000, lastModified=2022-06-15 11:03:09.385980000, delta=985641000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.371371000, lastModified=2022-06-15 11:03:10.343993000, delta=27378000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371742000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.371742000, lastModified=2022-06-15 11:03:10.343993000, delta=27749000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.371621000, lastModified=2022-06-15 11:03:09.385980000, delta=985641000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.371 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371846000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.371846000, lastModified=2022-06-15 11:03:09.385980000, delta=985866000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.371742000, lastModified=2022-06-15 11:03:10.343993000, delta=27749000 ns, racy<=2500000000 ns
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.371956000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.371 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.371956000, lastModified=2022-06-15 11:03:10.343993000, delta=27963000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.371846000, lastModified=2022-06-15 11:03:09.385980000, delta=985866000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.372233000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.372233000, lastModified=2022-06-15 11:03:09.385980000, delta=986253000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.371956000, lastModified=2022-06-15 11:03:10.343993000, delta=27963000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.372347000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.372347000, lastModified=2022-06-15 11:03:10.343993000, delta=28354000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, size=6, fileKey=(dev=10006c,ino=1468716904)
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.372233000, lastModified=2022-06-15 11:03:09.385980000, delta=986253000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.372 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.372690000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.372690000, lastModified=2022-06-15 11:03:09.385980000, delta=986710000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.372347000, lastModified=2022-06-15 11:03:10.343993000, delta=28354000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.372802000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.372802000, lastModified=2022-06-15 11:03:10.343993000, delta=28809000 ns, racy<=2500000000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.372 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.373124000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990373124000 ns, racy<=2550000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.373124000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990373124000 ns, racy<=2550000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.373668000, lastModified=2022-06-15 11:03:10.370993000, size=0, fileKey=(dev=10006c,ino=1457150896)
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.372690000, lastModified=2022-06-15 11:03:09.385980000, delta=986710000 ns, racy<=2500000000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.373 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.373730000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.373730000, lastModified=2022-06-15 11:03:09.385980000, delta=987750000 ns, racy<=2500000000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.372802000, lastModified=2022-06-15 11:03:10.343993000, delta=28809000 ns, racy<=2500000000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.373836000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.373836000, lastModified=2022-06-15 11:03:10.343993000, delta=29843000 ns, racy<=2500000000 ns
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.373929000, lastModified=2022-06-15 11:03:10.372993000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.373 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.373988000, lastModified=2022-06-15 11:03:10.372993000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.373730000, lastModified=2022-06-15 11:03:09.385980000, delta=987750000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374138000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374138000, lastModified=2022-06-15 11:03:09.385980000, delta=988158000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.373836000, lastModified=2022-06-15 11:03:10.343993000, delta=29843000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374255000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374255000, lastModified=2022-06-15 11:03:10.343993000, delta=30262000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374138000, lastModified=2022-06-15 11:03:09.385980000, delta=988158000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374342000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374342000, lastModified=2022-06-15 11:03:09.385980000, delta=988362000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374255000, lastModified=2022-06-15 11:03:10.343993000, delta=30262000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374439000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374439000, lastModified=2022-06-15 11:03:10.343993000, delta=30446000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374342000, lastModified=2022-06-15 11:03:09.385980000, delta=988362000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374566000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374566000, lastModified=2022-06-15 11:03:09.385980000, delta=988586000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374439000, lastModified=2022-06-15 11:03:10.343993000, delta=30446000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374685000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374685000, lastModified=2022-06-15 11:03:10.343993000, delta=30692000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374566000, lastModified=2022-06-15 11:03:09.385980000, delta=988586000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374785000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374785000, lastModified=2022-06-15 11:03:09.385980000, delta=988805000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374685000, lastModified=2022-06-15 11:03:10.343993000, delta=30692000 ns, racy<=2500000000 ns
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.374918000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.374 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374918000, lastModified=2022-06-15 11:03:10.343993000, delta=30925000 ns, racy<=2500000000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.375022000, lastModified=2022-06-15 11:03:10.343993000, size=23, fileKey=(dev=10006c,ino=1457150892)
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.375087000, lastModified=2022-06-15 11:03:10.367993000, size=41, fileKey=(dev=10006c,ino=1458897529)
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.374785000, lastModified=2022-06-15 11:03:09.385980000, delta=988805000 ns, racy<=2500000000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.375 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.375191000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.375191000, lastModified=2022-06-15 11:03:09.385980000, delta=989211000 ns, racy<=2500000000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.374918000, lastModified=2022-06-15 11:03:10.343993000, delta=30925000 ns, racy<=2500000000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.375328000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.375328000, lastModified=2022-06-15 11:03:10.343993000, delta=31335000 ns, racy<=2500000000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.375022000, lastModified=2022-06-15 11:03:10.343993000, delta=31029000 ns, racy<=2550000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.375087000, lastModified=2022-06-15 11:03:10.367993000, delta=7094000 ns, racy<=2550000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.375 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.375191000, lastModified=2022-06-15 11:03:09.385980000, delta=989211000 ns, racy<=2500000000 ns
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.376 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.376351000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.376351000, lastModified=2022-06-15 11:03:09.385980000, delta=990371000 ns, racy<=2500000000 ns
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.375328000, lastModified=2022-06-15 11:03:10.343993000, delta=31335000 ns, racy<=2500000000 ns
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.376498000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.376498000, lastModified=2022-06-15 11:03:10.343993000, delta=32505000 ns, racy<=2500000000 ns
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.376670000, lastModified=2022-06-15 11:03:10.372993000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.376721000, lastModified=2022-06-15 11:03:10.372993000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.373124000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990373124000 ns, racy<=2550000 ns
11:03:10.376 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.373124000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990373124000 ns, racy<=2550000 ns
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.373124000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990373124000 ns, racy<=2550000 ns
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.372493000, lastModified=2022-06-15 11:03:10.341993000, delta=30500000 ns, racy<=2550000 ns
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.373124000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990373124000 ns, racy<=2550000 ns
11:03:10.377 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.376351000, lastModified=2022-06-15 11:03:09.385980000, delta=990371000 ns, racy<=2500000000 ns
11:03:10.378 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.378 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.436 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.378030000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.436 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.378030000, lastModified=2022-06-15 11:03:09.385980000, delta=992050000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.376498000, lastModified=2022-06-15 11:03:10.343993000, delta=32505000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.437181000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.437181000, lastModified=2022-06-15 11:03:10.343993000, delta=93188000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.375022000, lastModified=2022-06-15 11:03:10.343993000, delta=31029000 ns, racy<=2550000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.375087000, lastModified=2022-06-15 11:03:10.367993000, delta=7094000 ns, racy<=2550000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.378030000, lastModified=2022-06-15 11:03:09.385980000, delta=992050000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.437 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.437751000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.437751000, lastModified=2022-06-15 11:03:09.385980000, delta=1051771000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.437181000, lastModified=2022-06-15 11:03:10.343993000, delta=93188000 ns, racy<=2500000000 ns
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.437933000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.437 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.437933000, lastModified=2022-06-15 11:03:10.343993000, delta=93940000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.375087000, lastModified=2022-06-15 11:03:10.367993000, delta=7094000 ns, racy<=2550000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.437751000, lastModified=2022-06-15 11:03:09.385980000, delta=1051771000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.438269000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.438269000, lastModified=2022-06-15 11:03:09.385980000, delta=1052289000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.437933000, lastModified=2022-06-15 11:03:10.343993000, delta=93940000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.438431000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.438431000, lastModified=2022-06-15 11:03:10.343993000, delta=94438000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.438269000, lastModified=2022-06-15 11:03:09.385980000, delta=1052289000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.438563000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.438563000, lastModified=2022-06-15 11:03:09.385980000, delta=1052583000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.438431000, lastModified=2022-06-15 11:03:10.343993000, delta=94438000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.438684000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.438684000, lastModified=2022-06-15 11:03:10.343993000, delta=94691000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.438563000, lastModified=2022-06-15 11:03:09.385980000, delta=1052583000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.438 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.438797000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.438797000, lastModified=2022-06-15 11:03:09.385980000, delta=1052817000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.438684000, lastModified=2022-06-15 11:03:10.343993000, delta=94691000 ns, racy<=2500000000 ns
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.438929000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.438 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.438929000, lastModified=2022-06-15 11:03:10.343993000, delta=94936000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.438797000, lastModified=2022-06-15 11:03:09.385980000, delta=1052817000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439025000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439025000, lastModified=2022-06-15 11:03:09.385980000, delta=1053045000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.438929000, lastModified=2022-06-15 11:03:10.343993000, delta=94936000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439177000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.439177000, lastModified=2022-06-15 11:03:10.343993000, delta=95184000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439025000, lastModified=2022-06-15 11:03:09.385980000, delta=1053045000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439273000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439273000, lastModified=2022-06-15 11:03:09.385980000, delta=1053293000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.439177000, lastModified=2022-06-15 11:03:10.343993000, delta=95184000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439386000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.439386000, lastModified=2022-06-15 11:03:10.343993000, delta=95393000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439273000, lastModified=2022-06-15 11:03:09.385980000, delta=1053293000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439472000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439472000, lastModified=2022-06-15 11:03:09.385980000, delta=1053492000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.439386000, lastModified=2022-06-15 11:03:10.343993000, delta=95393000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439587000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.439587000, lastModified=2022-06-15 11:03:10.343993000, delta=95594000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439662000, lastModified=2022-06-15 11:03:10.437994000, size=41, fileKey=(dev=10006c,ino=1458897530)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439472000, lastModified=2022-06-15 11:03:09.385980000, delta=1053492000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.439 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.439905000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439905000, lastModified=2022-06-15 11:03:09.385980000, delta=1053925000 ns, racy<=2500000000 ns
11:03:10.439 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.439587000, lastModified=2022-06-15 11:03:10.343993000, delta=95594000 ns, racy<=2500000000 ns
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.440034000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.440034000, lastModified=2022-06-15 11:03:10.343993000, delta=96041000 ns, racy<=2500000000 ns
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.440622000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.439905000, lastModified=2022-06-15 11:03:09.385980000, delta=1053925000 ns, racy<=2500000000 ns
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.440 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.440742000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.440742000, lastModified=2022-06-15 11:03:09.385980000, delta=1054762000 ns, racy<=2500000000 ns
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.440859000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.440742000, lastModified=2022-06-15 11:03:09.385980000, delta=1054762000 ns, racy<=2500000000 ns
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.440 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.440 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.440978000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.440978000, lastModified=2022-06-15 11:03:09.385980000, delta=1054998000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.440859000, lastModified=2022-06-15 11:03:10.343993000, delta=96866000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.441179000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.441179000, lastModified=2022-06-15 11:03:10.343993000, delta=97186000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.441338000, lastModified=2022-06-15 11:03:10.372993000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.440978000, lastModified=2022-06-15 11:03:09.385980000, delta=1054998000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.441 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.441496000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.441496000, lastModified=2022-06-15 11:03:09.385980000, delta=1055516000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.441179000, lastModified=2022-06-15 11:03:10.343993000, delta=97186000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.441729000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.441729000, lastModified=2022-06-15 11:03:10.343993000, delta=97736000 ns, racy<=2500000000 ns
11:03:10.441 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.441939000, lastModified=2022-06-15 11:03:10.372993000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.442015000, lastModified=2022-06-15 11:03:10.372993000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.441496000, lastModified=2022-06-15 11:03:09.385980000, delta=1055516000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.442205000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.442205000, lastModified=2022-06-15 11:03:09.385980000, delta=1056225000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.441729000, lastModified=2022-06-15 11:03:10.343993000, delta=97736000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.442366000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.442366000, lastModified=2022-06-15 11:03:10.343993000, delta=98373000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.442205000, lastModified=2022-06-15 11:03:09.385980000, delta=1056225000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.442468000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.442468000, lastModified=2022-06-15 11:03:09.385980000, delta=1056488000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.442366000, lastModified=2022-06-15 11:03:10.343993000, delta=98373000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.442571000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.442571000, lastModified=2022-06-15 11:03:10.343993000, delta=98578000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.442468000, lastModified=2022-06-15 11:03:09.385980000, delta=1056488000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.442 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.442791000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.442791000, lastModified=2022-06-15 11:03:09.385980000, delta=1056811000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.442571000, lastModified=2022-06-15 11:03:10.343993000, delta=98578000 ns, racy<=2500000000 ns
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.442924000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.442 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.442924000, lastModified=2022-06-15 11:03:10.343993000, delta=98931000 ns, racy<=2500000000 ns
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, size=6, fileKey=(dev=10006c,ino=1468716904)
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.443402000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990443402000 ns, racy<=2550000 ns
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.443402000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990443402000 ns, racy<=2550000 ns
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.443 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444089000, lastModified=2022-06-15 11:03:10.440994000, size=0, fileKey=(dev=10006c,ino=1457150895)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.442791000, lastModified=2022-06-15 11:03:09.385980000, delta=1056811000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444183000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.444183000, lastModified=2022-06-15 11:03:09.385980000, delta=1058203000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.442924000, lastModified=2022-06-15 11:03:10.343993000, delta=98931000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444339000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.444339000, lastModified=2022-06-15 11:03:10.343993000, delta=100346000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444435000, lastModified=2022-06-15 11:03:10.443994000, size=176, fileKey=(dev=10006c,ino=1457150895)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444500000, lastModified=2022-06-15 11:03:10.443994000, size=176, fileKey=(dev=10006c,ino=1457150895)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.444183000, lastModified=2022-06-15 11:03:09.385980000, delta=1058203000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444622000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.444622000, lastModified=2022-06-15 11:03:09.385980000, delta=1058642000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.444339000, lastModified=2022-06-15 11:03:10.343993000, delta=100346000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444729000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.444729000, lastModified=2022-06-15 11:03:10.343993000, delta=100736000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.444622000, lastModified=2022-06-15 11:03:09.385980000, delta=1058642000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.444 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444818000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.444818000, lastModified=2022-06-15 11:03:09.385980000, delta=1058838000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.444729000, lastModified=2022-06-15 11:03:10.343993000, delta=100736000 ns, racy<=2500000000 ns
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.444917000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.444 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.444917000, lastModified=2022-06-15 11:03:10.343993000, delta=100924000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.444818000, lastModified=2022-06-15 11:03:09.385980000, delta=1058838000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.445 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445032000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.445032000, lastModified=2022-06-15 11:03:09.385980000, delta=1059052000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.444917000, lastModified=2022-06-15 11:03:10.343993000, delta=100924000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445206000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.445206000, lastModified=2022-06-15 11:03:10.343993000, delta=101213000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.445032000, lastModified=2022-06-15 11:03:09.385980000, delta=1059052000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.445 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445289000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.445289000, lastModified=2022-06-15 11:03:09.385980000, delta=1059309000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.445206000, lastModified=2022-06-15 11:03:10.343993000, delta=101213000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445390000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.445390000, lastModified=2022-06-15 11:03:10.343993000, delta=101397000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445466000, lastModified=2022-06-15 11:03:10.343993000, size=23, fileKey=(dev=10006c,ino=1457150892)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445514000, lastModified=2022-06-15 11:03:10.437994000, size=41, fileKey=(dev=10006c,ino=1458897530)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.445289000, lastModified=2022-06-15 11:03:09.385980000, delta=1059309000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.445 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445640000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.445640000, lastModified=2022-06-15 11:03:09.385980000, delta=1059660000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.445390000, lastModified=2022-06-15 11:03:10.343993000, delta=101397000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.445752000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.445752000, lastModified=2022-06-15 11:03:10.343993000, delta=101759000 ns, racy<=2500000000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.445466000, lastModified=2022-06-15 11:03:10.343993000, delta=101473000 ns, racy<=2550000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.445514000, lastModified=2022-06-15 11:03:10.437994000, delta=7520000 ns, racy<=2550000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.445 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.445640000, lastModified=2022-06-15 11:03:09.385980000, delta=1059660000 ns, racy<=2500000000 ns
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.446 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.446270000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.446270000, lastModified=2022-06-15 11:03:09.385980000, delta=1060290000 ns, racy<=2500000000 ns
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.445752000, lastModified=2022-06-15 11:03:10.343993000, delta=101759000 ns, racy<=2500000000 ns
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.446458000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.446458000, lastModified=2022-06-15 11:03:10.343993000, delta=102465000 ns, racy<=2500000000 ns
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.446618000, lastModified=2022-06-15 11:03:10.443994000, size=176, fileKey=(dev=10006c,ino=1457150895)
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.446655000, lastModified=2022-06-15 11:03:10.443994000, size=176, fileKey=(dev=10006c,ino=1457150895)
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.443402000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990443402000 ns, racy<=2550000 ns
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.446 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.443402000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990443402000 ns, racy<=2550000 ns
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.443402000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990443402000 ns, racy<=2550000 ns
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.443159000, lastModified=2022-06-15 11:03:10.341993000, delta=101166000 ns, racy<=2550000 ns
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.443402000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990443402000 ns, racy<=2550000 ns
11:03:10.447 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.446270000, lastModified=2022-06-15 11:03:09.385980000, delta=1060290000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.448 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.448183000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.448183000, lastModified=2022-06-15 11:03:09.385980000, delta=1062203000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.446458000, lastModified=2022-06-15 11:03:10.343993000, delta=102465000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.448361000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.448361000, lastModified=2022-06-15 11:03:10.343993000, delta=104368000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.445466000, lastModified=2022-06-15 11:03:10.343993000, delta=101473000 ns, racy<=2550000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.445514000, lastModified=2022-06-15 11:03:10.437994000, delta=7520000 ns, racy<=2550000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.448183000, lastModified=2022-06-15 11:03:09.385980000, delta=1062203000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.448 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.448613000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.448613000, lastModified=2022-06-15 11:03:09.385980000, delta=1062633000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.448361000, lastModified=2022-06-15 11:03:10.343993000, delta=104368000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.448751000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.448751000, lastModified=2022-06-15 11:03:10.343993000, delta=104758000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.445514000, lastModified=2022-06-15 11:03:10.437994000, delta=7520000 ns, racy<=2550000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.448613000, lastModified=2022-06-15 11:03:09.385980000, delta=1062633000 ns, racy<=2500000000 ns
11:03:10.448 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.448 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.448996000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.448996000, lastModified=2022-06-15 11:03:09.385980000, delta=1063016000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.448751000, lastModified=2022-06-15 11:03:10.343993000, delta=104758000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.449187000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449187000, lastModified=2022-06-15 11:03:10.343993000, delta=105194000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.448996000, lastModified=2022-06-15 11:03:09.385980000, delta=1063016000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.449327000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.449327000, lastModified=2022-06-15 11:03:09.385980000, delta=1063347000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449187000, lastModified=2022-06-15 11:03:10.343993000, delta=105194000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.449440000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449440000, lastModified=2022-06-15 11:03:10.343993000, delta=105447000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.449327000, lastModified=2022-06-15 11:03:09.385980000, delta=1063347000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.449590000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.449590000, lastModified=2022-06-15 11:03:09.385980000, delta=1063610000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449440000, lastModified=2022-06-15 11:03:10.343993000, delta=105447000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.449697000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449697000, lastModified=2022-06-15 11:03:10.343993000, delta=105704000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.449590000, lastModified=2022-06-15 11:03:09.385980000, delta=1063610000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.449 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.449831000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.449831000, lastModified=2022-06-15 11:03:09.385980000, delta=1063851000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449697000, lastModified=2022-06-15 11:03:10.343993000, delta=105704000 ns, racy<=2500000000 ns
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.449959000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.449 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449959000, lastModified=2022-06-15 11:03:10.343993000, delta=105966000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.449831000, lastModified=2022-06-15 11:03:09.385980000, delta=1063851000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.450 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450101000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450101000, lastModified=2022-06-15 11:03:09.385980000, delta=1064121000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.449959000, lastModified=2022-06-15 11:03:10.343993000, delta=105966000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450229000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.450229000, lastModified=2022-06-15 11:03:10.343993000, delta=106236000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450101000, lastModified=2022-06-15 11:03:09.385980000, delta=1064121000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.450 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450314000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450314000, lastModified=2022-06-15 11:03:09.385980000, delta=1064334000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.450229000, lastModified=2022-06-15 11:03:10.343993000, delta=106236000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450417000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.450417000, lastModified=2022-06-15 11:03:10.343993000, delta=106424000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450489000, lastModified=2022-06-15 11:03:10.448994000, size=41, fileKey=(dev=10006c,ino=1458897529)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450314000, lastModified=2022-06-15 11:03:09.385980000, delta=1064334000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.450 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450644000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450644000, lastModified=2022-06-15 11:03:09.385980000, delta=1064664000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.450417000, lastModified=2022-06-15 11:03:10.343993000, delta=106424000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450757000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.450757000, lastModified=2022-06-15 11:03:10.343993000, delta=106764000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450644000, lastModified=2022-06-15 11:03:09.385980000, delta=1064664000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.450 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.450899000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450899000, lastModified=2022-06-15 11:03:09.385980000, delta=1064919000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.450 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.345972000, lastModified=2022-06-15 11:03:10.343993000, delta=1979000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.451031000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.451031000, lastModified=2022-06-15 11:03:10.343993000, delta=107038000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.451176000, lastModified=2022-06-15 11:03:10.448994000, size=41, fileKey=(dev=10006c,ino=1458897529)
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.450899000, lastModified=2022-06-15 11:03:09.385980000, delta=1064919000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.451 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.451259000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.451259000, lastModified=2022-06-15 11:03:09.385980000, delta=1065279000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.451031000, lastModified=2022-06-15 11:03:10.343993000, delta=107038000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.451363000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.451363000, lastModified=2022-06-15 11:03:10.343993000, delta=107370000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.451176000, lastModified=2022-06-15 11:03:10.448994000, delta=2182000 ns, racy<=2550000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is racily clean
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.451476000, lastModified=2022-06-15 11:03:10.448994000, size=41, fileKey=(dev=10006c,ino=1458897529)
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.451476000, lastModified=2022-06-15 11:03:10.448994000, delta=2482000 ns, racy<=2550000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.451869000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.451259000, lastModified=2022-06-15 11:03:09.385980000, delta=1065279000 ns, racy<=2500000000 ns
11:03:10.451 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.451 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452000000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452000000, lastModified=2022-06-15 11:03:09.385980000, delta=1066020000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452131000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452000000, lastModified=2022-06-15 11:03:09.385980000, delta=1066020000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452227000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452227000, lastModified=2022-06-15 11:03:09.385980000, delta=1066247000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.452131000, lastModified=2022-06-15 11:03:10.343993000, delta=108138000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452369000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.452369000, lastModified=2022-06-15 11:03:10.343993000, delta=108376000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452459000, lastModified=2022-06-15 11:03:10.443994000, size=176, fileKey=(dev=10006c,ino=1457150895)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452227000, lastModified=2022-06-15 11:03:09.385980000, delta=1066247000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452569000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452569000, lastModified=2022-06-15 11:03:09.385980000, delta=1066589000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.452369000, lastModified=2022-06-15 11:03:10.343993000, delta=108376000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452679000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.452679000, lastModified=2022-06-15 11:03:10.343993000, delta=108686000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452821000, lastModified=2022-06-15 11:03:10.443994000, size=176, fileKey=(dev=10006c,ino=1457150895)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452869000, lastModified=2022-06-15 11:03:10.443994000, size=176, fileKey=(dev=10006c,ino=1457150895)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452569000, lastModified=2022-06-15 11:03:09.385980000, delta=1066589000 ns, racy<=2500000000 ns
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.452 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.452928000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.452 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452928000, lastModified=2022-06-15 11:03:09.385980000, delta=1066948000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.452679000, lastModified=2022-06-15 11:03:10.343993000, delta=108686000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.453088000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.453088000, lastModified=2022-06-15 11:03:10.343993000, delta=109095000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.452928000, lastModified=2022-06-15 11:03:09.385980000, delta=1066948000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.453 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.453254000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.453254000, lastModified=2022-06-15 11:03:09.385980000, delta=1067274000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.453088000, lastModified=2022-06-15 11:03:10.343993000, delta=109095000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.453363000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.453363000, lastModified=2022-06-15 11:03:10.343993000, delta=109370000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.453254000, lastModified=2022-06-15 11:03:09.385980000, delta=1067274000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.453 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.453564000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.453564000, lastModified=2022-06-15 11:03:09.385980000, delta=1067584000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.453363000, lastModified=2022-06-15 11:03:10.343993000, delta=109370000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.453675000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.453675000, lastModified=2022-06-15 11:03:10.343993000, delta=109682000 ns, racy<=2500000000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, size=6, fileKey=(dev=10006c,ino=1468716904)
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, delta=111826000 ns, racy<=2550000 ns
11:03:10.453 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.454018000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990454018000 ns, racy<=2550000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, delta=111826000 ns, racy<=2550000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.454018000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990454018000 ns, racy<=2550000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.454658000, lastModified=2022-06-15 11:03:10.451994000, size=0, fileKey=(dev=10006c,ino=1457150896)
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.453564000, lastModified=2022-06-15 11:03:09.385980000, delta=1067584000 ns, racy<=2500000000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.454 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.454736000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.454736000, lastModified=2022-06-15 11:03:09.385980000, delta=1068756000 ns, racy<=2500000000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.453675000, lastModified=2022-06-15 11:03:10.343993000, delta=109682000 ns, racy<=2500000000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.454875000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.454875000, lastModified=2022-06-15 11:03:10.343993000, delta=110882000 ns, racy<=2500000000 ns
11:03:10.454 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.454968000, lastModified=2022-06-15 11:03:10.453994000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455096000, lastModified=2022-06-15 11:03:10.453994000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.454736000, lastModified=2022-06-15 11:03:09.385980000, delta=1068756000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.455 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455176000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.455176000, lastModified=2022-06-15 11:03:09.385980000, delta=1069196000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.454875000, lastModified=2022-06-15 11:03:10.343993000, delta=110882000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455295000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.455295000, lastModified=2022-06-15 11:03:10.343993000, delta=111302000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455442000, lastModified=2022-06-15 11:03:10.453994000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455511000, lastModified=2022-06-15 11:03:10.453994000, size=176, fileKey=(dev=10006c,ino=1457150896)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455602000, lastModified=2022-06-15 11:03:10.454994000, size=0, fileKey=(dev=10006c,ino=1457150895)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.455176000, lastModified=2022-06-15 11:03:09.385980000, delta=1069196000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.455 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455650000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.455650000, lastModified=2022-06-15 11:03:09.385980000, delta=1069670000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.455295000, lastModified=2022-06-15 11:03:10.343993000, delta=111302000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455774000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.455774000, lastModified=2022-06-15 11:03:10.343993000, delta=111781000 ns, racy<=2500000000 ns
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455861000, lastModified=2022-06-15 11:03:10.454994000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.455 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.455915000, lastModified=2022-06-15 11:03:10.454994000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.455650000, lastModified=2022-06-15 11:03:09.385980000, delta=1069670000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456114000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456114000, lastModified=2022-06-15 11:03:09.385980000, delta=1070134000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.455774000, lastModified=2022-06-15 11:03:10.343993000, delta=111781000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456258000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456258000, lastModified=2022-06-15 11:03:10.343993000, delta=112265000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456114000, lastModified=2022-06-15 11:03:09.385980000, delta=1070134000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456343000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456343000, lastModified=2022-06-15 11:03:09.385980000, delta=1070363000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456258000, lastModified=2022-06-15 11:03:10.343993000, delta=112265000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456431000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456431000, lastModified=2022-06-15 11:03:10.343993000, delta=112438000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456343000, lastModified=2022-06-15 11:03:09.385980000, delta=1070363000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456543000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456543000, lastModified=2022-06-15 11:03:09.385980000, delta=1070563000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456431000, lastModified=2022-06-15 11:03:10.343993000, delta=112438000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456703000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456703000, lastModified=2022-06-15 11:03:10.343993000, delta=112710000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456543000, lastModified=2022-06-15 11:03:09.385980000, delta=1070563000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456778000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456778000, lastModified=2022-06-15 11:03:09.385980000, delta=1070798000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456703000, lastModified=2022-06-15 11:03:10.343993000, delta=112710000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456870000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456870000, lastModified=2022-06-15 11:03:10.343993000, delta=112877000 ns, racy<=2500000000 ns
11:03:10.456 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456942000, lastModified=2022-06-15 11:03:10.343993000, size=23, fileKey=(dev=10006c,ino=1457150892)
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.456988000, lastModified=2022-06-15 11:03:10.448994000, size=41, fileKey=(dev=10006c,ino=1458897529)
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.456778000, lastModified=2022-06-15 11:03:09.385980000, delta=1070798000 ns, racy<=2500000000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.457 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.457148000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.457148000, lastModified=2022-06-15 11:03:09.385980000, delta=1071168000 ns, racy<=2500000000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.456870000, lastModified=2022-06-15 11:03:10.343993000, delta=112877000 ns, racy<=2500000000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.457318000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.457318000, lastModified=2022-06-15 11:03:10.343993000, delta=113325000 ns, racy<=2500000000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.456942000, lastModified=2022-06-15 11:03:10.343993000, delta=112949000 ns, racy<=2550000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.456988000, lastModified=2022-06-15 11:03:10.448994000, delta=7994000 ns, racy<=2550000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, delta=111826000 ns, racy<=2550000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.457148000, lastModified=2022-06-15 11:03:09.385980000, delta=1071168000 ns, racy<=2500000000 ns
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.457 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.457903000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.457 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.457903000, lastModified=2022-06-15 11:03:09.385980000, delta=1071923000 ns, racy<=2500000000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.457318000, lastModified=2022-06-15 11:03:10.343993000, delta=113325000 ns, racy<=2500000000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.458106000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.458106000, lastModified=2022-06-15 11:03:10.343993000, delta=114113000 ns, racy<=2500000000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.458331000, lastModified=2022-06-15 11:03:10.454994000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.458373000, lastModified=2022-06-15 11:03:10.454994000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, delta=111826000 ns, racy<=2550000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.454018000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990454018000 ns, racy<=2550000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, delta=111826000 ns, racy<=2550000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.454018000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990454018000 ns, racy<=2550000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, delta=111826000 ns, racy<=2550000 ns
11:03:10.458 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.454018000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990454018000 ns, racy<=2550000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.453819000, lastModified=2022-06-15 11:03:10.341993000, delta=111826000 ns, racy<=2550000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.454018000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990454018000 ns, racy<=2550000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack/preserved, is unmodified
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.457903000, lastModified=2022-06-15 11:03:09.385980000, delta=1071923000 ns, racy<=2500000000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.459 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.459543000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.459543000, lastModified=2022-06-15 11:03:09.385980000, delta=1073563000 ns, racy<=2500000000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.458106000, lastModified=2022-06-15 11:03:10.343993000, delta=114113000 ns, racy<=2500000000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.459669000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.459669000, lastModified=2022-06-15 11:03:10.343993000, delta=115676000 ns, racy<=2500000000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.456942000, lastModified=2022-06-15 11:03:10.343993000, delta=112949000 ns, racy<=2550000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/HEAD, is unmodified
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.456988000, lastModified=2022-06-15 11:03:10.448994000, delta=7994000 ns, racy<=2550000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.459543000, lastModified=2022-06-15 11:03:09.385980000, delta=1073563000 ns, racy<=2500000000 ns
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.459 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.459939000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.459 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.459939000, lastModified=2022-06-15 11:03:09.385980000, delta=1073959000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.459669000, lastModified=2022-06-15 11:03:10.343993000, delta=115676000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.460123000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460123000, lastModified=2022-06-15 11:03:10.343993000, delta=116130000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.456988000, lastModified=2022-06-15 11:03:10.448994000, delta=7994000 ns, racy<=2550000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is unmodified
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.459939000, lastModified=2022-06-15 11:03:09.385980000, delta=1073959000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.460 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.460363000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.460363000, lastModified=2022-06-15 11:03:09.385980000, delta=1074383000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460123000, lastModified=2022-06-15 11:03:10.343993000, delta=116130000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.460478000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460478000, lastModified=2022-06-15 11:03:10.343993000, delta=116485000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.460363000, lastModified=2022-06-15 11:03:09.385980000, delta=1074383000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.460 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.460599000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.460599000, lastModified=2022-06-15 11:03:09.385980000, delta=1074619000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460478000, lastModified=2022-06-15 11:03:10.343993000, delta=116485000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.460709000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460709000, lastModified=2022-06-15 11:03:10.343993000, delta=116716000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.460599000, lastModified=2022-06-15 11:03:09.385980000, delta=1074619000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.460 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.460829000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.460829000, lastModified=2022-06-15 11:03:09.385980000, delta=1074849000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460709000, lastModified=2022-06-15 11:03:10.343993000, delta=116716000 ns, racy<=2500000000 ns
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.460936000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.460 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460936000, lastModified=2022-06-15 11:03:10.343993000, delta=116943000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.460829000, lastModified=2022-06-15 11:03:09.385980000, delta=1074849000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461021000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461021000, lastModified=2022-06-15 11:03:09.385980000, delta=1075041000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.460936000, lastModified=2022-06-15 11:03:10.343993000, delta=116943000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461191000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.461191000, lastModified=2022-06-15 11:03:10.343993000, delta=117198000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461021000, lastModified=2022-06-15 11:03:09.385980000, delta=1075041000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461281000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461281000, lastModified=2022-06-15 11:03:09.385980000, delta=1075301000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.461191000, lastModified=2022-06-15 11:03:10.343993000, delta=117198000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461378000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.461378000, lastModified=2022-06-15 11:03:10.343993000, delta=117385000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461281000, lastModified=2022-06-15 11:03:09.385980000, delta=1075301000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461461000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461461000, lastModified=2022-06-15 11:03:09.385980000, delta=1075481000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.461378000, lastModified=2022-06-15 11:03:10.343993000, delta=117385000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461555000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.461555000, lastModified=2022-06-15 11:03:10.343993000, delta=117562000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461625000, lastModified=2022-06-15 11:03:10.459994000, size=41, fileKey=(dev=10006c,ino=1458897530)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461461000, lastModified=2022-06-15 11:03:09.385980000, delta=1075481000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461773000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461773000, lastModified=2022-06-15 11:03:09.385980000, delta=1075793000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.461555000, lastModified=2022-06-15 11:03:10.343993000, delta=117562000 ns, racy<=2500000000 ns
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.461888000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.461 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.461888000, lastModified=2022-06-15 11:03:10.343993000, delta=117895000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.461773000, lastModified=2022-06-15 11:03:09.385980000, delta=1075793000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.462 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462102000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.462102000, lastModified=2022-06-15 11:03:09.385980000, delta=1076122000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.451363000, lastModified=2022-06-15 11:03:10.343993000, delta=107370000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462246000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.462246000, lastModified=2022-06-15 11:03:10.343993000, delta=118253000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1458897529) to (dev=10006c,ino=1458897530)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462333000, lastModified=2022-06-15 11:03:10.459994000, size=41, fileKey=(dev=10006c,ino=1458897530)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.462102000, lastModified=2022-06-15 11:03:09.385980000, delta=1076122000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.462 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462399000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.462399000, lastModified=2022-06-15 11:03:09.385980000, delta=1076419000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.462246000, lastModified=2022-06-15 11:03:10.343993000, delta=118253000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462517000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.462517000, lastModified=2022-06-15 11:03:10.343993000, delta=118524000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.462333000, lastModified=2022-06-15 11:03:10.459994000, delta=2339000 ns, racy<=2550000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, is racily clean
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462615000, lastModified=2022-06-15 11:03:10.459994000, size=41, fileKey=(dev=10006c,ino=1458897530)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.462615000, lastModified=2022-06-15 11:03:10.459994000, delta=2621000 ns, racy<=2550000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.462399000, lastModified=2022-06-15 11:03:09.385980000, delta=1076419000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.462 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462748000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.462748000, lastModified=2022-06-15 11:03:09.385980000, delta=1076768000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.462517000, lastModified=2022-06-15 11:03:10.343993000, delta=118524000 ns, racy<=2500000000 ns
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.462851000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.462 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.462851000, lastModified=2022-06-15 11:03:10.343993000, delta=118858000 ns, racy<=2500000000 ns
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.463428000, lastModified=2022-06-15 11:03:10.341993000, size=6, fileKey=(dev=10006c,ino=1468716904)
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.463428000, lastModified=2022-06-15 11:03:10.341993000, delta=121435000 ns, racy<=2550000 ns
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.462748000, lastModified=2022-06-15 11:03:09.385980000, delta=1076768000 ns, racy<=2500000000 ns
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.463 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.463708000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.463708000, lastModified=2022-06-15 11:03:09.385980000, delta=1077728000 ns, racy<=2500000000 ns
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.462851000, lastModified=2022-06-15 11:03:10.343993000, delta=118858000 ns, racy<=2500000000 ns
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.463821000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.463 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.463821000, lastModified=2022-06-15 11:03:10.343993000, delta=119828000 ns, racy<=2500000000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.463428000, lastModified=2022-06-15 11:03:10.341993000, delta=121435000 ns, racy<=2550000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.463428000, lastModified=2022-06-15 11:03:10.341993000, delta=121435000 ns, racy<=2550000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.463428000, lastModified=2022-06-15 11:03:10.341993000, delta=121435000 ns, racy<=2550000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.464650000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.463708000, lastModified=2022-06-15 11:03:09.385980000, delta=1077728000 ns, racy<=2500000000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.464 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.464775000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.464775000, lastModified=2022-06-15 11:03:09.385980000, delta=1078795000 ns, racy<=2500000000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.464864000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.464775000, lastModified=2022-06-15 11:03:09.385980000, delta=1078795000 ns, racy<=2500000000 ns
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.464 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.464 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.464962000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.464962000, lastModified=2022-06-15 11:03:09.385980000, delta=1078982000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.464864000, lastModified=2022-06-15 11:03:10.343993000, delta=120871000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.465153000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.465153000, lastModified=2022-06-15 11:03:10.343993000, delta=121160000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.465248000, lastModified=2022-06-15 11:03:10.454994000, size=104, fileKey=(dev=10006c,ino=1457150895)
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.465311000, lastModified=2022-06-15 11:03:10.341993000, size=6, fileKey=(dev=10006c,ino=1468716904)
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.465311000, lastModified=2022-06-15 11:03:10.341993000, delta=123318000 ns, racy<=2550000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.465311000, lastModified=2022-06-15 11:03:10.341993000, delta=123318000 ns, racy<=2550000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.465311000, lastModified=2022-06-15 11:03:10.341993000, delta=123318000 ns, racy<=2550000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.465311000, lastModified=2022-06-15 11:03:10.341993000, delta=123318000 ns, racy<=2550000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.464962000, lastModified=2022-06-15 11:03:09.385980000, delta=1078982000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.465 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.465825000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.465825000, lastModified=2022-06-15 11:03:09.385980000, delta=1079845000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.463821000, lastModified=2022-06-15 11:03:10.343993000, delta=119828000 ns, racy<=2500000000 ns
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.465953000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.465 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.465953000, lastModified=2022-06-15 11:03:10.343993000, delta=121960000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.463428000, lastModified=2022-06-15 11:03:10.341993000, delta=121435000 ns, racy<=2550000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.463428000, lastModified=2022-06-15 11:03:10.341993000, delta=121435000 ns, racy<=2550000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/objects/pack, is unmodified
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.465825000, lastModified=2022-06-15 11:03:09.385980000, delta=1079845000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.466 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.466518000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.466518000, lastModified=2022-06-15 11:03:09.385980000, delta=1080538000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.465953000, lastModified=2022-06-15 11:03:10.343993000, delta=121960000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.466632000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.466632000, lastModified=2022-06-15 11:03:10.343993000, delta=122639000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.466518000, lastModified=2022-06-15 11:03:09.385980000, delta=1080538000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.466 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.466742000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.466742000, lastModified=2022-06-15 11:03:09.385980000, delta=1080762000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.466632000, lastModified=2022-06-15 11:03:10.343993000, delta=122639000 ns, racy<=2500000000 ns
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, is racily clean
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.466867000, lastModified=2022-06-15 11:03:10.343993000, size=78, fileKey=(dev=10006c,ino=1457150893)
11:03:10.466 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16601867772100670146/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.466867000, lastModified=2022-06-15 11:03:10.343993000, delta=122874000 ns, racy<=2500000000 ns
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.466742000, lastModified=2022-06-15 11:03:09.385980000, delta=1080762000 ns, racy<=2500000000 ns
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.469679000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.469679000, lastModified=2022-06-15 11:03:09.385980000, delta=1083699000 ns, racy<=2500000000 ns
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.469679000, lastModified=2022-06-15 11:03:09.385980000, delta=1083699000 ns, racy<=2500000000 ns
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.469 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.469898000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.469898000, lastModified=2022-06-15 11:03:09.385980000, delta=1083918000 ns, racy<=2500000000 ns
11:03:10.469 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.469898000, lastModified=2022-06-15 11:03:09.385980000, delta=1083918000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.470160000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.470160000, lastModified=2022-06-15 11:03:09.385980000, delta=1084180000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.470160000, lastModified=2022-06-15 11:03:09.385980000, delta=1084180000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.470410000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.470410000, lastModified=2022-06-15 11:03:09.385980000, delta=1084430000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.470410000, lastModified=2022-06-15 11:03:09.385980000, delta=1084430000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.470 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.470622000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.470622000, lastModified=2022-06-15 11:03:09.385980000, delta=1084642000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.470 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.470622000, lastModified=2022-06-15 11:03:09.385980000, delta=1084642000 ns, racy<=2500000000 ns
11:03:10.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.536831000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.536831000, lastModified=2022-06-15 11:03:09.385980000, delta=1150851000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.536831000, lastModified=2022-06-15 11:03:09.385980000, delta=1150851000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.537 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.537381000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.537381000, lastModified=2022-06-15 11:03:09.385980000, delta=1151401000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.537381000, lastModified=2022-06-15 11:03:09.385980000, delta=1151401000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.537 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.537764000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.537764000, lastModified=2022-06-15 11:03:09.385980000, delta=1151784000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.537764000, lastModified=2022-06-15 11:03:09.385980000, delta=1151784000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.538368000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.538368000, lastModified=2022-06-15 11:03:09.385980000, delta=1152388000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.538368000, lastModified=2022-06-15 11:03:09.385980000, delta=1152388000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.538627000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.538627000, lastModified=2022-06-15 11:03:09.385980000, delta=1152647000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.538627000, lastModified=2022-06-15 11:03:09.385980000, delta=1152647000 ns, racy<=2500000000 ns
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.538975000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.538975000, lastModified=2022-06-15 11:03:09.385980000, delta=1152995000 ns, racy<=2500000000 ns
11:03:10.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.470024000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990470024000 ns, racy<=2500000000 ns
11:03:10.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is unmodified
11:03:10.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.539270000, lastModified=2022-06-15 11:03:10.538995000, size=23, fileKey=(dev=10006c,ino=1483102169)
11:03:10.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.539717000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.539993000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.538975000, lastModified=2022-06-15 11:03:09.385980000, delta=1152995000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.540200000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.540200000, lastModified=2022-06-15 11:03:09.385980000, delta=1154220000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.540323000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.540200000, lastModified=2022-06-15 11:03:09.385980000, delta=1154220000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.540473000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.540473000, lastModified=2022-06-15 11:03:09.385980000, delta=1154493000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.540323000, lastModified=2022-06-15 11:03:10.538995000, delta=1328000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.540594000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.540594000, lastModified=2022-06-15 11:03:10.538995000, delta=1599000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.540473000, lastModified=2022-06-15 11:03:09.385980000, delta=1154493000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.540772000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.540772000, lastModified=2022-06-15 11:03:09.385980000, delta=1154792000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.540594000, lastModified=2022-06-15 11:03:10.538995000, delta=1599000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.540891000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.540891000, lastModified=2022-06-15 11:03:10.538995000, delta=1896000 ns, racy<=2500000000 ns
11:03:10.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.540977000, lastModified=2022-06-15 11:03:10.538995000, size=23, fileKey=(dev=10006c,ino=1483102169)
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.541429000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.540772000, lastModified=2022-06-15 11:03:09.385980000, delta=1154792000 ns, racy<=2500000000 ns
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.541537000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.541537000, lastModified=2022-06-15 11:03:09.385980000, delta=1155557000 ns, racy<=2500000000 ns
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.541631000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.541537000, lastModified=2022-06-15 11:03:09.385980000, delta=1155557000 ns, racy<=2500000000 ns
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.541724000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.541724000, lastModified=2022-06-15 11:03:09.385980000, delta=1155744000 ns, racy<=2500000000 ns
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.541631000, lastModified=2022-06-15 11:03:10.538995000, delta=2636000 ns, racy<=2500000000 ns
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.541832000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.541832000, lastModified=2022-06-15 11:03:10.538995000, delta=2837000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.541724000, lastModified=2022-06-15 11:03:09.385980000, delta=1155744000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542025000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542025000, lastModified=2022-06-15 11:03:09.385980000, delta=1156045000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.541832000, lastModified=2022-06-15 11:03:10.538995000, delta=2837000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542181000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542181000, lastModified=2022-06-15 11:03:10.538995000, delta=3186000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542025000, lastModified=2022-06-15 11:03:09.385980000, delta=1156045000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542327000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542327000, lastModified=2022-06-15 11:03:09.385980000, delta=1156347000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542181000, lastModified=2022-06-15 11:03:10.538995000, delta=3186000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542458000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542458000, lastModified=2022-06-15 11:03:10.538995000, delta=3463000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542327000, lastModified=2022-06-15 11:03:09.385980000, delta=1156347000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542555000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542555000, lastModified=2022-06-15 11:03:09.385980000, delta=1156575000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542458000, lastModified=2022-06-15 11:03:10.538995000, delta=3463000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542663000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542663000, lastModified=2022-06-15 11:03:10.538995000, delta=3668000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542555000, lastModified=2022-06-15 11:03:09.385980000, delta=1156575000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542843000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542843000, lastModified=2022-06-15 11:03:09.385980000, delta=1156863000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542663000, lastModified=2022-06-15 11:03:10.538995000, delta=3668000 ns, racy<=2500000000 ns
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.542951000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542951000, lastModified=2022-06-15 11:03:10.538995000, delta=3956000 ns, racy<=2500000000 ns
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.542843000, lastModified=2022-06-15 11:03:09.385980000, delta=1156863000 ns, racy<=2500000000 ns
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.543 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.543166000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.543166000, lastModified=2022-06-15 11:03:09.385980000, delta=1157186000 ns, racy<=2500000000 ns
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.542951000, lastModified=2022-06-15 11:03:10.538995000, delta=3956000 ns, racy<=2500000000 ns
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.543284000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.543284000, lastModified=2022-06-15 11:03:10.538995000, delta=4289000 ns, racy<=2500000000 ns
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.543463000, lastModified=2022-06-15 11:03:10.469995000, size=6, fileKey=(dev=10006c,ino=1492584301)
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.543463000, lastModified=2022-06-15 11:03:10.469995000, delta=73468000 ns, racy<=2550000 ns
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, is unmodified
11:03:10.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.543943000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990543943000 ns, racy<=2550000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, is unmodified
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.543463000, lastModified=2022-06-15 11:03:10.469995000, delta=73468000 ns, racy<=2550000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, is unmodified
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.543943000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990543943000 ns, racy<=2550000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, is unmodified
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.543166000, lastModified=2022-06-15 11:03:09.385980000, delta=1157186000 ns, racy<=2500000000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.544756000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.544756000, lastModified=2022-06-15 11:03:09.385980000, delta=1158776000 ns, racy<=2500000000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.543284000, lastModified=2022-06-15 11:03:10.538995000, delta=4289000 ns, racy<=2500000000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.544894000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.544894000, lastModified=2022-06-15 11:03:10.538995000, delta=5899000 ns, racy<=2500000000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.544958000, lastModified=2022-06-15 11:03:10.541995000, size=0, fileKey=(dev=10006c,ino=1483102171)
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.544756000, lastModified=2022-06-15 11:03:09.385980000, delta=1158776000 ns, racy<=2500000000 ns
11:03:10.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545012000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.545012000, lastModified=2022-06-15 11:03:09.385980000, delta=1159032000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.544894000, lastModified=2022-06-15 11:03:10.538995000, delta=5899000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545204000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.545204000, lastModified=2022-06-15 11:03:10.538995000, delta=6209000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545289000, lastModified=2022-06-15 11:03:10.544996000, size=104, fileKey=(dev=10006c,ino=1483102171)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545344000, lastModified=2022-06-15 11:03:10.544996000, size=104, fileKey=(dev=10006c,ino=1483102171)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.545012000, lastModified=2022-06-15 11:03:09.385980000, delta=1159032000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545407000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.545407000, lastModified=2022-06-15 11:03:09.385980000, delta=1159427000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.545204000, lastModified=2022-06-15 11:03:10.538995000, delta=6209000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545514000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.545514000, lastModified=2022-06-15 11:03:10.538995000, delta=6519000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545678000, lastModified=2022-06-15 11:03:10.544996000, size=104, fileKey=(dev=10006c,ino=1483102171)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545711000, lastModified=2022-06-15 11:03:10.544996000, size=104, fileKey=(dev=10006c,ino=1483102171)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545777000, lastModified=2022-06-15 11:03:10.544996000, size=0, fileKey=(dev=10006c,ino=1483102172)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.545407000, lastModified=2022-06-15 11:03:09.385980000, delta=1159427000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545828000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.545828000, lastModified=2022-06-15 11:03:09.385980000, delta=1159848000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.545514000, lastModified=2022-06-15 11:03:10.538995000, delta=6519000 ns, racy<=2500000000 ns
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.545930000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.545930000, lastModified=2022-06-15 11:03:10.538995000, delta=6935000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546015000, lastModified=2022-06-15 11:03:10.544996000, size=104, fileKey=(dev=10006c,ino=1483102172)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.545828000, lastModified=2022-06-15 11:03:09.385980000, delta=1159848000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546236000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546236000, lastModified=2022-06-15 11:03:09.385980000, delta=1160256000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.545930000, lastModified=2022-06-15 11:03:10.538995000, delta=6935000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546344000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546344000, lastModified=2022-06-15 11:03:10.538995000, delta=7349000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546236000, lastModified=2022-06-15 11:03:09.385980000, delta=1160256000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546436000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546436000, lastModified=2022-06-15 11:03:09.385980000, delta=1160456000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546344000, lastModified=2022-06-15 11:03:10.538995000, delta=7349000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546539000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546539000, lastModified=2022-06-15 11:03:10.538995000, delta=7544000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546436000, lastModified=2022-06-15 11:03:09.385980000, delta=1160456000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546647000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546647000, lastModified=2022-06-15 11:03:09.385980000, delta=1160667000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546539000, lastModified=2022-06-15 11:03:10.538995000, delta=7544000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546754000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546754000, lastModified=2022-06-15 11:03:10.538995000, delta=7759000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546647000, lastModified=2022-06-15 11:03:09.385980000, delta=1160667000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546834000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546834000, lastModified=2022-06-15 11:03:09.385980000, delta=1160854000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546754000, lastModified=2022-06-15 11:03:10.538995000, delta=7759000 ns, racy<=2500000000 ns
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.546942000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546942000, lastModified=2022-06-15 11:03:10.538995000, delta=7947000 ns, racy<=2500000000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.547011000, lastModified=2022-06-15 11:03:10.538995000, size=23, fileKey=(dev=10006c,ino=1483102169)
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.546834000, lastModified=2022-06-15 11:03:09.385980000, delta=1160854000 ns, racy<=2500000000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.547294000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.547294000, lastModified=2022-06-15 11:03:09.385980000, delta=1161314000 ns, racy<=2500000000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.546942000, lastModified=2022-06-15 11:03:10.538995000, delta=7947000 ns, racy<=2500000000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.547403000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.547403000, lastModified=2022-06-15 11:03:10.538995000, delta=8408000 ns, racy<=2500000000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.547011000, lastModified=2022-06-15 11:03:10.538995000, delta=8016000 ns, racy<=2550000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/HEAD, is unmodified
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.547294000, lastModified=2022-06-15 11:03:09.385980000, delta=1161314000 ns, racy<=2500000000 ns
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.547983000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.547983000, lastModified=2022-06-15 11:03:09.385980000, delta=1162003000 ns, racy<=2500000000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.547403000, lastModified=2022-06-15 11:03:10.538995000, delta=8408000 ns, racy<=2500000000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.548153000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.548153000, lastModified=2022-06-15 11:03:10.538995000, delta=9158000 ns, racy<=2500000000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.548317000, lastModified=2022-06-15 11:03:10.544996000, size=104, fileKey=(dev=10006c,ino=1483102172)
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.548358000, lastModified=2022-06-15 11:03:10.544996000, size=104, fileKey=(dev=10006c,ino=1483102172)
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.543463000, lastModified=2022-06-15 11:03:10.469995000, delta=73468000 ns, racy<=2550000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, is unmodified
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.543943000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990543943000 ns, racy<=2550000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, is unmodified
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.543463000, lastModified=2022-06-15 11:03:10.469995000, delta=73468000 ns, racy<=2550000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, is unmodified
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.543943000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990543943000 ns, racy<=2550000 ns
11:03:10.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, is unmodified
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.543463000, lastModified=2022-06-15 11:03:10.469995000, delta=73468000 ns, racy<=2550000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, is unmodified
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.543943000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990543943000 ns, racy<=2550000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, is unmodified
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.543463000, lastModified=2022-06-15 11:03:10.469995000, delta=73468000 ns, racy<=2550000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack, is unmodified
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.543943000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990543943000 ns, racy<=2550000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/objects/pack/preserved, is unmodified
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.547983000, lastModified=2022-06-15 11:03:09.385980000, delta=1162003000 ns, racy<=2500000000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.549655000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.549655000, lastModified=2022-06-15 11:03:09.385980000, delta=1163675000 ns, racy<=2500000000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.548153000, lastModified=2022-06-15 11:03:10.538995000, delta=9158000 ns, racy<=2500000000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.549779000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.549779000, lastModified=2022-06-15 11:03:10.538995000, delta=10784000 ns, racy<=2500000000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.547011000, lastModified=2022-06-15 11:03:10.538995000, delta=8016000 ns, racy<=2550000 ns
11:03:10.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/HEAD, is unmodified
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.549655000, lastModified=2022-06-15 11:03:09.385980000, delta=1163675000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.550064000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.550064000, lastModified=2022-06-15 11:03:09.385980000, delta=1164084000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.549779000, lastModified=2022-06-15 11:03:10.538995000, delta=10784000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.550185000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.550185000, lastModified=2022-06-15 11:03:10.538995000, delta=11190000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.550064000, lastModified=2022-06-15 11:03:09.385980000, delta=1164084000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.550384000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.550384000, lastModified=2022-06-15 11:03:09.385980000, delta=1164404000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.550185000, lastModified=2022-06-15 11:03:10.538995000, delta=11190000 ns, racy<=2500000000 ns
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.550499000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.550499000, lastModified=2022-06-15 11:03:10.538995000, delta=11504000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.550384000, lastModified=2022-06-15 11:03:09.385980000, delta=1164404000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551108000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551108000, lastModified=2022-06-15 11:03:09.385980000, delta=1165128000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.550499000, lastModified=2022-06-15 11:03:10.538995000, delta=11504000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551256000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551256000, lastModified=2022-06-15 11:03:10.538995000, delta=12261000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551108000, lastModified=2022-06-15 11:03:09.385980000, delta=1165128000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551374000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551374000, lastModified=2022-06-15 11:03:09.385980000, delta=1165394000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551256000, lastModified=2022-06-15 11:03:10.538995000, delta=12261000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551483000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551483000, lastModified=2022-06-15 11:03:10.538995000, delta=12488000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551374000, lastModified=2022-06-15 11:03:09.385980000, delta=1165394000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551606000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551606000, lastModified=2022-06-15 11:03:09.385980000, delta=1165626000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551483000, lastModified=2022-06-15 11:03:10.538995000, delta=12488000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551713000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551713000, lastModified=2022-06-15 11:03:10.538995000, delta=12718000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551606000, lastModified=2022-06-15 11:03:09.385980000, delta=1165626000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551805000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551805000, lastModified=2022-06-15 11:03:09.385980000, delta=1165825000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551713000, lastModified=2022-06-15 11:03:10.538995000, delta=12718000 ns, racy<=2500000000 ns
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.551913000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551913000, lastModified=2022-06-15 11:03:10.538995000, delta=12918000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.551805000, lastModified=2022-06-15 11:03:09.385980000, delta=1165825000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552092000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552092000, lastModified=2022-06-15 11:03:09.385980000, delta=1166112000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.551913000, lastModified=2022-06-15 11:03:10.538995000, delta=12918000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552221000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.552221000, lastModified=2022-06-15 11:03:10.538995000, delta=13226000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552092000, lastModified=2022-06-15 11:03:09.385980000, delta=1166112000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552315000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552315000, lastModified=2022-06-15 11:03:09.385980000, delta=1166335000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.552221000, lastModified=2022-06-15 11:03:10.538995000, delta=13226000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552413000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.552413000, lastModified=2022-06-15 11:03:10.538995000, delta=13418000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552523000, lastModified=2022-06-15 11:03:10.550996000, size=41, fileKey=(dev=10006c,ino=1485329328)
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552315000, lastModified=2022-06-15 11:03:09.385980000, delta=1166335000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552663000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552663000, lastModified=2022-06-15 11:03:09.385980000, delta=1166683000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.552413000, lastModified=2022-06-15 11:03:10.538995000, delta=13418000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552826000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.552826000, lastModified=2022-06-15 11:03:10.538995000, delta=13831000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552663000, lastModified=2022-06-15 11:03:09.385980000, delta=1166683000 ns, racy<=2500000000 ns
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.552976000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552976000, lastModified=2022-06-15 11:03:09.385980000, delta=1166996000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.540891000, lastModified=2022-06-15 11:03:10.538995000, delta=1896000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.553133000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.553133000, lastModified=2022-06-15 11:03:10.538995000, delta=14138000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.553215000, lastModified=2022-06-15 11:03:10.550996000, size=41, fileKey=(dev=10006c,ino=1485329328)
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.552976000, lastModified=2022-06-15 11:03:09.385980000, delta=1166996000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.553313000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.553313000, lastModified=2022-06-15 11:03:09.385980000, delta=1167333000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.553133000, lastModified=2022-06-15 11:03:10.538995000, delta=14138000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, is racily clean
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.553427000, lastModified=2022-06-15 11:03:10.538995000, size=78, fileKey=(dev=10006c,ino=1483102170)
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.553427000, lastModified=2022-06-15 11:03:10.538995000, delta=14432000 ns, racy<=2500000000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.553215000, lastModified=2022-06-15 11:03:10.550996000, delta=2219000 ns, racy<=2550000 ns
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/refs/heads/master, is racily clean
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.553795000, lastModified=2022-06-15 11:03:10.550996000, size=41, fileKey=(dev=10006c,ino=1485329328)
11:03:10.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit7019600307821142714/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.553795000, lastModified=2022-06-15 11:03:10.550996000, delta=2799000 ns, racy<=2550000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.553313000, lastModified=2022-06-15 11:03:09.385980000, delta=1167333000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.555108000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555108000, lastModified=2022-06-15 11:03:09.385980000, delta=1169128000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555108000, lastModified=2022-06-15 11:03:09.385980000, delta=1169128000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.555300000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555300000, lastModified=2022-06-15 11:03:09.385980000, delta=1169320000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555300000, lastModified=2022-06-15 11:03:09.385980000, delta=1169320000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.555603000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555603000, lastModified=2022-06-15 11:03:09.385980000, delta=1169623000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555603000, lastModified=2022-06-15 11:03:09.385980000, delta=1169623000 ns, racy<=2500000000 ns
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.555 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.555916000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.555 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555916000, lastModified=2022-06-15 11:03:09.385980000, delta=1169936000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.555916000, lastModified=2022-06-15 11:03:09.385980000, delta=1169936000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.556172000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.556172000, lastModified=2022-06-15 11:03:09.385980000, delta=1170192000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.556172000, lastModified=2022-06-15 11:03:09.385980000, delta=1170192000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.556585000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.556585000, lastModified=2022-06-15 11:03:09.385980000, delta=1170605000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.556585000, lastModified=2022-06-15 11:03:09.385980000, delta=1170605000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.556 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.556849000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.556849000, lastModified=2022-06-15 11:03:09.385980000, delta=1170869000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.556 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.556849000, lastModified=2022-06-15 11:03:09.385980000, delta=1170869000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.557224000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.557224000, lastModified=2022-06-15 11:03:09.385980000, delta=1171244000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.557224000, lastModified=2022-06-15 11:03:09.385980000, delta=1171244000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.557731000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.557731000, lastModified=2022-06-15 11:03:09.385980000, delta=1171751000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.557731000, lastModified=2022-06-15 11:03:09.385980000, delta=1171751000 ns, racy<=2500000000 ns
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.557 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.557959000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.557 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.557959000, lastModified=2022-06-15 11:03:09.385980000, delta=1171979000 ns, racy<=2500000000 ns
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.557959000, lastModified=2022-06-15 11:03:09.385980000, delta=1171979000 ns, racy<=2500000000 ns
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.558 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.558251000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.558251000, lastModified=2022-06-15 11:03:09.385980000, delta=1172271000 ns, racy<=2500000000 ns
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.555457000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990555457000 ns, racy<=2500000000 ns
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is unmodified
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.558454000, lastModified=2022-06-15 11:03:10.557996000, size=23, fileKey=(dev=10006c,ino=1502379233)
11:03:10.558 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.558914000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.559220000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.558251000, lastModified=2022-06-15 11:03:09.385980000, delta=1172271000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.559332000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.559332000, lastModified=2022-06-15 11:03:09.385980000, delta=1173352000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.559474000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.559332000, lastModified=2022-06-15 11:03:09.385980000, delta=1173352000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.559569000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.559569000, lastModified=2022-06-15 11:03:09.385980000, delta=1173589000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.559474000, lastModified=2022-06-15 11:03:10.557996000, delta=1478000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.559694000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.559694000, lastModified=2022-06-15 11:03:10.557996000, delta=1698000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.559569000, lastModified=2022-06-15 11:03:09.385980000, delta=1173589000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.559 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.559867000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.559867000, lastModified=2022-06-15 11:03:09.385980000, delta=1173887000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.559694000, lastModified=2022-06-15 11:03:10.557996000, delta=1698000 ns, racy<=2500000000 ns
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.559 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.559983000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.559983000, lastModified=2022-06-15 11:03:10.557996000, delta=1987000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.560115000, lastModified=2022-06-15 11:03:10.557996000, size=23, fileKey=(dev=10006c,ino=1502379233)
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.560520000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.559867000, lastModified=2022-06-15 11:03:09.385980000, delta=1173887000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.560623000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.560623000, lastModified=2022-06-15 11:03:09.385980000, delta=1174643000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.560724000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.560623000, lastModified=2022-06-15 11:03:09.385980000, delta=1174643000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.560 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.560817000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.560817000, lastModified=2022-06-15 11:03:09.385980000, delta=1174837000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.560724000, lastModified=2022-06-15 11:03:10.557996000, delta=2728000 ns, racy<=2500000000 ns
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.560922000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.560 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.560922000, lastModified=2022-06-15 11:03:10.557996000, delta=2926000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.560817000, lastModified=2022-06-15 11:03:09.385980000, delta=1174837000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.561205000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561205000, lastModified=2022-06-15 11:03:09.385980000, delta=1175225000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.560922000, lastModified=2022-06-15 11:03:10.557996000, delta=2926000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.561312000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.561312000, lastModified=2022-06-15 11:03:10.557996000, delta=3316000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561205000, lastModified=2022-06-15 11:03:09.385980000, delta=1175225000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.561496000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561496000, lastModified=2022-06-15 11:03:09.385980000, delta=1175516000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.561312000, lastModified=2022-06-15 11:03:10.557996000, delta=3316000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.561605000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.561605000, lastModified=2022-06-15 11:03:10.557996000, delta=3609000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561496000, lastModified=2022-06-15 11:03:09.385980000, delta=1175516000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.561700000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561700000, lastModified=2022-06-15 11:03:09.385980000, delta=1175720000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.561605000, lastModified=2022-06-15 11:03:10.557996000, delta=3609000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.561813000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.561813000, lastModified=2022-06-15 11:03:10.557996000, delta=3817000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561700000, lastModified=2022-06-15 11:03:09.385980000, delta=1175720000 ns, racy<=2500000000 ns
11:03:10.561 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.561 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.561988000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561988000, lastModified=2022-06-15 11:03:09.385980000, delta=1176008000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.561813000, lastModified=2022-06-15 11:03:10.557996000, delta=3817000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.562171000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.562171000, lastModified=2022-06-15 11:03:10.557996000, delta=4175000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.561988000, lastModified=2022-06-15 11:03:09.385980000, delta=1176008000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.562 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.562317000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.562317000, lastModified=2022-06-15 11:03:09.385980000, delta=1176337000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.562171000, lastModified=2022-06-15 11:03:10.557996000, delta=4175000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.562426000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.562426000, lastModified=2022-06-15 11:03:10.557996000, delta=4430000 ns, racy<=2500000000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.562646000, lastModified=2022-06-15 11:03:10.555996000, size=6, fileKey=(dev=10006c,ino=1509463291)
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.562646000, lastModified=2022-06-15 11:03:10.555996000, delta=6650000 ns, racy<=2550000 ns
11:03:10.562 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.563221000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990563221000 ns, racy<=2550000 ns
11:03:10.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.562646000, lastModified=2022-06-15 11:03:10.555996000, delta=6650000 ns, racy<=2550000 ns
11:03:10.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.563221000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990563221000 ns, racy<=2550000 ns
11:03:10.563 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.562317000, lastModified=2022-06-15 11:03:09.385980000, delta=1176337000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.564 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564090000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.564090000, lastModified=2022-06-15 11:03:09.385980000, delta=1178110000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.562426000, lastModified=2022-06-15 11:03:10.557996000, delta=4430000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564247000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.564247000, lastModified=2022-06-15 11:03:10.557996000, delta=6251000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564302000, lastModified=2022-06-15 11:03:10.560996000, size=0, fileKey=(dev=10006c,ino=1502379235)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.564090000, lastModified=2022-06-15 11:03:09.385980000, delta=1178110000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.564 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564346000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.564346000, lastModified=2022-06-15 11:03:09.385980000, delta=1178366000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.564247000, lastModified=2022-06-15 11:03:10.557996000, delta=6251000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564457000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.564457000, lastModified=2022-06-15 11:03:10.557996000, delta=6461000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564544000, lastModified=2022-06-15 11:03:10.563996000, size=104, fileKey=(dev=10006c,ino=1502379235)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564592000, lastModified=2022-06-15 11:03:10.563996000, size=104, fileKey=(dev=10006c,ino=1502379235)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.564346000, lastModified=2022-06-15 11:03:09.385980000, delta=1178366000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.564 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564650000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.564650000, lastModified=2022-06-15 11:03:09.385980000, delta=1178670000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.564457000, lastModified=2022-06-15 11:03:10.557996000, delta=6461000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564756000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.564756000, lastModified=2022-06-15 11:03:10.557996000, delta=6760000 ns, racy<=2500000000 ns
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564900000, lastModified=2022-06-15 11:03:10.563996000, size=104, fileKey=(dev=10006c,ino=1502379235)
11:03:10.564 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.564937000, lastModified=2022-06-15 11:03:10.563996000, size=104, fileKey=(dev=10006c,ino=1502379235)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565018000, lastModified=2022-06-15 11:03:10.563996000, size=0, fileKey=(dev=10006c,ino=1502379236)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.564650000, lastModified=2022-06-15 11:03:09.385980000, delta=1178670000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565092000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565092000, lastModified=2022-06-15 11:03:09.385980000, delta=1179112000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.564756000, lastModified=2022-06-15 11:03:10.557996000, delta=6760000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565223000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.565223000, lastModified=2022-06-15 11:03:10.557996000, delta=7227000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565316000, lastModified=2022-06-15 11:03:10.564996000, size=104, fileKey=(dev=10006c,ino=1502379236)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565092000, lastModified=2022-06-15 11:03:09.385980000, delta=1179112000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565463000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565463000, lastModified=2022-06-15 11:03:09.385980000, delta=1179483000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.565223000, lastModified=2022-06-15 11:03:10.557996000, delta=7227000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565573000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.565573000, lastModified=2022-06-15 11:03:10.557996000, delta=7577000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565463000, lastModified=2022-06-15 11:03:09.385980000, delta=1179483000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565660000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565660000, lastModified=2022-06-15 11:03:09.385980000, delta=1179680000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.565573000, lastModified=2022-06-15 11:03:10.557996000, delta=7577000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565802000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.565802000, lastModified=2022-06-15 11:03:10.557996000, delta=7806000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565660000, lastModified=2022-06-15 11:03:09.385980000, delta=1179680000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.565 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.565911000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565911000, lastModified=2022-06-15 11:03:09.385980000, delta=1179931000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.565 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.565802000, lastModified=2022-06-15 11:03:10.557996000, delta=7806000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.566018000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.566018000, lastModified=2022-06-15 11:03:10.557996000, delta=8022000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.565911000, lastModified=2022-06-15 11:03:09.385980000, delta=1179931000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.566132000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.566132000, lastModified=2022-06-15 11:03:09.385980000, delta=1180152000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.566018000, lastModified=2022-06-15 11:03:10.557996000, delta=8022000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.566230000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.566230000, lastModified=2022-06-15 11:03:10.557996000, delta=8234000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.566314000, lastModified=2022-06-15 11:03:10.557996000, size=23, fileKey=(dev=10006c,ino=1502379233)
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.566132000, lastModified=2022-06-15 11:03:09.385980000, delta=1180152000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.566 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.566516000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.566516000, lastModified=2022-06-15 11:03:09.385980000, delta=1180536000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.566230000, lastModified=2022-06-15 11:03:10.557996000, delta=8234000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.566623000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.566623000, lastModified=2022-06-15 11:03:10.557996000, delta=8627000 ns, racy<=2500000000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.566314000, lastModified=2022-06-15 11:03:10.557996000, delta=8318000 ns, racy<=2550000 ns
11:03:10.566 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, is unmodified
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.566516000, lastModified=2022-06-15 11:03:09.385980000, delta=1180536000 ns, racy<=2500000000 ns
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.567 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.567215000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.567215000, lastModified=2022-06-15 11:03:09.385980000, delta=1181235000 ns, racy<=2500000000 ns
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.566623000, lastModified=2022-06-15 11:03:10.557996000, delta=8627000 ns, racy<=2500000000 ns
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.567360000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.567360000, lastModified=2022-06-15 11:03:10.557996000, delta=9364000 ns, racy<=2500000000 ns
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.567576000, lastModified=2022-06-15 11:03:10.564996000, size=104, fileKey=(dev=10006c,ino=1502379236)
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.567631000, lastModified=2022-06-15 11:03:10.564996000, size=104, fileKey=(dev=10006c,ino=1502379236)
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.562646000, lastModified=2022-06-15 11:03:10.555996000, delta=6650000 ns, racy<=2550000 ns
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.563221000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990563221000 ns, racy<=2550000 ns
11:03:10.567 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.562646000, lastModified=2022-06-15 11:03:10.555996000, delta=6650000 ns, racy<=2550000 ns
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.563221000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990563221000 ns, racy<=2550000 ns
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.562646000, lastModified=2022-06-15 11:03:10.555996000, delta=6650000 ns, racy<=2550000 ns
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.563221000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990563221000 ns, racy<=2550000 ns
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.562646000, lastModified=2022-06-15 11:03:10.555996000, delta=6650000 ns, racy<=2550000 ns
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.563221000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990563221000 ns, racy<=2550000 ns
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.567215000, lastModified=2022-06-15 11:03:09.385980000, delta=1181235000 ns, racy<=2500000000 ns
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.568 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.568945000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.568 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.568945000, lastModified=2022-06-15 11:03:09.385980000, delta=1182965000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.567360000, lastModified=2022-06-15 11:03:10.557996000, delta=9364000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.569087000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.569087000, lastModified=2022-06-15 11:03:10.557996000, delta=11091000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.566314000, lastModified=2022-06-15 11:03:10.557996000, delta=8318000 ns, racy<=2550000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, is unmodified
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.568945000, lastModified=2022-06-15 11:03:09.385980000, delta=1182965000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.569 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.569380000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.569380000, lastModified=2022-06-15 11:03:09.385980000, delta=1183400000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.569087000, lastModified=2022-06-15 11:03:10.557996000, delta=11091000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.569496000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.569496000, lastModified=2022-06-15 11:03:10.557996000, delta=11500000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.569380000, lastModified=2022-06-15 11:03:09.385980000, delta=1183400000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.569 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.569675000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.569675000, lastModified=2022-06-15 11:03:09.385980000, delta=1183695000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.569496000, lastModified=2022-06-15 11:03:10.557996000, delta=11500000 ns, racy<=2500000000 ns
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.569788000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.569 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.569788000, lastModified=2022-06-15 11:03:10.557996000, delta=11792000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.569675000, lastModified=2022-06-15 11:03:09.385980000, delta=1183695000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.570354000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.570354000, lastModified=2022-06-15 11:03:09.385980000, delta=1184374000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.569788000, lastModified=2022-06-15 11:03:10.557996000, delta=11792000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.570459000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.570459000, lastModified=2022-06-15 11:03:10.557996000, delta=12463000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.570354000, lastModified=2022-06-15 11:03:09.385980000, delta=1184374000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.570582000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.570582000, lastModified=2022-06-15 11:03:09.385980000, delta=1184602000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.570459000, lastModified=2022-06-15 11:03:10.557996000, delta=12463000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.570709000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.570709000, lastModified=2022-06-15 11:03:10.557996000, delta=12713000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.570582000, lastModified=2022-06-15 11:03:09.385980000, delta=1184602000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.570 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.570828000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.570828000, lastModified=2022-06-15 11:03:09.385980000, delta=1184848000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.570709000, lastModified=2022-06-15 11:03:10.557996000, delta=12713000 ns, racy<=2500000000 ns
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.570946000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.570 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.570946000, lastModified=2022-06-15 11:03:10.557996000, delta=12950000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.570828000, lastModified=2022-06-15 11:03:09.385980000, delta=1184848000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571169000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571169000, lastModified=2022-06-15 11:03:09.385980000, delta=1185189000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.570946000, lastModified=2022-06-15 11:03:10.557996000, delta=12950000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571271000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.571271000, lastModified=2022-06-15 11:03:10.557996000, delta=13275000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571169000, lastModified=2022-06-15 11:03:09.385980000, delta=1185189000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571410000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571410000, lastModified=2022-06-15 11:03:09.385980000, delta=1185430000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.571271000, lastModified=2022-06-15 11:03:10.557996000, delta=13275000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571520000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.571520000, lastModified=2022-06-15 11:03:10.557996000, delta=13524000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571410000, lastModified=2022-06-15 11:03:09.385980000, delta=1185430000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571605000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571605000, lastModified=2022-06-15 11:03:09.385980000, delta=1185625000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.571520000, lastModified=2022-06-15 11:03:10.557996000, delta=13524000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571715000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.571715000, lastModified=2022-06-15 11:03:10.557996000, delta=13719000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571830000, lastModified=2022-06-15 11:03:10.569996000, size=41, fileKey=(dev=10006c,ino=1502379238)
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571605000, lastModified=2022-06-15 11:03:09.385980000, delta=1185625000 ns, racy<=2500000000 ns
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.571 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.571 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.571972000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571972000, lastModified=2022-06-15 11:03:09.385980000, delta=1185992000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.571715000, lastModified=2022-06-15 11:03:10.557996000, delta=13719000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.572128000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.572128000, lastModified=2022-06-15 11:03:10.557996000, delta=14132000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.571972000, lastModified=2022-06-15 11:03:09.385980000, delta=1185992000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.572291000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.572291000, lastModified=2022-06-15 11:03:09.385980000, delta=1186311000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.559983000, lastModified=2022-06-15 11:03:10.557996000, delta=1987000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.572400000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.572400000, lastModified=2022-06-15 11:03:10.557996000, delta=14404000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.572472000, lastModified=2022-06-15 11:03:10.569996000, size=41, fileKey=(dev=10006c,ino=1502379238)
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.572291000, lastModified=2022-06-15 11:03:09.385980000, delta=1186311000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.572 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.572553000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.572553000, lastModified=2022-06-15 11:03:09.385980000, delta=1186573000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.572400000, lastModified=2022-06-15 11:03:10.557996000, delta=14404000 ns, racy<=2500000000 ns
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.572716000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.572 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.572716000, lastModified=2022-06-15 11:03:10.557996000, delta=14720000 ns, racy<=2500000000 ns
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.572472000, lastModified=2022-06-15 11:03:10.569996000, delta=2476000 ns, racy<=2550000 ns
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, is racily clean
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.573106000, lastModified=2022-06-15 11:03:10.569996000, size=41, fileKey=(dev=10006c,ino=1502379238)
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.573106000, lastModified=2022-06-15 11:03:10.569996000, delta=3110000 ns, racy<=2550000 ns
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.573630000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.572553000, lastModified=2022-06-15 11:03:09.385980000, delta=1186573000 ns, racy<=2500000000 ns
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.573789000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.573789000, lastModified=2022-06-15 11:03:09.385980000, delta=1187809000 ns, racy<=2500000000 ns
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.573893000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.573789000, lastModified=2022-06-15 11:03:09.385980000, delta=1187809000 ns, racy<=2500000000 ns
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.573 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.573 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.573975000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.573975000, lastModified=2022-06-15 11:03:09.385980000, delta=1187995000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.573893000, lastModified=2022-06-15 11:03:10.557996000, delta=15897000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574123000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.574123000, lastModified=2022-06-15 11:03:10.557996000, delta=16127000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574207000, lastModified=2022-06-15 11:03:10.564996000, size=104, fileKey=(dev=10006c,ino=1502379236)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.573975000, lastModified=2022-06-15 11:03:09.385980000, delta=1187995000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574301000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.574301000, lastModified=2022-06-15 11:03:09.385980000, delta=1188321000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.574123000, lastModified=2022-06-15 11:03:10.557996000, delta=16127000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574411000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.574411000, lastModified=2022-06-15 11:03:10.557996000, delta=16415000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574547000, lastModified=2022-06-15 11:03:10.564996000, size=104, fileKey=(dev=10006c,ino=1502379236)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574589000, lastModified=2022-06-15 11:03:10.564996000, size=104, fileKey=(dev=10006c,ino=1502379236)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.574301000, lastModified=2022-06-15 11:03:09.385980000, delta=1188321000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574644000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.574644000, lastModified=2022-06-15 11:03:09.385980000, delta=1188664000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.574411000, lastModified=2022-06-15 11:03:10.557996000, delta=16415000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574770000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.574770000, lastModified=2022-06-15 11:03:10.557996000, delta=16774000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.574644000, lastModified=2022-06-15 11:03:09.385980000, delta=1188664000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.574 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.574889000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.574889000, lastModified=2022-06-15 11:03:09.385980000, delta=1188909000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.574 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.574770000, lastModified=2022-06-15 11:03:10.557996000, delta=16774000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.575031000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.575031000, lastModified=2022-06-15 11:03:10.557996000, delta=17035000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.574889000, lastModified=2022-06-15 11:03:09.385980000, delta=1188909000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.575393000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.575393000, lastModified=2022-06-15 11:03:09.385980000, delta=1189413000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.575031000, lastModified=2022-06-15 11:03:10.557996000, delta=17035000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.575518000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.575518000, lastModified=2022-06-15 11:03:10.557996000, delta=17522000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, size=6, fileKey=(dev=10006c,ino=1509463291)
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.575393000, lastModified=2022-06-15 11:03:09.385980000, delta=1189413000 ns, racy<=2500000000 ns
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.575 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.575899000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.575 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.575899000, lastModified=2022-06-15 11:03:09.385980000, delta=1189919000 ns, racy<=2500000000 ns
11:03:10.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.575518000, lastModified=2022-06-15 11:03:10.557996000, delta=17522000 ns, racy<=2500000000 ns
11:03:10.576 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.636728000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.636728000, lastModified=2022-06-15 11:03:10.557996000, delta=78732000 ns, racy<=2500000000 ns
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.637370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990637370000 ns, racy<=2550000 ns
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.637370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990637370000 ns, racy<=2550000 ns
11:03:10.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.637986000, lastModified=2022-06-15 11:03:10.573996000, size=0, fileKey=(dev=10006c,ino=1502379237)
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.575899000, lastModified=2022-06-15 11:03:09.385980000, delta=1189919000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.638112000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.638112000, lastModified=2022-06-15 11:03:09.385980000, delta=1252132000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.636728000, lastModified=2022-06-15 11:03:10.557996000, delta=78732000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.638307000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.638307000, lastModified=2022-06-15 11:03:10.557996000, delta=80311000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.638506000, lastModified=2022-06-15 11:03:10.637997000, size=176, fileKey=(dev=10006c,ino=1502379237)
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.638610000, lastModified=2022-06-15 11:03:10.637997000, size=176, fileKey=(dev=10006c,ino=1502379237)
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.638112000, lastModified=2022-06-15 11:03:09.385980000, delta=1252132000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.638789000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.638789000, lastModified=2022-06-15 11:03:09.385980000, delta=1252809000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.638307000, lastModified=2022-06-15 11:03:10.557996000, delta=80311000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.639028000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.639028000, lastModified=2022-06-15 11:03:10.557996000, delta=81032000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.638789000, lastModified=2022-06-15 11:03:09.385980000, delta=1252809000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.639202000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.639202000, lastModified=2022-06-15 11:03:09.385980000, delta=1253222000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.639028000, lastModified=2022-06-15 11:03:10.557996000, delta=81032000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.639418000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.639418000, lastModified=2022-06-15 11:03:10.557996000, delta=81422000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.639202000, lastModified=2022-06-15 11:03:09.385980000, delta=1253222000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.639620000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.639620000, lastModified=2022-06-15 11:03:09.385980000, delta=1253640000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.639418000, lastModified=2022-06-15 11:03:10.557996000, delta=81422000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.639833000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.639833000, lastModified=2022-06-15 11:03:10.557996000, delta=81837000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.639620000, lastModified=2022-06-15 11:03:09.385980000, delta=1253640000 ns, racy<=2500000000 ns
11:03:10.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.640004000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.640004000, lastModified=2022-06-15 11:03:09.385980000, delta=1254024000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.639833000, lastModified=2022-06-15 11:03:10.557996000, delta=81837000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.640223000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.640223000, lastModified=2022-06-15 11:03:10.557996000, delta=82227000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.640382000, lastModified=2022-06-15 11:03:10.557996000, size=23, fileKey=(dev=10006c,ino=1502379233)
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.640460000, lastModified=2022-06-15 11:03:10.569996000, size=41, fileKey=(dev=10006c,ino=1502379238)
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.640004000, lastModified=2022-06-15 11:03:09.385980000, delta=1254024000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.640627000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.640627000, lastModified=2022-06-15 11:03:09.385980000, delta=1254647000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.640223000, lastModified=2022-06-15 11:03:10.557996000, delta=82227000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.640830000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.640830000, lastModified=2022-06-15 11:03:10.557996000, delta=82834000 ns, racy<=2500000000 ns
11:03:10.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.640382000, lastModified=2022-06-15 11:03:10.557996000, delta=82386000 ns, racy<=2550000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, is unmodified
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.640460000, lastModified=2022-06-15 11:03:10.569996000, delta=70464000 ns, racy<=2550000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, is unmodified
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.640627000, lastModified=2022-06-15 11:03:09.385980000, delta=1254647000 ns, racy<=2500000000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.641602000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.641602000, lastModified=2022-06-15 11:03:09.385980000, delta=1255622000 ns, racy<=2500000000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.640830000, lastModified=2022-06-15 11:03:10.557996000, delta=82834000 ns, racy<=2500000000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.641730000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.641730000, lastModified=2022-06-15 11:03:10.557996000, delta=83734000 ns, racy<=2500000000 ns
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.641905000, lastModified=2022-06-15 11:03:10.637997000, size=176, fileKey=(dev=10006c,ino=1502379237)
11:03:10.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.641958000, lastModified=2022-06-15 11:03:10.637997000, size=176, fileKey=(dev=10006c,ino=1502379237)
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.637370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990637370000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.637370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990637370000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.637370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990637370000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.575670000, lastModified=2022-06-15 11:03:10.555996000, delta=19674000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.637370000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990637370000 ns, racy<=2550000 ns
11:03:10.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack/preserved, is unmodified
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.641602000, lastModified=2022-06-15 11:03:09.385980000, delta=1255622000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.643228000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.643228000, lastModified=2022-06-15 11:03:09.385980000, delta=1257248000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.641730000, lastModified=2022-06-15 11:03:10.557996000, delta=83734000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.643354000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.643354000, lastModified=2022-06-15 11:03:10.557996000, delta=85358000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.640382000, lastModified=2022-06-15 11:03:10.557996000, delta=82386000 ns, racy<=2550000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/HEAD, is unmodified
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.640460000, lastModified=2022-06-15 11:03:10.569996000, delta=70464000 ns, racy<=2550000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, is unmodified
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.643228000, lastModified=2022-06-15 11:03:09.385980000, delta=1257248000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.643593000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.643593000, lastModified=2022-06-15 11:03:09.385980000, delta=1257613000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.643354000, lastModified=2022-06-15 11:03:10.557996000, delta=85358000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.643697000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.643697000, lastModified=2022-06-15 11:03:10.557996000, delta=85701000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.640460000, lastModified=2022-06-15 11:03:10.569996000, delta=70464000 ns, racy<=2550000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, is unmodified
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.643593000, lastModified=2022-06-15 11:03:09.385980000, delta=1257613000 ns, racy<=2500000000 ns
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.643946000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.643946000, lastModified=2022-06-15 11:03:09.385980000, delta=1257966000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.643697000, lastModified=2022-06-15 11:03:10.557996000, delta=85701000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644097000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644097000, lastModified=2022-06-15 11:03:10.557996000, delta=86101000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.643946000, lastModified=2022-06-15 11:03:09.385980000, delta=1257966000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644224000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644224000, lastModified=2022-06-15 11:03:09.385980000, delta=1258244000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644097000, lastModified=2022-06-15 11:03:10.557996000, delta=86101000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644329000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644329000, lastModified=2022-06-15 11:03:10.557996000, delta=86333000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644224000, lastModified=2022-06-15 11:03:09.385980000, delta=1258244000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644453000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644453000, lastModified=2022-06-15 11:03:09.385980000, delta=1258473000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644329000, lastModified=2022-06-15 11:03:10.557996000, delta=86333000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644582000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644582000, lastModified=2022-06-15 11:03:10.557996000, delta=86586000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644453000, lastModified=2022-06-15 11:03:09.385980000, delta=1258473000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644724000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644724000, lastModified=2022-06-15 11:03:09.385980000, delta=1258744000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644582000, lastModified=2022-06-15 11:03:10.557996000, delta=86586000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644827000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644827000, lastModified=2022-06-15 11:03:10.557996000, delta=86831000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644724000, lastModified=2022-06-15 11:03:09.385980000, delta=1258744000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.644910000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644910000, lastModified=2022-06-15 11:03:09.385980000, delta=1258930000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.644827000, lastModified=2022-06-15 11:03:10.557996000, delta=86831000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645020000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.645020000, lastModified=2022-06-15 11:03:10.557996000, delta=87024000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.644910000, lastModified=2022-06-15 11:03:09.385980000, delta=1258930000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645171000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.645171000, lastModified=2022-06-15 11:03:09.385980000, delta=1259191000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.645020000, lastModified=2022-06-15 11:03:10.557996000, delta=87024000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645276000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.645276000, lastModified=2022-06-15 11:03:10.557996000, delta=87280000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645365000, lastModified=2022-06-15 11:03:10.643997000, size=41, fileKey=(dev=10006c,ino=1502379239)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.645171000, lastModified=2022-06-15 11:03:09.385980000, delta=1259191000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645513000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.645513000, lastModified=2022-06-15 11:03:09.385980000, delta=1259533000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.645276000, lastModified=2022-06-15 11:03:10.557996000, delta=87280000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645631000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.645631000, lastModified=2022-06-15 11:03:10.557996000, delta=87635000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.645513000, lastModified=2022-06-15 11:03:09.385980000, delta=1259533000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645780000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.645780000, lastModified=2022-06-15 11:03:09.385980000, delta=1259800000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.572716000, lastModified=2022-06-15 11:03:10.557996000, delta=14720000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645891000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.645891000, lastModified=2022-06-15 11:03:10.557996000, delta=87895000 ns, racy<=2500000000 ns
11:03:10.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1502379238) to (dev=10006c,ino=1502379239)
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.645982000, lastModified=2022-06-15 11:03:10.643997000, size=41, fileKey=(dev=10006c,ino=1502379239)
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.645780000, lastModified=2022-06-15 11:03:09.385980000, delta=1259800000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.646153000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.646153000, lastModified=2022-06-15 11:03:09.385980000, delta=1260173000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.645891000, lastModified=2022-06-15 11:03:10.557996000, delta=87895000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.646271000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.646271000, lastModified=2022-06-15 11:03:10.557996000, delta=88275000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.645982000, lastModified=2022-06-15 11:03:10.643997000, delta=1985000 ns, racy<=2550000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, is racily clean
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.646380000, lastModified=2022-06-15 11:03:10.643997000, size=41, fileKey=(dev=10006c,ino=1502379239)
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.646380000, lastModified=2022-06-15 11:03:10.643997000, delta=2383000 ns, racy<=2550000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.646153000, lastModified=2022-06-15 11:03:09.385980000, delta=1260173000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.646486000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.646486000, lastModified=2022-06-15 11:03:09.385980000, delta=1260506000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.646271000, lastModified=2022-06-15 11:03:10.557996000, delta=88275000 ns, racy<=2500000000 ns
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.646592000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.646592000, lastModified=2022-06-15 11:03:10.557996000, delta=88596000 ns, racy<=2500000000 ns
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.647115000, lastModified=2022-06-15 11:03:10.555996000, size=6, fileKey=(dev=10006c,ino=1509463291)
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.647115000, lastModified=2022-06-15 11:03:10.555996000, delta=91119000 ns, racy<=2550000 ns
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.646486000, lastModified=2022-06-15 11:03:09.385980000, delta=1260506000 ns, racy<=2500000000 ns
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.647603000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.647603000, lastModified=2022-06-15 11:03:09.385980000, delta=1261623000 ns, racy<=2500000000 ns
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.646592000, lastModified=2022-06-15 11:03:10.557996000, delta=88596000 ns, racy<=2500000000 ns
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.647777000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.647777000, lastModified=2022-06-15 11:03:10.557996000, delta=89781000 ns, racy<=2500000000 ns
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.647115000, lastModified=2022-06-15 11:03:10.555996000, delta=91119000 ns, racy<=2550000 ns
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.648675000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.647603000, lastModified=2022-06-15 11:03:09.385980000, delta=1261623000 ns, racy<=2500000000 ns
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.648 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.648795000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.648795000, lastModified=2022-06-15 11:03:09.385980000, delta=1262815000 ns, racy<=2500000000 ns
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.648914000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.648 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.648795000, lastModified=2022-06-15 11:03:09.385980000, delta=1262815000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.649 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.649020000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.649020000, lastModified=2022-06-15 11:03:09.385980000, delta=1263040000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.648914000, lastModified=2022-06-15 11:03:10.557996000, delta=90918000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.649169000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.649169000, lastModified=2022-06-15 11:03:10.557996000, delta=91173000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.649268000, lastModified=2022-06-15 11:03:10.637997000, size=176, fileKey=(dev=10006c,ino=1502379237)
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.649348000, lastModified=2022-06-15 11:03:10.555996000, size=6, fileKey=(dev=10006c,ino=1509463291)
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.649348000, lastModified=2022-06-15 11:03:10.555996000, delta=93352000 ns, racy<=2550000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.649348000, lastModified=2022-06-15 11:03:10.555996000, delta=93352000 ns, racy<=2550000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.649020000, lastModified=2022-06-15 11:03:09.385980000, delta=1263040000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.649 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.649688000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.649688000, lastModified=2022-06-15 11:03:09.385980000, delta=1263708000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.647777000, lastModified=2022-06-15 11:03:10.557996000, delta=89781000 ns, racy<=2500000000 ns
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.649839000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.649 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.649839000, lastModified=2022-06-15 11:03:10.557996000, delta=91843000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.647115000, lastModified=2022-06-15 11:03:10.555996000, delta=91119000 ns, racy<=2550000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.647115000, lastModified=2022-06-15 11:03:10.555996000, delta=91119000 ns, racy<=2550000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/objects/pack, is unmodified
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.649688000, lastModified=2022-06-15 11:03:09.385980000, delta=1263708000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.650449000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.650449000, lastModified=2022-06-15 11:03:09.385980000, delta=1264469000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.649839000, lastModified=2022-06-15 11:03:10.557996000, delta=91843000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.650592000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.650592000, lastModified=2022-06-15 11:03:10.557996000, delta=92596000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.650449000, lastModified=2022-06-15 11:03:09.385980000, delta=1264469000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.650 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.650735000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.650735000, lastModified=2022-06-15 11:03:09.385980000, delta=1264755000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.650592000, lastModified=2022-06-15 11:03:10.557996000, delta=92596000 ns, racy<=2500000000 ns
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, is racily clean
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.650840000, lastModified=2022-06-15 11:03:10.557996000, size=78, fileKey=(dev=10006c,ino=1502379234)
11:03:10.650 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit5650167007264917489/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.650840000, lastModified=2022-06-15 11:03:10.557996000, delta=92844000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.650735000, lastModified=2022-06-15 11:03:09.385980000, delta=1264755000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.653297000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.653297000, lastModified=2022-06-15 11:03:09.385980000, delta=1267317000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.653297000, lastModified=2022-06-15 11:03:09.385980000, delta=1267317000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.653491000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.653491000, lastModified=2022-06-15 11:03:09.385980000, delta=1267511000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.653491000, lastModified=2022-06-15 11:03:09.385980000, delta=1267511000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.653 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.653740000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.653740000, lastModified=2022-06-15 11:03:09.385980000, delta=1267760000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.653 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.653740000, lastModified=2022-06-15 11:03:09.385980000, delta=1267760000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.654121000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.654121000, lastModified=2022-06-15 11:03:09.385980000, delta=1268141000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.654121000, lastModified=2022-06-15 11:03:09.385980000, delta=1268141000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.654409000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.654409000, lastModified=2022-06-15 11:03:09.385980000, delta=1268429000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.654409000, lastModified=2022-06-15 11:03:09.385980000, delta=1268429000 ns, racy<=2500000000 ns
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.654 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.654952000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.654 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.654952000, lastModified=2022-06-15 11:03:09.385980000, delta=1268972000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.654952000, lastModified=2022-06-15 11:03:09.385980000, delta=1268972000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.655435000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.655435000, lastModified=2022-06-15 11:03:09.385980000, delta=1269455000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.655435000, lastModified=2022-06-15 11:03:09.385980000, delta=1269455000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.655 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.655841000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.655841000, lastModified=2022-06-15 11:03:09.385980000, delta=1269861000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.655 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.655841000, lastModified=2022-06-15 11:03:09.385980000, delta=1269861000 ns, racy<=2500000000 ns
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.656 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.656600000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.656600000, lastModified=2022-06-15 11:03:09.385980000, delta=1270620000 ns, racy<=2500000000 ns
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.656 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.656600000, lastModified=2022-06-15 11:03:09.385980000, delta=1270620000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.657105000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.657105000, lastModified=2022-06-15 11:03:09.385980000, delta=1271125000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.657105000, lastModified=2022-06-15 11:03:09.385980000, delta=1271125000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.657 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.657479000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.657479000, lastModified=2022-06-15 11:03:09.385980000, delta=1271499000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.653597000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990653597000 ns, racy<=2500000000 ns
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is unmodified
11:03:10.657 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.657782000, lastModified=2022-06-15 11:03:10.656997000, size=23, fileKey=(dev=10006c,ino=1519944952)
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.658364000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.658668000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.657479000, lastModified=2022-06-15 11:03:09.385980000, delta=1271499000 ns, racy<=2500000000 ns
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.658 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.658809000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.658809000, lastModified=2022-06-15 11:03:09.385980000, delta=1272829000 ns, racy<=2500000000 ns
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.658 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.658970000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.658809000, lastModified=2022-06-15 11:03:09.385980000, delta=1272829000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.659255000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.659255000, lastModified=2022-06-15 11:03:09.385980000, delta=1273275000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.658970000, lastModified=2022-06-15 11:03:10.657997000, delta=973000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.659413000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.659413000, lastModified=2022-06-15 11:03:10.657997000, delta=1416000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.659255000, lastModified=2022-06-15 11:03:09.385980000, delta=1273275000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.659 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.659607000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.659607000, lastModified=2022-06-15 11:03:09.385980000, delta=1273627000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.659413000, lastModified=2022-06-15 11:03:10.657997000, delta=1416000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.659771000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.659771000, lastModified=2022-06-15 11:03:10.657997000, delta=1774000 ns, racy<=2500000000 ns
11:03:10.659 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.659879000, lastModified=2022-06-15 11:03:10.656997000, size=23, fileKey=(dev=10006c,ino=1519944952)
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.660413000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.659607000, lastModified=2022-06-15 11:03:09.385980000, delta=1273627000 ns, racy<=2500000000 ns
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.660554000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.660554000, lastModified=2022-06-15 11:03:09.385980000, delta=1274574000 ns, racy<=2500000000 ns
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.660697000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.660554000, lastModified=2022-06-15 11:03:09.385980000, delta=1274574000 ns, racy<=2500000000 ns
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.660 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.660808000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.660808000, lastModified=2022-06-15 11:03:09.385980000, delta=1274828000 ns, racy<=2500000000 ns
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.660697000, lastModified=2022-06-15 11:03:10.657997000, delta=2700000 ns, racy<=2500000000 ns
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.660 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.660968000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.660968000, lastModified=2022-06-15 11:03:10.657997000, delta=2971000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.660808000, lastModified=2022-06-15 11:03:09.385980000, delta=1274828000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.661 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.661238000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.661238000, lastModified=2022-06-15 11:03:09.385980000, delta=1275258000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.660968000, lastModified=2022-06-15 11:03:10.657997000, delta=2971000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.661392000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.661392000, lastModified=2022-06-15 11:03:10.657997000, delta=3395000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.661238000, lastModified=2022-06-15 11:03:09.385980000, delta=1275258000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.661 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.661784000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.661784000, lastModified=2022-06-15 11:03:09.385980000, delta=1275804000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.661392000, lastModified=2022-06-15 11:03:10.657997000, delta=3395000 ns, racy<=2500000000 ns
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.661 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.661966000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.661966000, lastModified=2022-06-15 11:03:10.657997000, delta=3969000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.661784000, lastModified=2022-06-15 11:03:09.385980000, delta=1275804000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.662110000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.662110000, lastModified=2022-06-15 11:03:09.385980000, delta=1276130000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.661966000, lastModified=2022-06-15 11:03:10.657997000, delta=3969000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.662251000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.662251000, lastModified=2022-06-15 11:03:10.657997000, delta=4254000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.662110000, lastModified=2022-06-15 11:03:09.385980000, delta=1276130000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.662455000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.662455000, lastModified=2022-06-15 11:03:09.385980000, delta=1276475000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.662251000, lastModified=2022-06-15 11:03:10.657997000, delta=4254000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.662551000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.662551000, lastModified=2022-06-15 11:03:10.657997000, delta=4554000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.662455000, lastModified=2022-06-15 11:03:09.385980000, delta=1276475000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.662 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.662679000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.662679000, lastModified=2022-06-15 11:03:09.385980000, delta=1276699000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.662551000, lastModified=2022-06-15 11:03:10.657997000, delta=4554000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.662772000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.662772000, lastModified=2022-06-15 11:03:10.657997000, delta=4775000 ns, racy<=2500000000 ns
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.662 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.662919000, lastModified=2022-06-15 11:03:10.653997000, size=6, fileKey=(dev=10006c,ino=1529606688)
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.662919000, lastModified=2022-06-15 11:03:10.653997000, delta=8922000 ns, racy<=2550000 ns
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.663395000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990663395000 ns, racy<=2550000 ns
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, is unmodified
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.662919000, lastModified=2022-06-15 11:03:10.653997000, delta=8922000 ns, racy<=2550000 ns
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.663395000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990663395000 ns, racy<=2550000 ns
11:03:10.663 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, is unmodified
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.662679000, lastModified=2022-06-15 11:03:09.385980000, delta=1276699000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664194000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.664194000, lastModified=2022-06-15 11:03:09.385980000, delta=1278214000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.662772000, lastModified=2022-06-15 11:03:10.657997000, delta=4775000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664317000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.664317000, lastModified=2022-06-15 11:03:10.657997000, delta=6320000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664370000, lastModified=2022-06-15 11:03:10.660997000, size=0, fileKey=(dev=10006c,ino=1519944954)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.664194000, lastModified=2022-06-15 11:03:09.385980000, delta=1278214000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664418000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.664418000, lastModified=2022-06-15 11:03:09.385980000, delta=1278438000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.664317000, lastModified=2022-06-15 11:03:10.657997000, delta=6320000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664511000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.664511000, lastModified=2022-06-15 11:03:10.657997000, delta=6514000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664635000, lastModified=2022-06-15 11:03:10.663997000, size=104, fileKey=(dev=10006c,ino=1519944954)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664689000, lastModified=2022-06-15 11:03:10.663997000, size=104, fileKey=(dev=10006c,ino=1519944954)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.664418000, lastModified=2022-06-15 11:03:09.385980000, delta=1278438000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.664 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664741000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.664741000, lastModified=2022-06-15 11:03:09.385980000, delta=1278761000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.664511000, lastModified=2022-06-15 11:03:10.657997000, delta=6514000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664836000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.664836000, lastModified=2022-06-15 11:03:10.657997000, delta=6839000 ns, racy<=2500000000 ns
11:03:10.664 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664956000, lastModified=2022-06-15 11:03:10.663997000, size=104, fileKey=(dev=10006c,ino=1519944954)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.664994000, lastModified=2022-06-15 11:03:10.663997000, size=104, fileKey=(dev=10006c,ino=1519944954)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665105000, lastModified=2022-06-15 11:03:10.663997000, size=0, fileKey=(dev=10006c,ino=1519944955)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.664741000, lastModified=2022-06-15 11:03:09.385980000, delta=1278761000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665153000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665153000, lastModified=2022-06-15 11:03:09.385980000, delta=1279173000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.664836000, lastModified=2022-06-15 11:03:10.657997000, delta=6839000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665249000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.665249000, lastModified=2022-06-15 11:03:10.657997000, delta=7252000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665343000, lastModified=2022-06-15 11:03:10.664997000, size=104, fileKey=(dev=10006c,ino=1519944955)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665153000, lastModified=2022-06-15 11:03:09.385980000, delta=1279173000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665487000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665487000, lastModified=2022-06-15 11:03:09.385980000, delta=1279507000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.665249000, lastModified=2022-06-15 11:03:10.657997000, delta=7252000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665585000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.665585000, lastModified=2022-06-15 11:03:10.657997000, delta=7588000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665487000, lastModified=2022-06-15 11:03:09.385980000, delta=1279507000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665659000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665659000, lastModified=2022-06-15 11:03:09.385980000, delta=1279679000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.665585000, lastModified=2022-06-15 11:03:10.657997000, delta=7588000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665783000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.665783000, lastModified=2022-06-15 11:03:10.657997000, delta=7786000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665659000, lastModified=2022-06-15 11:03:09.385980000, delta=1279679000 ns, racy<=2500000000 ns
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.665 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.665876000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.665 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665876000, lastModified=2022-06-15 11:03:09.385980000, delta=1279896000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.665783000, lastModified=2022-06-15 11:03:10.657997000, delta=7786000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.666225000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.666225000, lastModified=2022-06-15 11:03:10.657997000, delta=8228000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.665876000, lastModified=2022-06-15 11:03:09.385980000, delta=1279896000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.666 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.666351000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.666351000, lastModified=2022-06-15 11:03:09.385980000, delta=1280371000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.666225000, lastModified=2022-06-15 11:03:10.657997000, delta=8228000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.666471000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.666471000, lastModified=2022-06-15 11:03:10.657997000, delta=8474000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.666560000, lastModified=2022-06-15 11:03:10.656997000, size=23, fileKey=(dev=10006c,ino=1519944952)
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.666351000, lastModified=2022-06-15 11:03:09.385980000, delta=1280371000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.666 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.666761000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.666761000, lastModified=2022-06-15 11:03:09.385980000, delta=1280781000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.666471000, lastModified=2022-06-15 11:03:10.657997000, delta=8474000 ns, racy<=2500000000 ns
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.666946000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.666 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.666946000, lastModified=2022-06-15 11:03:10.657997000, delta=8949000 ns, racy<=2500000000 ns
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.666560000, lastModified=2022-06-15 11:03:10.656997000, delta=9563000 ns, racy<=2550000 ns
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/HEAD, is unmodified
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.666761000, lastModified=2022-06-15 11:03:09.385980000, delta=1280781000 ns, racy<=2500000000 ns
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.667 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.667600000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.667600000, lastModified=2022-06-15 11:03:09.385980000, delta=1281620000 ns, racy<=2500000000 ns
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.666946000, lastModified=2022-06-15 11:03:10.657997000, delta=8949000 ns, racy<=2500000000 ns
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.667727000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.667727000, lastModified=2022-06-15 11:03:10.657997000, delta=9730000 ns, racy<=2500000000 ns
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.667885000, lastModified=2022-06-15 11:03:10.664997000, size=104, fileKey=(dev=10006c,ino=1519944955)
11:03:10.667 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.667933000, lastModified=2022-06-15 11:03:10.664997000, size=104, fileKey=(dev=10006c,ino=1519944955)
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.662919000, lastModified=2022-06-15 11:03:10.653997000, delta=8922000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.663395000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990663395000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, is unmodified
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.662919000, lastModified=2022-06-15 11:03:10.653997000, delta=8922000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.663395000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990663395000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, is unmodified
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.662919000, lastModified=2022-06-15 11:03:10.653997000, delta=8922000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.663395000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990663395000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, is unmodified
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.662919000, lastModified=2022-06-15 11:03:10.653997000, delta=8922000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.663395000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990663395000 ns, racy<=2550000 ns
11:03:10.668 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack/preserved, is unmodified
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.667600000, lastModified=2022-06-15 11:03:09.385980000, delta=1281620000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.669191000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.669191000, lastModified=2022-06-15 11:03:09.385980000, delta=1283211000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.667727000, lastModified=2022-06-15 11:03:10.657997000, delta=9730000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.669298000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.669298000, lastModified=2022-06-15 11:03:10.657997000, delta=11301000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.666560000, lastModified=2022-06-15 11:03:10.656997000, delta=9563000 ns, racy<=2550000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/HEAD, is unmodified
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.669191000, lastModified=2022-06-15 11:03:09.385980000, delta=1283211000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.669548000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.669548000, lastModified=2022-06-15 11:03:09.385980000, delta=1283568000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.669298000, lastModified=2022-06-15 11:03:10.657997000, delta=11301000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.669670000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.669670000, lastModified=2022-06-15 11:03:10.657997000, delta=11673000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.669548000, lastModified=2022-06-15 11:03:09.385980000, delta=1283568000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.669 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.669865000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.669865000, lastModified=2022-06-15 11:03:09.385980000, delta=1283885000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.669670000, lastModified=2022-06-15 11:03:10.657997000, delta=11673000 ns, racy<=2500000000 ns
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.669 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.669985000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.669985000, lastModified=2022-06-15 11:03:10.657997000, delta=11988000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.669865000, lastModified=2022-06-15 11:03:09.385980000, delta=1283885000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.670586000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.670586000, lastModified=2022-06-15 11:03:09.385980000, delta=1284606000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.669985000, lastModified=2022-06-15 11:03:10.657997000, delta=11988000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.670701000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.670701000, lastModified=2022-06-15 11:03:10.657997000, delta=12704000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.670586000, lastModified=2022-06-15 11:03:09.385980000, delta=1284606000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.670 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.670832000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.670832000, lastModified=2022-06-15 11:03:09.385980000, delta=1284852000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.670701000, lastModified=2022-06-15 11:03:10.657997000, delta=12704000 ns, racy<=2500000000 ns
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.670936000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.670 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.670936000, lastModified=2022-06-15 11:03:10.657997000, delta=12939000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.670832000, lastModified=2022-06-15 11:03:09.385980000, delta=1284852000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671117000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671117000, lastModified=2022-06-15 11:03:09.385980000, delta=1285137000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.670936000, lastModified=2022-06-15 11:03:10.657997000, delta=12939000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671245000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671245000, lastModified=2022-06-15 11:03:10.657997000, delta=13248000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671117000, lastModified=2022-06-15 11:03:09.385980000, delta=1285137000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671330000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671330000, lastModified=2022-06-15 11:03:09.385980000, delta=1285350000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671245000, lastModified=2022-06-15 11:03:10.657997000, delta=13248000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671425000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671425000, lastModified=2022-06-15 11:03:10.657997000, delta=13428000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671330000, lastModified=2022-06-15 11:03:09.385980000, delta=1285350000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671628000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671628000, lastModified=2022-06-15 11:03:09.385980000, delta=1285648000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671425000, lastModified=2022-06-15 11:03:10.657997000, delta=13428000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671736000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671736000, lastModified=2022-06-15 11:03:10.657997000, delta=13739000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671628000, lastModified=2022-06-15 11:03:09.385980000, delta=1285648000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671816000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671816000, lastModified=2022-06-15 11:03:09.385980000, delta=1285836000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671736000, lastModified=2022-06-15 11:03:10.657997000, delta=13739000 ns, racy<=2500000000 ns
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.671913000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.671 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671913000, lastModified=2022-06-15 11:03:10.657997000, delta=13916000 ns, racy<=2500000000 ns
11:03:10.672 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.672023000, lastModified=2022-06-15 11:03:10.669997000, size=41, fileKey=(dev=10006c,ino=1521852582)
11:03:10.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.671816000, lastModified=2022-06-15 11:03:09.385980000, delta=1285836000 ns, racy<=2500000000 ns
11:03:10.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.736 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.736 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.736934000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.736934000, lastModified=2022-06-15 11:03:09.385980000, delta=1350954000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.671913000, lastModified=2022-06-15 11:03:10.657997000, delta=13916000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.737292000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.737292000, lastModified=2022-06-15 11:03:10.657997000, delta=79295000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.736934000, lastModified=2022-06-15 11:03:09.385980000, delta=1350954000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.737 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.737541000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.737541000, lastModified=2022-06-15 11:03:09.385980000, delta=1351561000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.659771000, lastModified=2022-06-15 11:03:10.657997000, delta=1774000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.737695000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.737695000, lastModified=2022-06-15 11:03:10.657997000, delta=79698000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.737771000, lastModified=2022-06-15 11:03:10.669997000, size=41, fileKey=(dev=10006c,ino=1521852582)
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.737541000, lastModified=2022-06-15 11:03:09.385980000, delta=1351561000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.737 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.737869000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.737869000, lastModified=2022-06-15 11:03:09.385980000, delta=1351889000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.737695000, lastModified=2022-06-15 11:03:10.657997000, delta=79698000 ns, racy<=2500000000 ns
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.737 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.737977000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.737977000, lastModified=2022-06-15 11:03:10.657997000, delta=79980000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.737771000, lastModified=2022-06-15 11:03:10.669997000, delta=67774000 ns, racy<=2550000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master, is unmodified
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.737869000, lastModified=2022-06-15 11:03:09.385980000, delta=1351889000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.738508000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.738508000, lastModified=2022-06-15 11:03:09.385980000, delta=1352528000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.737977000, lastModified=2022-06-15 11:03:10.657997000, delta=79980000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.738616000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.738616000, lastModified=2022-06-15 11:03:10.657997000, delta=80619000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.737771000, lastModified=2022-06-15 11:03:10.669997000, delta=67774000 ns, racy<=2550000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master, is unmodified
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.738508000, lastModified=2022-06-15 11:03:09.385980000, delta=1352528000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.738 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.738739000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.738739000, lastModified=2022-06-15 11:03:09.385980000, delta=1352759000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.738616000, lastModified=2022-06-15 11:03:10.657997000, delta=80619000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.738848000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.738848000, lastModified=2022-06-15 11:03:10.657997000, delta=80851000 ns, racy<=2500000000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.737771000, lastModified=2022-06-15 11:03:10.669997000, delta=67774000 ns, racy<=2550000 ns
11:03:10.738 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/refs/heads/master, is unmodified
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.738739000, lastModified=2022-06-15 11:03:09.385980000, delta=1352759000 ns, racy<=2500000000 ns
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.739065000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.739065000, lastModified=2022-06-15 11:03:09.385980000, delta=1353085000 ns, racy<=2500000000 ns
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.738848000, lastModified=2022-06-15 11:03:10.657997000, delta=80851000 ns, racy<=2500000000 ns
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.739183000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.739183000, lastModified=2022-06-15 11:03:10.657997000, delta=81186000 ns, racy<=2500000000 ns
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.739660000, lastModified=2022-06-15 11:03:10.653997000, size=6, fileKey=(dev=10006c,ino=1529606688)
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.739660000, lastModified=2022-06-15 11:03:10.653997000, delta=85663000 ns, racy<=2550000 ns
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.739065000, lastModified=2022-06-15 11:03:09.385980000, delta=1353085000 ns, racy<=2500000000 ns
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.739 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.739921000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.739 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.739921000, lastModified=2022-06-15 11:03:09.385980000, delta=1353941000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.739183000, lastModified=2022-06-15 11:03:10.657997000, delta=81186000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.740064000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.740064000, lastModified=2022-06-15 11:03:10.657997000, delta=82067000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.740501000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.739921000, lastModified=2022-06-15 11:03:09.385980000, delta=1353941000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.740674000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.740674000, lastModified=2022-06-15 11:03:09.385980000, delta=1354694000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.740767000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.740674000, lastModified=2022-06-15 11:03:09.385980000, delta=1354694000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.740 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.740861000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.740861000, lastModified=2022-06-15 11:03:09.385980000, delta=1354881000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.740767000, lastModified=2022-06-15 11:03:10.657997000, delta=82770000 ns, racy<=2500000000 ns
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, is racily clean
11:03:10.740 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.740977000, lastModified=2022-06-15 11:03:10.657997000, size=78, fileKey=(dev=10006c,ino=1519944953)
11:03:10.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.740977000, lastModified=2022-06-15 11:03:10.657997000, delta=82980000 ns, racy<=2500000000 ns
11:03:10.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.741095000, lastModified=2022-06-15 11:03:10.664997000, size=104, fileKey=(dev=10006c,ino=1519944955)
11:03:10.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.741173000, lastModified=2022-06-15 11:03:10.653997000, size=6, fileKey=(dev=10006c,ino=1529606688)
11:03:10.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.741173000, lastModified=2022-06-15 11:03:10.653997000, delta=87176000 ns, racy<=2550000 ns
11:03:10.741 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11043101705767101815/.git/objects/pack, is unmodified
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.740861000, lastModified=2022-06-15 11:03:09.385980000, delta=1354881000 ns, racy<=2500000000 ns
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.742606000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.742606000, lastModified=2022-06-15 11:03:09.385980000, delta=1356626000 ns, racy<=2500000000 ns
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.742606000, lastModified=2022-06-15 11:03:09.385980000, delta=1356626000 ns, racy<=2500000000 ns
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.742 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.742760000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.742760000, lastModified=2022-06-15 11:03:09.385980000, delta=1356780000 ns, racy<=2500000000 ns
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.742 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.742760000, lastModified=2022-06-15 11:03:09.385980000, delta=1356780000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.743022000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743022000, lastModified=2022-06-15 11:03:09.385980000, delta=1357042000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743022000, lastModified=2022-06-15 11:03:09.385980000, delta=1357042000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.743309000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743309000, lastModified=2022-06-15 11:03:09.385980000, delta=1357329000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743309000, lastModified=2022-06-15 11:03:09.385980000, delta=1357329000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.743518000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743518000, lastModified=2022-06-15 11:03:09.385980000, delta=1357538000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743518000, lastModified=2022-06-15 11:03:09.385980000, delta=1357538000 ns, racy<=2500000000 ns
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.743 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.743939000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.743 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743939000, lastModified=2022-06-15 11:03:09.385980000, delta=1357959000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.743939000, lastModified=2022-06-15 11:03:09.385980000, delta=1357959000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.744307000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.744307000, lastModified=2022-06-15 11:03:09.385980000, delta=1358327000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.744307000, lastModified=2022-06-15 11:03:09.385980000, delta=1358327000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.744 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.744621000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.744621000, lastModified=2022-06-15 11:03:09.385980000, delta=1358641000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.744 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.744621000, lastModified=2022-06-15 11:03:09.385980000, delta=1358641000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.745 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.745246000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.745246000, lastModified=2022-06-15 11:03:09.385980000, delta=1359266000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.745246000, lastModified=2022-06-15 11:03:09.385980000, delta=1359266000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.745 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.745533000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.745533000, lastModified=2022-06-15 11:03:09.385980000, delta=1359553000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.745533000, lastModified=2022-06-15 11:03:09.385980000, delta=1359553000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.745 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.745788000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.745788000, lastModified=2022-06-15 11:03:09.385980000, delta=1359808000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.742871000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990742871000 ns, racy<=2500000000 ns
11:03:10.745 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is unmodified
11:03:10.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.746008000, lastModified=2022-06-15 11:03:10.744998000, size=23, fileKey=(dev=10006c,ino=1536407771)
11:03:10.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.746554000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.746836000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.745788000, lastModified=2022-06-15 11:03:09.385980000, delta=1359808000 ns, racy<=2500000000 ns
11:03:10.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.746 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.746959000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.746 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.746959000, lastModified=2022-06-15 11:03:09.385980000, delta=1360979000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.747119000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.746959000, lastModified=2022-06-15 11:03:09.385980000, delta=1360979000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.747214000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.747214000, lastModified=2022-06-15 11:03:09.385980000, delta=1361234000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.747119000, lastModified=2022-06-15 11:03:10.745998000, delta=1121000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.747322000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.747322000, lastModified=2022-06-15 11:03:10.745998000, delta=1324000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.747214000, lastModified=2022-06-15 11:03:09.385980000, delta=1361234000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.747 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.747485000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.747485000, lastModified=2022-06-15 11:03:09.385980000, delta=1361505000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.747322000, lastModified=2022-06-15 11:03:10.745998000, delta=1324000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.747597000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.747597000, lastModified=2022-06-15 11:03:10.745998000, delta=1599000 ns, racy<=2500000000 ns
11:03:10.747 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.747664000, lastModified=2022-06-15 11:03:10.744998000, size=23, fileKey=(dev=10006c,ino=1536407771)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748122000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.747485000, lastModified=2022-06-15 11:03:09.385980000, delta=1361505000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748240000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748240000, lastModified=2022-06-15 11:03:09.385980000, delta=1362260000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748333000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748240000, lastModified=2022-06-15 11:03:09.385980000, delta=1362260000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748425000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748425000, lastModified=2022-06-15 11:03:09.385980000, delta=1362445000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.748333000, lastModified=2022-06-15 11:03:10.745998000, delta=2335000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748532000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.748532000, lastModified=2022-06-15 11:03:10.745998000, delta=2534000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748425000, lastModified=2022-06-15 11:03:09.385980000, delta=1362445000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748709000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748709000, lastModified=2022-06-15 11:03:09.385980000, delta=1362729000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.748532000, lastModified=2022-06-15 11:03:10.745998000, delta=2534000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748818000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.748818000, lastModified=2022-06-15 11:03:10.745998000, delta=2820000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748709000, lastModified=2022-06-15 11:03:09.385980000, delta=1362729000 ns, racy<=2500000000 ns
11:03:10.748 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.748 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.748990000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748990000, lastModified=2022-06-15 11:03:09.385980000, delta=1363010000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.748818000, lastModified=2022-06-15 11:03:10.745998000, delta=2820000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.749156000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749156000, lastModified=2022-06-15 11:03:10.745998000, delta=3158000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.748990000, lastModified=2022-06-15 11:03:09.385980000, delta=1363010000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.749 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.749267000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.749267000, lastModified=2022-06-15 11:03:09.385980000, delta=1363287000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749156000, lastModified=2022-06-15 11:03:10.745998000, delta=3158000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.749364000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749364000, lastModified=2022-06-15 11:03:10.745998000, delta=3366000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.749267000, lastModified=2022-06-15 11:03:09.385980000, delta=1363287000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.749 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.749536000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.749536000, lastModified=2022-06-15 11:03:09.385980000, delta=1363556000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749364000, lastModified=2022-06-15 11:03:10.745998000, delta=3366000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.749686000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749686000, lastModified=2022-06-15 11:03:10.745998000, delta=3688000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.749536000, lastModified=2022-06-15 11:03:09.385980000, delta=1363556000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.749 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.749878000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.749878000, lastModified=2022-06-15 11:03:09.385980000, delta=1363898000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749686000, lastModified=2022-06-15 11:03:10.745998000, delta=3688000 ns, racy<=2500000000 ns
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.749 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.749977000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749977000, lastModified=2022-06-15 11:03:10.745998000, delta=3979000 ns, racy<=2500000000 ns
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.750199000, lastModified=2022-06-15 11:03:10.742998000, size=6, fileKey=(dev=10006c,ino=1546499753)
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.750199000, lastModified=2022-06-15 11:03:10.742998000, delta=7201000 ns, racy<=2550000 ns
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.750657000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990750657000 ns, racy<=2550000 ns
11:03:10.750 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.750199000, lastModified=2022-06-15 11:03:10.742998000, delta=7201000 ns, racy<=2550000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.750657000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990750657000 ns, racy<=2550000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.749878000, lastModified=2022-06-15 11:03:09.385980000, delta=1363898000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.751459000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.751459000, lastModified=2022-06-15 11:03:09.385980000, delta=1365479000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.749977000, lastModified=2022-06-15 11:03:10.745998000, delta=3979000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.751579000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.751579000, lastModified=2022-06-15 11:03:10.745998000, delta=5581000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.751636000, lastModified=2022-06-15 11:03:10.747998000, size=0, fileKey=(dev=10006c,ino=1536407773)
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.751459000, lastModified=2022-06-15 11:03:09.385980000, delta=1365479000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.751 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.751703000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.751703000, lastModified=2022-06-15 11:03:09.385980000, delta=1365723000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.751579000, lastModified=2022-06-15 11:03:10.745998000, delta=5581000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.751812000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.751812000, lastModified=2022-06-15 11:03:10.745998000, delta=5814000 ns, racy<=2500000000 ns
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.751905000, lastModified=2022-06-15 11:03:10.750998000, size=104, fileKey=(dev=10006c,ino=1536407773)
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.751951000, lastModified=2022-06-15 11:03:10.750998000, size=104, fileKey=(dev=10006c,ino=1536407773)
11:03:10.751 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.751703000, lastModified=2022-06-15 11:03:09.385980000, delta=1365723000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752017000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.752017000, lastModified=2022-06-15 11:03:09.385980000, delta=1366037000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.751812000, lastModified=2022-06-15 11:03:10.745998000, delta=5814000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752187000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.752187000, lastModified=2022-06-15 11:03:10.745998000, delta=6189000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752356000, lastModified=2022-06-15 11:03:10.750998000, size=104, fileKey=(dev=10006c,ino=1536407773)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752416000, lastModified=2022-06-15 11:03:10.750998000, size=104, fileKey=(dev=10006c,ino=1536407773)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752486000, lastModified=2022-06-15 11:03:10.751998000, size=0, fileKey=(dev=10006c,ino=1536407774)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.752017000, lastModified=2022-06-15 11:03:09.385980000, delta=1366037000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752532000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.752532000, lastModified=2022-06-15 11:03:09.385980000, delta=1366552000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.752187000, lastModified=2022-06-15 11:03:10.745998000, delta=6189000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752653000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.752653000, lastModified=2022-06-15 11:03:10.745998000, delta=6655000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752743000, lastModified=2022-06-15 11:03:10.751998000, size=104, fileKey=(dev=10006c,ino=1536407774)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.752532000, lastModified=2022-06-15 11:03:09.385980000, delta=1366552000 ns, racy<=2500000000 ns
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.752 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.752924000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.752 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.752924000, lastModified=2022-06-15 11:03:09.385980000, delta=1366944000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.752653000, lastModified=2022-06-15 11:03:10.745998000, delta=6655000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753095000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753095000, lastModified=2022-06-15 11:03:10.745998000, delta=7097000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.752924000, lastModified=2022-06-15 11:03:09.385980000, delta=1366944000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753202000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.753202000, lastModified=2022-06-15 11:03:09.385980000, delta=1367222000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753095000, lastModified=2022-06-15 11:03:10.745998000, delta=7097000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753305000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753305000, lastModified=2022-06-15 11:03:10.745998000, delta=7307000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.753202000, lastModified=2022-06-15 11:03:09.385980000, delta=1367222000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753471000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.753471000, lastModified=2022-06-15 11:03:09.385980000, delta=1367491000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753305000, lastModified=2022-06-15 11:03:10.745998000, delta=7307000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753629000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753629000, lastModified=2022-06-15 11:03:10.745998000, delta=7631000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.753471000, lastModified=2022-06-15 11:03:09.385980000, delta=1367491000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.753 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753742000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.753742000, lastModified=2022-06-15 11:03:09.385980000, delta=1367762000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753629000, lastModified=2022-06-15 11:03:10.745998000, delta=7631000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753888000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753888000, lastModified=2022-06-15 11:03:10.745998000, delta=7890000 ns, racy<=2500000000 ns
11:03:10.753 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.753980000, lastModified=2022-06-15 11:03:10.744998000, size=23, fileKey=(dev=10006c,ino=1536407771)
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.753742000, lastModified=2022-06-15 11:03:09.385980000, delta=1367762000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.754274000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.754274000, lastModified=2022-06-15 11:03:09.385980000, delta=1368294000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.753888000, lastModified=2022-06-15 11:03:10.745998000, delta=7890000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.754408000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.754408000, lastModified=2022-06-15 11:03:10.745998000, delta=8410000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.753980000, lastModified=2022-06-15 11:03:10.744998000, delta=8982000 ns, racy<=2550000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, is unmodified
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.754274000, lastModified=2022-06-15 11:03:09.385980000, delta=1368294000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.754 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.754917000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.754917000, lastModified=2022-06-15 11:03:09.385980000, delta=1368937000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.754 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.754408000, lastModified=2022-06-15 11:03:10.745998000, delta=8410000 ns, racy<=2500000000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.755020000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.755020000, lastModified=2022-06-15 11:03:10.745998000, delta=9022000 ns, racy<=2500000000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.755222000, lastModified=2022-06-15 11:03:10.751998000, size=104, fileKey=(dev=10006c,ino=1536407774)
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.755273000, lastModified=2022-06-15 11:03:10.751998000, size=104, fileKey=(dev=10006c,ino=1536407774)
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.750199000, lastModified=2022-06-15 11:03:10.742998000, delta=7201000 ns, racy<=2550000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.750657000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990750657000 ns, racy<=2550000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.750199000, lastModified=2022-06-15 11:03:10.742998000, delta=7201000 ns, racy<=2550000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.750657000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990750657000 ns, racy<=2550000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.750199000, lastModified=2022-06-15 11:03:10.742998000, delta=7201000 ns, racy<=2550000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.750657000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990750657000 ns, racy<=2550000 ns
11:03:10.755 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.750199000, lastModified=2022-06-15 11:03:10.742998000, delta=7201000 ns, racy<=2550000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.750657000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990750657000 ns, racy<=2550000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.754917000, lastModified=2022-06-15 11:03:09.385980000, delta=1368937000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.756482000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.756482000, lastModified=2022-06-15 11:03:09.385980000, delta=1370502000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.755020000, lastModified=2022-06-15 11:03:10.745998000, delta=9022000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.756591000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.756591000, lastModified=2022-06-15 11:03:10.745998000, delta=10593000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.753980000, lastModified=2022-06-15 11:03:10.744998000, delta=8982000 ns, racy<=2550000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, is unmodified
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.756482000, lastModified=2022-06-15 11:03:09.385980000, delta=1370502000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.756 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.756898000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.756898000, lastModified=2022-06-15 11:03:09.385980000, delta=1370918000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.756591000, lastModified=2022-06-15 11:03:10.745998000, delta=10593000 ns, racy<=2500000000 ns
11:03:10.756 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.757002000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.757002000, lastModified=2022-06-15 11:03:10.745998000, delta=11004000 ns, racy<=2500000000 ns
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.756898000, lastModified=2022-06-15 11:03:09.385980000, delta=1370918000 ns, racy<=2500000000 ns
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.757270000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.757270000, lastModified=2022-06-15 11:03:09.385980000, delta=1371290000 ns, racy<=2500000000 ns
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.757002000, lastModified=2022-06-15 11:03:10.745998000, delta=11004000 ns, racy<=2500000000 ns
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.757402000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.757402000, lastModified=2022-06-15 11:03:10.745998000, delta=11404000 ns, racy<=2500000000 ns
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.757270000, lastModified=2022-06-15 11:03:09.385980000, delta=1371290000 ns, racy<=2500000000 ns
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.757 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.757 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.757946000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.757946000, lastModified=2022-06-15 11:03:09.385980000, delta=1371966000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.757402000, lastModified=2022-06-15 11:03:10.745998000, delta=11404000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.758189000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758189000, lastModified=2022-06-15 11:03:10.745998000, delta=12191000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.757946000, lastModified=2022-06-15 11:03:09.385980000, delta=1371966000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.758374000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.758374000, lastModified=2022-06-15 11:03:09.385980000, delta=1372394000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758189000, lastModified=2022-06-15 11:03:10.745998000, delta=12191000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.758521000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758521000, lastModified=2022-06-15 11:03:10.745998000, delta=12523000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.758374000, lastModified=2022-06-15 11:03:09.385980000, delta=1372394000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.758650000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.758650000, lastModified=2022-06-15 11:03:09.385980000, delta=1372670000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758521000, lastModified=2022-06-15 11:03:10.745998000, delta=12523000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.758758000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758758000, lastModified=2022-06-15 11:03:10.745998000, delta=12760000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.758650000, lastModified=2022-06-15 11:03:09.385980000, delta=1372670000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.758 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.758842000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.758842000, lastModified=2022-06-15 11:03:09.385980000, delta=1372862000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758758000, lastModified=2022-06-15 11:03:10.745998000, delta=12760000 ns, racy<=2500000000 ns
11:03:10.758 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.758991000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758991000, lastModified=2022-06-15 11:03:10.745998000, delta=12993000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.758842000, lastModified=2022-06-15 11:03:09.385980000, delta=1372862000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.759216000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.759216000, lastModified=2022-06-15 11:03:09.385980000, delta=1373236000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.758991000, lastModified=2022-06-15 11:03:10.745998000, delta=12993000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.759334000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.759334000, lastModified=2022-06-15 11:03:10.745998000, delta=13336000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.759216000, lastModified=2022-06-15 11:03:09.385980000, delta=1373236000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.759419000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.759419000, lastModified=2022-06-15 11:03:09.385980000, delta=1373439000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.759334000, lastModified=2022-06-15 11:03:10.745998000, delta=13336000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.759529000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.759529000, lastModified=2022-06-15 11:03:10.745998000, delta=13531000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.759635000, lastModified=2022-06-15 11:03:10.757998000, size=41, fileKey=(dev=10006c,ino=1539112432)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.759419000, lastModified=2022-06-15 11:03:09.385980000, delta=1373439000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.759 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.759786000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.759786000, lastModified=2022-06-15 11:03:09.385980000, delta=1373806000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.759529000, lastModified=2022-06-15 11:03:10.745998000, delta=13531000 ns, racy<=2500000000 ns
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.759900000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.759 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.759900000, lastModified=2022-06-15 11:03:10.745998000, delta=13902000 ns, racy<=2500000000 ns
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.760695000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.759786000, lastModified=2022-06-15 11:03:09.385980000, delta=1373806000 ns, racy<=2500000000 ns
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.760 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.760863000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.760863000, lastModified=2022-06-15 11:03:09.385980000, delta=1374883000 ns, racy<=2500000000 ns
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.760 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.760959000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.760863000, lastModified=2022-06-15 11:03:09.385980000, delta=1374883000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761068000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.761068000, lastModified=2022-06-15 11:03:09.385980000, delta=1375088000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.760959000, lastModified=2022-06-15 11:03:10.745998000, delta=14961000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761262000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.761262000, lastModified=2022-06-15 11:03:10.745998000, delta=15264000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761352000, lastModified=2022-06-15 11:03:10.751998000, size=104, fileKey=(dev=10006c,ino=1536407774)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.761068000, lastModified=2022-06-15 11:03:09.385980000, delta=1375088000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761447000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.761447000, lastModified=2022-06-15 11:03:09.385980000, delta=1375467000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.761262000, lastModified=2022-06-15 11:03:10.745998000, delta=15264000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761553000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.761553000, lastModified=2022-06-15 11:03:10.745998000, delta=15555000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761752000, lastModified=2022-06-15 11:03:10.751998000, size=104, fileKey=(dev=10006c,ino=1536407774)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761813000, lastModified=2022-06-15 11:03:10.751998000, size=104, fileKey=(dev=10006c,ino=1536407774)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.761447000, lastModified=2022-06-15 11:03:09.385980000, delta=1375467000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.761 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.761888000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.761888000, lastModified=2022-06-15 11:03:09.385980000, delta=1375908000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.761 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.761553000, lastModified=2022-06-15 11:03:10.745998000, delta=15555000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.762018000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.762018000, lastModified=2022-06-15 11:03:10.745998000, delta=16020000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.761888000, lastModified=2022-06-15 11:03:09.385980000, delta=1375908000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.762215000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.762215000, lastModified=2022-06-15 11:03:09.385980000, delta=1376235000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.762018000, lastModified=2022-06-15 11:03:10.745998000, delta=16020000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.762359000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.762359000, lastModified=2022-06-15 11:03:10.745998000, delta=16361000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.762215000, lastModified=2022-06-15 11:03:09.385980000, delta=1376235000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.762 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.762610000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.762610000, lastModified=2022-06-15 11:03:09.385980000, delta=1376630000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.762359000, lastModified=2022-06-15 11:03:10.745998000, delta=16361000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.762717000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.762717000, lastModified=2022-06-15 11:03:10.745998000, delta=16719000 ns, racy<=2500000000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, size=6, fileKey=(dev=10006c,ino=1546499753)
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.762 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.762610000, lastModified=2022-06-15 11:03:09.385980000, delta=1376630000 ns, racy<=2500000000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.763 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.763115000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.763115000, lastModified=2022-06-15 11:03:09.385980000, delta=1377135000 ns, racy<=2500000000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.762717000, lastModified=2022-06-15 11:03:10.745998000, delta=16719000 ns, racy<=2500000000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.763252000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.763252000, lastModified=2022-06-15 11:03:10.745998000, delta=17254000 ns, racy<=2500000000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.763492000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990763492000 ns, racy<=2550000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.763492000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990763492000 ns, racy<=2550000 ns
11:03:10.763 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764026000, lastModified=2022-06-15 11:03:10.760998000, size=0, fileKey=(dev=10006c,ino=1536407775)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.763115000, lastModified=2022-06-15 11:03:09.385980000, delta=1377135000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764183000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.764183000, lastModified=2022-06-15 11:03:09.385980000, delta=1378203000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.763252000, lastModified=2022-06-15 11:03:10.745998000, delta=17254000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764342000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.764342000, lastModified=2022-06-15 11:03:10.745998000, delta=18344000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764448000, lastModified=2022-06-15 11:03:10.763998000, size=176, fileKey=(dev=10006c,ino=1536407775)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764525000, lastModified=2022-06-15 11:03:10.763998000, size=176, fileKey=(dev=10006c,ino=1536407775)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.764183000, lastModified=2022-06-15 11:03:09.385980000, delta=1378203000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764729000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.764729000, lastModified=2022-06-15 11:03:09.385980000, delta=1378749000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.764342000, lastModified=2022-06-15 11:03:10.745998000, delta=18344000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764852000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.764852000, lastModified=2022-06-15 11:03:10.745998000, delta=18854000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.764729000, lastModified=2022-06-15 11:03:09.385980000, delta=1378749000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.764 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.764932000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.764932000, lastModified=2022-06-15 11:03:09.385980000, delta=1378952000 ns, racy<=2500000000 ns
11:03:10.764 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.764852000, lastModified=2022-06-15 11:03:10.745998000, delta=18854000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765033000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765033000, lastModified=2022-06-15 11:03:10.745998000, delta=19035000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.764932000, lastModified=2022-06-15 11:03:09.385980000, delta=1378952000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765205000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.765205000, lastModified=2022-06-15 11:03:09.385980000, delta=1379225000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765033000, lastModified=2022-06-15 11:03:10.745998000, delta=19035000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765295000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765295000, lastModified=2022-06-15 11:03:10.745998000, delta=19297000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.765205000, lastModified=2022-06-15 11:03:09.385980000, delta=1379225000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765372000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.765372000, lastModified=2022-06-15 11:03:09.385980000, delta=1379392000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765295000, lastModified=2022-06-15 11:03:10.745998000, delta=19297000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765474000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765474000, lastModified=2022-06-15 11:03:10.745998000, delta=19476000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765546000, lastModified=2022-06-15 11:03:10.744998000, size=23, fileKey=(dev=10006c,ino=1536407771)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765593000, lastModified=2022-06-15 11:03:10.757998000, size=41, fileKey=(dev=10006c,ino=1539112432)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.765372000, lastModified=2022-06-15 11:03:09.385980000, delta=1379392000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765697000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.765697000, lastModified=2022-06-15 11:03:09.385980000, delta=1379717000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765474000, lastModified=2022-06-15 11:03:10.745998000, delta=19476000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.765801000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765801000, lastModified=2022-06-15 11:03:10.745998000, delta=19803000 ns, racy<=2500000000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.765546000, lastModified=2022-06-15 11:03:10.744998000, delta=20548000 ns, racy<=2550000 ns
11:03:10.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, is unmodified
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.765593000, lastModified=2022-06-15 11:03:10.757998000, delta=7595000 ns, racy<=2550000 ns
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, is unmodified
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.765697000, lastModified=2022-06-15 11:03:09.385980000, delta=1379717000 ns, racy<=2500000000 ns
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.766 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.766781000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.766781000, lastModified=2022-06-15 11:03:09.385980000, delta=1380801000 ns, racy<=2500000000 ns
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.765801000, lastModified=2022-06-15 11:03:10.745998000, delta=19803000 ns, racy<=2500000000 ns
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.766926000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.766926000, lastModified=2022-06-15 11:03:10.745998000, delta=20928000 ns, racy<=2500000000 ns
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.767182000, lastModified=2022-06-15 11:03:10.763998000, size=176, fileKey=(dev=10006c,ino=1536407775)
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.767237000, lastModified=2022-06-15 11:03:10.763998000, size=176, fileKey=(dev=10006c,ino=1536407775)
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.763492000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990763492000 ns, racy<=2550000 ns
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.763492000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990763492000 ns, racy<=2550000 ns
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.767 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.763492000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990763492000 ns, racy<=2550000 ns
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.762854000, lastModified=2022-06-15 11:03:10.742998000, delta=19856000 ns, racy<=2550000 ns
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.763492000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990763492000 ns, racy<=2550000 ns
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack/preserved, is unmodified
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.766781000, lastModified=2022-06-15 11:03:09.385980000, delta=1380801000 ns, racy<=2500000000 ns
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.768 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.768741000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.768741000, lastModified=2022-06-15 11:03:09.385980000, delta=1382761000 ns, racy<=2500000000 ns
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.766926000, lastModified=2022-06-15 11:03:10.745998000, delta=20928000 ns, racy<=2500000000 ns
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.768900000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.768 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.768900000, lastModified=2022-06-15 11:03:10.745998000, delta=22902000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.765546000, lastModified=2022-06-15 11:03:10.744998000, delta=20548000 ns, racy<=2550000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, is unmodified
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.765593000, lastModified=2022-06-15 11:03:10.757998000, delta=7595000 ns, racy<=2550000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, is unmodified
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.768741000, lastModified=2022-06-15 11:03:09.385980000, delta=1382761000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.769 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.769321000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.769321000, lastModified=2022-06-15 11:03:09.385980000, delta=1383341000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.768900000, lastModified=2022-06-15 11:03:10.745998000, delta=22902000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.769508000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.769508000, lastModified=2022-06-15 11:03:10.745998000, delta=23510000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.765593000, lastModified=2022-06-15 11:03:10.757998000, delta=7595000 ns, racy<=2550000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, is unmodified
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.769321000, lastModified=2022-06-15 11:03:09.385980000, delta=1383341000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.769 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.769834000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.769834000, lastModified=2022-06-15 11:03:09.385980000, delta=1383854000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.769 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.769508000, lastModified=2022-06-15 11:03:10.745998000, delta=23510000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.770037000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.770037000, lastModified=2022-06-15 11:03:10.745998000, delta=24039000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.769834000, lastModified=2022-06-15 11:03:09.385980000, delta=1383854000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.770323000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.770323000, lastModified=2022-06-15 11:03:09.385980000, delta=1384343000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.770037000, lastModified=2022-06-15 11:03:10.745998000, delta=24039000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.770502000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.770502000, lastModified=2022-06-15 11:03:10.745998000, delta=24504000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.770323000, lastModified=2022-06-15 11:03:09.385980000, delta=1384343000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.770670000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.770670000, lastModified=2022-06-15 11:03:09.385980000, delta=1384690000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.770502000, lastModified=2022-06-15 11:03:10.745998000, delta=24504000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.770833000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.770833000, lastModified=2022-06-15 11:03:10.745998000, delta=24835000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.770670000, lastModified=2022-06-15 11:03:09.385980000, delta=1384690000 ns, racy<=2500000000 ns
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.770 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.770948000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.770 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.770948000, lastModified=2022-06-15 11:03:09.385980000, delta=1384968000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.770833000, lastModified=2022-06-15 11:03:10.745998000, delta=24835000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771069000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.771069000, lastModified=2022-06-15 11:03:10.745998000, delta=25071000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.770948000, lastModified=2022-06-15 11:03:09.385980000, delta=1384968000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771184000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.771184000, lastModified=2022-06-15 11:03:09.385980000, delta=1385204000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.771069000, lastModified=2022-06-15 11:03:10.745998000, delta=25071000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771290000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.771290000, lastModified=2022-06-15 11:03:10.745998000, delta=25292000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.771184000, lastModified=2022-06-15 11:03:09.385980000, delta=1385204000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771362000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.771362000, lastModified=2022-06-15 11:03:09.385980000, delta=1385382000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.771290000, lastModified=2022-06-15 11:03:10.745998000, delta=25292000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771492000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.771492000, lastModified=2022-06-15 11:03:10.745998000, delta=25494000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771576000, lastModified=2022-06-15 11:03:10.769999000, size=41, fileKey=(dev=10006c,ino=1539112433)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.771362000, lastModified=2022-06-15 11:03:09.385980000, delta=1385382000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.771 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771730000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.771730000, lastModified=2022-06-15 11:03:09.385980000, delta=1385750000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.771492000, lastModified=2022-06-15 11:03:10.745998000, delta=25494000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.771867000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.771867000, lastModified=2022-06-15 11:03:10.745998000, delta=25869000 ns, racy<=2500000000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.747664000, lastModified=2022-06-15 11:03:10.744998000, delta=2666000 ns, racy<=2550000 ns
11:03:10.771 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/HEAD, is unmodified
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772108000, lastModified=2022-06-15 11:03:10.769999000, size=41, fileKey=(dev=10006c,ino=1539112433)
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.771730000, lastModified=2022-06-15 11:03:09.385980000, delta=1385750000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772212000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.772212000, lastModified=2022-06-15 11:03:09.385980000, delta=1386232000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.747597000, lastModified=2022-06-15 11:03:10.745998000, delta=1599000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772342000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.772342000, lastModified=2022-06-15 11:03:10.745998000, delta=26344000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, size changed from 0 to 176 bytes
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772506000, lastModified=2022-06-15 11:03:10.763998000, size=176, fileKey=(dev=10006c,ino=1536407775)
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.772212000, lastModified=2022-06-15 11:03:09.385980000, delta=1386232000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772603000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.772603000, lastModified=2022-06-15 11:03:09.385980000, delta=1386623000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.772342000, lastModified=2022-06-15 11:03:10.745998000, delta=26344000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772734000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.772734000, lastModified=2022-06-15 11:03:10.745998000, delta=26736000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.772108000, lastModified=2022-06-15 11:03:10.769999000, delta=2109000 ns, racy<=2550000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, is racily clean
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772859000, lastModified=2022-06-15 11:03:10.769999000, size=41, fileKey=(dev=10006c,ino=1539112433)
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.772859000, lastModified=2022-06-15 11:03:10.769999000, delta=2860000 ns, racy<=2550000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.772603000, lastModified=2022-06-15 11:03:09.385980000, delta=1386623000 ns, racy<=2500000000 ns
11:03:10.772 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.772 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.772994000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.772994000, lastModified=2022-06-15 11:03:09.385980000, delta=1387014000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.772734000, lastModified=2022-06-15 11:03:10.745998000, delta=26736000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.773195000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.773195000, lastModified=2022-06-15 11:03:10.745998000, delta=27197000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, cannot be racily clean
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.773330000, lastModified=2022-06-15 11:03:10.742998000, size=6, fileKey=(dev=10006c,ino=1546499753)
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.773330000, lastModified=2022-06-15 11:03:10.742998000, delta=30332000 ns, racy<=2550000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.773330000, lastModified=2022-06-15 11:03:10.742998000, delta=30332000 ns, racy<=2550000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.772994000, lastModified=2022-06-15 11:03:09.385980000, delta=1387014000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.773 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.773733000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.773733000, lastModified=2022-06-15 11:03:09.385980000, delta=1387753000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.773195000, lastModified=2022-06-15 11:03:10.745998000, delta=27197000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.773881000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.773881000, lastModified=2022-06-15 11:03:10.745998000, delta=27883000 ns, racy<=2500000000 ns
11:03:10.773 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, cannot be racily clean
11:03:10.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.773733000, lastModified=2022-06-15 11:03:09.385980000, delta=1387753000 ns, racy<=2500000000 ns
11:03:10.774 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.774 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.774036000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.774036000, lastModified=2022-06-15 11:03:09.385980000, delta=1388056000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.773881000, lastModified=2022-06-15 11:03:10.745998000, delta=27883000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.837204000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.837204000, lastModified=2022-06-15 11:03:10.745998000, delta=91206000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/refs/heads/master, cannot be racily clean
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.774036000, lastModified=2022-06-15 11:03:09.385980000, delta=1388056000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.837 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.837606000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.837606000, lastModified=2022-06-15 11:03:09.385980000, delta=1451626000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.837204000, lastModified=2022-06-15 11:03:10.745998000, delta=91206000 ns, racy<=2500000000 ns
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.837 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.837920000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.837920000, lastModified=2022-06-15 11:03:10.745998000, delta=91922000 ns, racy<=2500000000 ns
11:03:10.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.837606000, lastModified=2022-06-15 11:03:09.385980000, delta=1451626000 ns, racy<=2500000000 ns
11:03:10.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.838 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.838894000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.838 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.838894000, lastModified=2022-06-15 11:03:09.385980000, delta=1452914000 ns, racy<=2500000000 ns
11:03:10.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.837920000, lastModified=2022-06-15 11:03:10.745998000, delta=91922000 ns, racy<=2500000000 ns
11:03:10.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.839119000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.839 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.839119000, lastModified=2022-06-15 11:03:10.745998000, delta=93121000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.840001000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.838894000, lastModified=2022-06-15 11:03:09.385980000, delta=1452914000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.840 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.840259000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.840259000, lastModified=2022-06-15 11:03:09.385980000, delta=1454279000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.840389000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.840259000, lastModified=2022-06-15 11:03:09.385980000, delta=1454279000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.840 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.840523000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.840523000, lastModified=2022-06-15 11:03:09.385980000, delta=1454543000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.840389000, lastModified=2022-06-15 11:03:10.745998000, delta=94391000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.840694000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.840694000, lastModified=2022-06-15 11:03:10.745998000, delta=94696000 ns, racy<=2500000000 ns
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.840819000, lastModified=2022-06-15 11:03:10.763998000, size=176, fileKey=(dev=10006c,ino=1536407775)
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.840922000, lastModified=2022-06-15 11:03:10.742998000, size=6, fileKey=(dev=10006c,ino=1546499753)
11:03:10.840 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.840922000, lastModified=2022-06-15 11:03:10.742998000, delta=97924000 ns, racy<=2550000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.840922000, lastModified=2022-06-15 11:03:10.742998000, delta=97924000 ns, racy<=2550000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.840523000, lastModified=2022-06-15 11:03:09.385980000, delta=1454543000 ns, racy<=2500000000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.841 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.841385000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.841385000, lastModified=2022-06-15 11:03:09.385980000, delta=1455405000 ns, racy<=2500000000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.839119000, lastModified=2022-06-15 11:03:10.745998000, delta=93121000 ns, racy<=2500000000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.841576000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.841576000, lastModified=2022-06-15 11:03:10.745998000, delta=95578000 ns, racy<=2500000000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.773330000, lastModified=2022-06-15 11:03:10.742998000, delta=30332000 ns, racy<=2550000 ns
11:03:10.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.773330000, lastModified=2022-06-15 11:03:10.742998000, delta=30332000 ns, racy<=2550000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/objects/pack, is unmodified
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.841385000, lastModified=2022-06-15 11:03:09.385980000, delta=1455405000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.842169000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.842169000, lastModified=2022-06-15 11:03:09.385980000, delta=1456189000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.841576000, lastModified=2022-06-15 11:03:10.745998000, delta=95578000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.842320000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.842320000, lastModified=2022-06-15 11:03:10.745998000, delta=96322000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.842169000, lastModified=2022-06-15 11:03:09.385980000, delta=1456189000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.842 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.842485000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.842485000, lastModified=2022-06-15 11:03:09.385980000, delta=1456505000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.842320000, lastModified=2022-06-15 11:03:10.745998000, delta=96322000 ns, racy<=2500000000 ns
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, is racily clean
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.842689000, lastModified=2022-06-15 11:03:10.745998000, size=78, fileKey=(dev=10006c,ino=1536407772)
11:03:10.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit3543866999908183655/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.842689000, lastModified=2022-06-15 11:03:10.745998000, delta=96691000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.842485000, lastModified=2022-06-15 11:03:09.385980000, delta=1456505000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.845515000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.845515000, lastModified=2022-06-15 11:03:09.385980000, delta=1459535000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.845515000, lastModified=2022-06-15 11:03:09.385980000, delta=1459535000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.845691000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.845691000, lastModified=2022-06-15 11:03:09.385980000, delta=1459711000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.845691000, lastModified=2022-06-15 11:03:09.385980000, delta=1459711000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.845 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.845913000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.845913000, lastModified=2022-06-15 11:03:09.385980000, delta=1459933000 ns, racy<=2500000000 ns
11:03:10.845 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.845913000, lastModified=2022-06-15 11:03:09.385980000, delta=1459933000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.846270000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.846270000, lastModified=2022-06-15 11:03:09.385980000, delta=1460290000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.846270000, lastModified=2022-06-15 11:03:09.385980000, delta=1460290000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.846461000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.846461000, lastModified=2022-06-15 11:03:09.385980000, delta=1460481000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.846461000, lastModified=2022-06-15 11:03:09.385980000, delta=1460481000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.846 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.846846000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.846846000, lastModified=2022-06-15 11:03:09.385980000, delta=1460866000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.846 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.846846000, lastModified=2022-06-15 11:03:09.385980000, delta=1460866000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.847 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.847211000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.847211000, lastModified=2022-06-15 11:03:09.385980000, delta=1461231000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.847211000, lastModified=2022-06-15 11:03:09.385980000, delta=1461231000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.847 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.847505000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.847505000, lastModified=2022-06-15 11:03:09.385980000, delta=1461525000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.847505000, lastModified=2022-06-15 11:03:09.385980000, delta=1461525000 ns, racy<=2500000000 ns
11:03:10.847 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.848011000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.848011000, lastModified=2022-06-15 11:03:09.385980000, delta=1462031000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.848011000, lastModified=2022-06-15 11:03:09.385980000, delta=1462031000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.848315000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.848315000, lastModified=2022-06-15 11:03:09.385980000, delta=1462335000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.848315000, lastModified=2022-06-15 11:03:09.385980000, delta=1462335000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.848 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.848577000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.848577000, lastModified=2022-06-15 11:03:09.385980000, delta=1462597000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.845786000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990845786000 ns, racy<=2500000000 ns
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is unmodified
11:03:10.848 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.848777000, lastModified=2022-06-15 11:03:10.848000000, size=23, fileKey=(dev=10006c,ino=1556392732)
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.849280000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.849554000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.848577000, lastModified=2022-06-15 11:03:09.385980000, delta=1462597000 ns, racy<=2500000000 ns
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.849 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.849738000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.849738000, lastModified=2022-06-15 11:03:09.385980000, delta=1463758000 ns, racy<=2500000000 ns
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.849894000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.849738000, lastModified=2022-06-15 11:03:09.385980000, delta=1463758000 ns, racy<=2500000000 ns
11:03:10.849 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.850012000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.850012000, lastModified=2022-06-15 11:03:09.385980000, delta=1464032000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.849894000, lastModified=2022-06-15 11:03:10.849000000, delta=894000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.850214000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.850214000, lastModified=2022-06-15 11:03:10.849000000, delta=1214000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.850012000, lastModified=2022-06-15 11:03:09.385980000, delta=1464032000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.850 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.850397000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.850397000, lastModified=2022-06-15 11:03:09.385980000, delta=1464417000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.850214000, lastModified=2022-06-15 11:03:10.849000000, delta=1214000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.850516000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.850516000, lastModified=2022-06-15 11:03:10.849000000, delta=1516000 ns, racy<=2500000000 ns
11:03:10.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.850581000, lastModified=2022-06-15 11:03:10.848000000, size=23, fileKey=(dev=10006c,ino=1556392732)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851035000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.850397000, lastModified=2022-06-15 11:03:09.385980000, delta=1464417000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851203000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851203000, lastModified=2022-06-15 11:03:09.385980000, delta=1465223000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851300000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851203000, lastModified=2022-06-15 11:03:09.385980000, delta=1465223000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851391000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851391000, lastModified=2022-06-15 11:03:09.385980000, delta=1465411000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.851300000, lastModified=2022-06-15 11:03:10.849000000, delta=2300000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851489000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.851489000, lastModified=2022-06-15 11:03:10.849000000, delta=2489000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851391000, lastModified=2022-06-15 11:03:09.385980000, delta=1465411000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851670000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851670000, lastModified=2022-06-15 11:03:09.385980000, delta=1465690000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.851489000, lastModified=2022-06-15 11:03:10.849000000, delta=2489000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851777000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.851777000, lastModified=2022-06-15 11:03:10.849000000, delta=2777000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851670000, lastModified=2022-06-15 11:03:09.385980000, delta=1465690000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.851 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.851927000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851927000, lastModified=2022-06-15 11:03:09.385980000, delta=1465947000 ns, racy<=2500000000 ns
11:03:10.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.851777000, lastModified=2022-06-15 11:03:10.849000000, delta=2777000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852026000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852026000, lastModified=2022-06-15 11:03:10.849000000, delta=3026000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.851927000, lastModified=2022-06-15 11:03:09.385980000, delta=1465947000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852164000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.852164000, lastModified=2022-06-15 11:03:09.385980000, delta=1466184000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852026000, lastModified=2022-06-15 11:03:10.849000000, delta=3026000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852262000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852262000, lastModified=2022-06-15 11:03:10.849000000, delta=3262000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.852164000, lastModified=2022-06-15 11:03:09.385980000, delta=1466184000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852439000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.852439000, lastModified=2022-06-15 11:03:09.385980000, delta=1466459000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852262000, lastModified=2022-06-15 11:03:10.849000000, delta=3262000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852543000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852543000, lastModified=2022-06-15 11:03:10.849000000, delta=3543000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.852439000, lastModified=2022-06-15 11:03:09.385980000, delta=1466459000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.852 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852677000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.852677000, lastModified=2022-06-15 11:03:09.385980000, delta=1466697000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852543000, lastModified=2022-06-15 11:03:10.849000000, delta=3543000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852782000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852782000, lastModified=2022-06-15 11:03:10.849000000, delta=3782000 ns, racy<=2500000000 ns
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.852920000, lastModified=2022-06-15 11:03:10.846000000, size=6, fileKey=(dev=10006c,ino=1565943226)
11:03:10.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.852920000, lastModified=2022-06-15 11:03:10.846000000, delta=6920000 ns, racy<=2550000 ns
11:03:10.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.853498000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990853498000 ns, racy<=2550000 ns
11:03:10.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, is unmodified
11:03:10.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.852920000, lastModified=2022-06-15 11:03:10.846000000, delta=6920000 ns, racy<=2550000 ns
11:03:10.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.853498000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990853498000 ns, racy<=2550000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, is unmodified
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.852677000, lastModified=2022-06-15 11:03:09.385980000, delta=1466697000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854296000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.854296000, lastModified=2022-06-15 11:03:09.385980000, delta=1468316000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.852782000, lastModified=2022-06-15 11:03:10.849000000, delta=3782000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854407000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.854407000, lastModified=2022-06-15 11:03:10.849000000, delta=5407000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854464000, lastModified=2022-06-15 11:03:10.851000000, size=0, fileKey=(dev=10006c,ino=1556392734)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.854296000, lastModified=2022-06-15 11:03:09.385980000, delta=1468316000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854513000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.854513000, lastModified=2022-06-15 11:03:09.385980000, delta=1468533000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.854407000, lastModified=2022-06-15 11:03:10.849000000, delta=5407000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854599000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.854599000, lastModified=2022-06-15 11:03:10.849000000, delta=5599000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854692000, lastModified=2022-06-15 11:03:10.854000000, size=104, fileKey=(dev=10006c,ino=1556392734)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854745000, lastModified=2022-06-15 11:03:10.854000000, size=104, fileKey=(dev=10006c,ino=1556392734)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.854513000, lastModified=2022-06-15 11:03:09.385980000, delta=1468533000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.854 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854811000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.854811000, lastModified=2022-06-15 11:03:09.385980000, delta=1468831000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.854599000, lastModified=2022-06-15 11:03:10.849000000, delta=5599000 ns, racy<=2500000000 ns
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.854921000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.854 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.854921000, lastModified=2022-06-15 11:03:10.849000000, delta=5921000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855104000, lastModified=2022-06-15 11:03:10.854000000, size=104, fileKey=(dev=10006c,ino=1556392734)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855147000, lastModified=2022-06-15 11:03:10.854000000, size=104, fileKey=(dev=10006c,ino=1556392734)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855211000, lastModified=2022-06-15 11:03:10.854000000, size=0, fileKey=(dev=10006c,ino=1556392735)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.854811000, lastModified=2022-06-15 11:03:09.385980000, delta=1468831000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855255000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.855255000, lastModified=2022-06-15 11:03:09.385980000, delta=1469275000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.854921000, lastModified=2022-06-15 11:03:10.849000000, delta=5921000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855371000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.855371000, lastModified=2022-06-15 11:03:10.849000000, delta=6371000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855456000, lastModified=2022-06-15 11:03:10.855000000, size=104, fileKey=(dev=10006c,ino=1556392735)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.855255000, lastModified=2022-06-15 11:03:09.385980000, delta=1469275000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855710000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.855710000, lastModified=2022-06-15 11:03:09.385980000, delta=1469730000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.855371000, lastModified=2022-06-15 11:03:10.849000000, delta=6371000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855858000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.855858000, lastModified=2022-06-15 11:03:10.849000000, delta=6858000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.855710000, lastModified=2022-06-15 11:03:09.385980000, delta=1469730000 ns, racy<=2500000000 ns
11:03:10.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.855993000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.855993000, lastModified=2022-06-15 11:03:09.385980000, delta=1470013000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.855858000, lastModified=2022-06-15 11:03:10.849000000, delta=6858000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.856213000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.856213000, lastModified=2022-06-15 11:03:10.849000000, delta=7213000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.855993000, lastModified=2022-06-15 11:03:09.385980000, delta=1470013000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.856389000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.856389000, lastModified=2022-06-15 11:03:09.385980000, delta=1470409000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.856213000, lastModified=2022-06-15 11:03:10.849000000, delta=7213000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.856591000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.856591000, lastModified=2022-06-15 11:03:10.849000000, delta=7591000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.856389000, lastModified=2022-06-15 11:03:09.385980000, delta=1470409000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.856737000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.856737000, lastModified=2022-06-15 11:03:09.385980000, delta=1470757000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.856591000, lastModified=2022-06-15 11:03:10.849000000, delta=7591000 ns, racy<=2500000000 ns
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.856891000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.856891000, lastModified=2022-06-15 11:03:10.849000000, delta=7891000 ns, racy<=2500000000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.856996000, lastModified=2022-06-15 11:03:10.848000000, size=23, fileKey=(dev=10006c,ino=1556392732)
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.856737000, lastModified=2022-06-15 11:03:09.385980000, delta=1470757000 ns, racy<=2500000000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.857233000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.857233000, lastModified=2022-06-15 11:03:09.385980000, delta=1471253000 ns, racy<=2500000000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.856891000, lastModified=2022-06-15 11:03:10.849000000, delta=7891000 ns, racy<=2500000000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.857338000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.857338000, lastModified=2022-06-15 11:03:10.849000000, delta=8338000 ns, racy<=2500000000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.856996000, lastModified=2022-06-15 11:03:10.848000000, delta=8996000 ns, racy<=2550000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/HEAD, is unmodified
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.857233000, lastModified=2022-06-15 11:03:09.385980000, delta=1471253000 ns, racy<=2500000000 ns
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.857943000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.857943000, lastModified=2022-06-15 11:03:09.385980000, delta=1471963000 ns, racy<=2500000000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.857338000, lastModified=2022-06-15 11:03:10.849000000, delta=8338000 ns, racy<=2500000000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.858189000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.858189000, lastModified=2022-06-15 11:03:10.849000000, delta=9189000 ns, racy<=2500000000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.858373000, lastModified=2022-06-15 11:03:10.855000000, size=104, fileKey=(dev=10006c,ino=1556392735)
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.858409000, lastModified=2022-06-15 11:03:10.855000000, size=104, fileKey=(dev=10006c,ino=1556392735)
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.852920000, lastModified=2022-06-15 11:03:10.846000000, delta=6920000 ns, racy<=2550000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.853498000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990853498000 ns, racy<=2550000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, is unmodified
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.852920000, lastModified=2022-06-15 11:03:10.846000000, delta=6920000 ns, racy<=2550000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.853498000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990853498000 ns, racy<=2550000 ns
11:03:10.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, is unmodified
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.852920000, lastModified=2022-06-15 11:03:10.846000000, delta=6920000 ns, racy<=2550000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.853498000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990853498000 ns, racy<=2550000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, is unmodified
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.852920000, lastModified=2022-06-15 11:03:10.846000000, delta=6920000 ns, racy<=2550000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.853498000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990853498000 ns, racy<=2550000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack/preserved, is unmodified
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.857943000, lastModified=2022-06-15 11:03:09.385980000, delta=1471963000 ns, racy<=2500000000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.859778000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.859778000, lastModified=2022-06-15 11:03:09.385980000, delta=1473798000 ns, racy<=2500000000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.858189000, lastModified=2022-06-15 11:03:10.849000000, delta=9189000 ns, racy<=2500000000 ns
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.859976000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.859976000, lastModified=2022-06-15 11:03:10.849000000, delta=10976000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.856996000, lastModified=2022-06-15 11:03:10.848000000, delta=8996000 ns, racy<=2550000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/HEAD, is unmodified
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.859778000, lastModified=2022-06-15 11:03:09.385980000, delta=1473798000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.860271000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.860271000, lastModified=2022-06-15 11:03:09.385980000, delta=1474291000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.859976000, lastModified=2022-06-15 11:03:10.849000000, delta=10976000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.860383000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.860383000, lastModified=2022-06-15 11:03:10.849000000, delta=11383000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.860271000, lastModified=2022-06-15 11:03:09.385980000, delta=1474291000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.860 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.860577000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.860577000, lastModified=2022-06-15 11:03:09.385980000, delta=1474597000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.860383000, lastModified=2022-06-15 11:03:10.849000000, delta=11383000 ns, racy<=2500000000 ns
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.860686000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.860 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.860686000, lastModified=2022-06-15 11:03:10.849000000, delta=11686000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.860577000, lastModified=2022-06-15 11:03:09.385980000, delta=1474597000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861224000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861224000, lastModified=2022-06-15 11:03:09.385980000, delta=1475244000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.860686000, lastModified=2022-06-15 11:03:10.849000000, delta=11686000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861323000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861323000, lastModified=2022-06-15 11:03:10.849000000, delta=12323000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861224000, lastModified=2022-06-15 11:03:09.385980000, delta=1475244000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861445000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861445000, lastModified=2022-06-15 11:03:09.385980000, delta=1475465000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861323000, lastModified=2022-06-15 11:03:10.849000000, delta=12323000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861551000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861551000, lastModified=2022-06-15 11:03:10.849000000, delta=12551000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861445000, lastModified=2022-06-15 11:03:09.385980000, delta=1475465000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861673000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861673000, lastModified=2022-06-15 11:03:09.385980000, delta=1475693000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861551000, lastModified=2022-06-15 11:03:10.849000000, delta=12551000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861779000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861779000, lastModified=2022-06-15 11:03:10.849000000, delta=12779000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861673000, lastModified=2022-06-15 11:03:09.385980000, delta=1475693000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861862000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861862000, lastModified=2022-06-15 11:03:09.385980000, delta=1475882000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861779000, lastModified=2022-06-15 11:03:10.849000000, delta=12779000 ns, racy<=2500000000 ns
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.861967000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.861 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861967000, lastModified=2022-06-15 11:03:10.849000000, delta=12967000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.861862000, lastModified=2022-06-15 11:03:09.385980000, delta=1475882000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862155000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862155000, lastModified=2022-06-15 11:03:09.385980000, delta=1476175000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.861967000, lastModified=2022-06-15 11:03:10.849000000, delta=12967000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862282000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.862282000, lastModified=2022-06-15 11:03:10.849000000, delta=13282000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862155000, lastModified=2022-06-15 11:03:09.385980000, delta=1476175000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862359000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862359000, lastModified=2022-06-15 11:03:09.385980000, delta=1476379000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.862282000, lastModified=2022-06-15 11:03:10.849000000, delta=13282000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862459000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.862459000, lastModified=2022-06-15 11:03:10.849000000, delta=13459000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862557000, lastModified=2022-06-15 11:03:10.861000000, size=41, fileKey=(dev=10006c,ino=1559134988)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862359000, lastModified=2022-06-15 11:03:09.385980000, delta=1476379000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862692000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862692000, lastModified=2022-06-15 11:03:09.385980000, delta=1476712000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.862459000, lastModified=2022-06-15 11:03:10.849000000, delta=13459000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862801000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.862801000, lastModified=2022-06-15 11:03:10.849000000, delta=13801000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862692000, lastModified=2022-06-15 11:03:09.385980000, delta=1476712000 ns, racy<=2500000000 ns
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.862 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.862945000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.862 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862945000, lastModified=2022-06-15 11:03:09.385980000, delta=1476965000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.850516000, lastModified=2022-06-15 11:03:10.849000000, delta=1516000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.863105000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.863105000, lastModified=2022-06-15 11:03:10.849000000, delta=14105000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.863183000, lastModified=2022-06-15 11:03:10.861000000, size=41, fileKey=(dev=10006c,ino=1559134988)
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.862945000, lastModified=2022-06-15 11:03:09.385980000, delta=1476965000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.863255000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.863255000, lastModified=2022-06-15 11:03:09.385980000, delta=1477275000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.863105000, lastModified=2022-06-15 11:03:10.849000000, delta=14105000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.863378000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.863378000, lastModified=2022-06-15 11:03:10.849000000, delta=14378000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/refs/heads/master, isRacyClean=true, read=2022-06-15 11:03:10.863183000, lastModified=2022-06-15 11:03:10.861000000, delta=2183000 ns, racy<=2550000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/refs/heads/master, is racily clean
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.863716000, lastModified=2022-06-15 11:03:10.861000000, size=41, fileKey=(dev=10006c,ino=1559134988)
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.863716000, lastModified=2022-06-15 11:03:10.861000000, delta=2716000 ns, racy<=2550000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.863836000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.863255000, lastModified=2022-06-15 11:03:09.385980000, delta=1477275000 ns, racy<=2500000000 ns
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.863 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.863944000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.863 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.863944000, lastModified=2022-06-15 11:03:09.385980000, delta=1477964000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.864098000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.863944000, lastModified=2022-06-15 11:03:09.385980000, delta=1477964000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.864201000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.864201000, lastModified=2022-06-15 11:03:09.385980000, delta=1478221000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.864098000, lastModified=2022-06-15 11:03:10.849000000, delta=15098000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.864303000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.864303000, lastModified=2022-06-15 11:03:10.849000000, delta=15303000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.864377000, lastModified=2022-06-15 11:03:10.855000000, size=104, fileKey=(dev=10006c,ino=1556392735)
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.864438000, lastModified=2022-06-15 11:03:10.846000000, size=6, fileKey=(dev=10006c,ino=1565943226)
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.864438000, lastModified=2022-06-15 11:03:10.846000000, delta=18438000 ns, racy<=2550000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.864201000, lastModified=2022-06-15 11:03:09.385980000, delta=1478221000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.864 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.864732000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.864732000, lastModified=2022-06-15 11:03:09.385980000, delta=1478752000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.863378000, lastModified=2022-06-15 11:03:10.849000000, delta=14378000 ns, racy<=2500000000 ns
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.864893000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.864 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.864893000, lastModified=2022-06-15 11:03:10.849000000, delta=15893000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.865216000, lastModified=2022-06-15 11:03:10.846000000, size=6, fileKey=(dev=10006c,ino=1565943226)
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.865216000, lastModified=2022-06-15 11:03:10.846000000, delta=19216000 ns, racy<=2550000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/objects/pack, is unmodified
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.864732000, lastModified=2022-06-15 11:03:09.385980000, delta=1478752000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.865392000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.865392000, lastModified=2022-06-15 11:03:09.385980000, delta=1479412000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.864893000, lastModified=2022-06-15 11:03:10.849000000, delta=15893000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.865497000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.865497000, lastModified=2022-06-15 11:03:10.849000000, delta=16497000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.865392000, lastModified=2022-06-15 11:03:09.385980000, delta=1479412000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.865 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.865605000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.865605000, lastModified=2022-06-15 11:03:09.385980000, delta=1479625000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.865497000, lastModified=2022-06-15 11:03:10.849000000, delta=16497000 ns, racy<=2500000000 ns
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, is racily clean
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.865722000, lastModified=2022-06-15 11:03:10.849000000, size=78, fileKey=(dev=10006c,ino=1556392733)
11:03:10.865 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit17499896619632577193/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.865722000, lastModified=2022-06-15 11:03:10.849000000, delta=16722000 ns, racy<=2500000000 ns
11:03:10.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.865605000, lastModified=2022-06-15 11:03:09.385980000, delta=1479625000 ns, racy<=2500000000 ns
11:03:10.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.866 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.866944000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.866 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.866944000, lastModified=2022-06-15 11:03:09.385980000, delta=1480964000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.866944000, lastModified=2022-06-15 11:03:09.385980000, delta=1480964000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.867106000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867106000, lastModified=2022-06-15 11:03:09.385980000, delta=1481126000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867106000, lastModified=2022-06-15 11:03:09.385980000, delta=1481126000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.867377000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867377000, lastModified=2022-06-15 11:03:09.385980000, delta=1481397000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867377000, lastModified=2022-06-15 11:03:09.385980000, delta=1481397000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.867733000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867733000, lastModified=2022-06-15 11:03:09.385980000, delta=1481753000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867733000, lastModified=2022-06-15 11:03:09.385980000, delta=1481753000 ns, racy<=2500000000 ns
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.867973000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867973000, lastModified=2022-06-15 11:03:09.385980000, delta=1481993000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.867973000, lastModified=2022-06-15 11:03:09.385980000, delta=1481993000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.868424000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.868424000, lastModified=2022-06-15 11:03:09.385980000, delta=1482444000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.868424000, lastModified=2022-06-15 11:03:09.385980000, delta=1482444000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.868706000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.868706000, lastModified=2022-06-15 11:03:09.385980000, delta=1482726000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.868706000, lastModified=2022-06-15 11:03:09.385980000, delta=1482726000 ns, racy<=2500000000 ns
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.868 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.868 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.868971000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.868971000, lastModified=2022-06-15 11:03:09.385980000, delta=1482991000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.868971000, lastModified=2022-06-15 11:03:09.385980000, delta=1482991000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.869512000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.869512000, lastModified=2022-06-15 11:03:09.385980000, delta=1483532000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.869512000, lastModified=2022-06-15 11:03:09.385980000, delta=1483532000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.869742000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.869742000, lastModified=2022-06-15 11:03:09.385980000, delta=1483762000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.869742000, lastModified=2022-06-15 11:03:09.385980000, delta=1483762000 ns, racy<=2500000000 ns
11:03:10.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.869 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.869990000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.869990000, lastModified=2022-06-15 11:03:09.385980000, delta=1484010000 ns, racy<=2500000000 ns
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.867207000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990867207000 ns, racy<=2500000000 ns
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is unmodified
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.870239000, lastModified=2022-06-15 11:03:10.870000000, size=23, fileKey=(dev=10006c,ino=1573650669)
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.870671000, lastModified=2022-06-15 11:03:10.870000000, size=78, fileKey=(dev=10006c,ino=1573650670)
11:03:10.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.870923000, lastModified=2022-06-15 11:03:10.870000000, size=78, fileKey=(dev=10006c,ino=1573650670)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.869990000, lastModified=2022-06-15 11:03:09.385980000, delta=1484010000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871025000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871025000, lastModified=2022-06-15 11:03:09.385980000, delta=1485045000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871190000, lastModified=2022-06-15 11:03:10.870000000, size=78, fileKey=(dev=10006c,ino=1573650670)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871025000, lastModified=2022-06-15 11:03:09.385980000, delta=1485045000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871285000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871285000, lastModified=2022-06-15 11:03:09.385980000, delta=1485305000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.871190000, lastModified=2022-06-15 11:03:10.870000000, delta=1190000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is racily clean
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871394000, lastModified=2022-06-15 11:03:10.870000000, size=78, fileKey=(dev=10006c,ino=1573650670)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.871394000, lastModified=2022-06-15 11:03:10.870000000, delta=1394000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871285000, lastModified=2022-06-15 11:03:09.385980000, delta=1485305000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871554000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871554000, lastModified=2022-06-15 11:03:09.385980000, delta=1485574000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.871394000, lastModified=2022-06-15 11:03:10.870000000, delta=1394000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is racily clean
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871655000, lastModified=2022-06-15 11:03:10.870000000, size=78, fileKey=(dev=10006c,ino=1573650670)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.871655000, lastModified=2022-06-15 11:03:10.870000000, delta=1655000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871723000, lastModified=2022-06-15 11:03:10.870000000, size=23, fileKey=(dev=10006c,ino=1573650669)
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871554000, lastModified=2022-06-15 11:03:09.385980000, delta=1485574000 ns, racy<=2500000000 ns
11:03:10.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.871989000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871989000, lastModified=2022-06-15 11:03:09.385980000, delta=1486009000 ns, racy<=2500000000 ns
11:03:10.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.871655000, lastModified=2022-06-15 11:03:10.870000000, delta=1655000 ns, racy<=2500000000 ns
11:03:10.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is racily clean
11:03:10.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.936861000, lastModified=2022-06-15 11:03:10.870000000, size=78, fileKey=(dev=10006c,ino=1573650670)
11:03:10.936 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.936861000, lastModified=2022-06-15 11:03:10.870000000, delta=66861000 ns, racy<=2500000000 ns
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.871989000, lastModified=2022-06-15 11:03:09.385980000, delta=1486009000 ns, racy<=2500000000 ns
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.937 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.937561000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.937561000, lastModified=2022-06-15 11:03:09.385980000, delta=1551581000 ns, racy<=2500000000 ns
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.936861000, lastModified=2022-06-15 11:03:10.870000000, delta=66861000 ns, racy<=2500000000 ns
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, is racily clean
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.937689000, lastModified=2022-06-15 11:03:10.870000000, size=78, fileKey=(dev=10006c,ino=1573650670)
11:03:10.937 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11313098260682049623/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.937689000, lastModified=2022-06-15 11:03:10.870000000, delta=67689000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.937561000, lastModified=2022-06-15 11:03:09.385980000, delta=1551581000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.939216000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939216000, lastModified=2022-06-15 11:03:09.385980000, delta=1553236000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939216000, lastModified=2022-06-15 11:03:09.385980000, delta=1553236000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.939388000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939388000, lastModified=2022-06-15 11:03:09.385980000, delta=1553408000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939388000, lastModified=2022-06-15 11:03:09.385980000, delta=1553408000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.939651000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939651000, lastModified=2022-06-15 11:03:09.385980000, delta=1553671000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939651000, lastModified=2022-06-15 11:03:09.385980000, delta=1553671000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.939 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.939917000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939917000, lastModified=2022-06-15 11:03:09.385980000, delta=1553937000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.939 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.939917000, lastModified=2022-06-15 11:03:09.385980000, delta=1553937000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.940 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.940135000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.940135000, lastModified=2022-06-15 11:03:09.385980000, delta=1554155000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.940135000, lastModified=2022-06-15 11:03:09.385980000, delta=1554155000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.940 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.940550000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.940550000, lastModified=2022-06-15 11:03:09.385980000, delta=1554570000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.940550000, lastModified=2022-06-15 11:03:09.385980000, delta=1554570000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.940 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.940824000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.940824000, lastModified=2022-06-15 11:03:09.385980000, delta=1554844000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.940824000, lastModified=2022-06-15 11:03:09.385980000, delta=1554844000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.941 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.941129000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.941129000, lastModified=2022-06-15 11:03:09.385980000, delta=1555149000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.941129000, lastModified=2022-06-15 11:03:09.385980000, delta=1555149000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.941 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.941619000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.941619000, lastModified=2022-06-15 11:03:09.385980000, delta=1555639000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.941619000, lastModified=2022-06-15 11:03:09.385980000, delta=1555639000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.941 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.941856000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.941856000, lastModified=2022-06-15 11:03:09.385980000, delta=1555876000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.941856000, lastModified=2022-06-15 11:03:09.385980000, delta=1555876000 ns, racy<=2500000000 ns
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.942 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.942139000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.942139000, lastModified=2022-06-15 11:03:09.385980000, delta=1556159000 ns, racy<=2500000000 ns
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=false, read=2022-06-15 11:03:10.939517000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990939517000 ns, racy<=2500000000 ns
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is unmodified
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.942325000, lastModified=2022-06-15 11:03:10.942001000, size=23, fileKey=(dev=10006c,ino=1586936712)
11:03:10.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.942968000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.943344000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.942139000, lastModified=2022-06-15 11:03:09.385980000, delta=1556159000 ns, racy<=2500000000 ns
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.943568000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.943568000, lastModified=2022-06-15 11:03:09.385980000, delta=1557588000 ns, racy<=2500000000 ns
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.943676000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.943568000, lastModified=2022-06-15 11:03:09.385980000, delta=1557588000 ns, racy<=2500000000 ns
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.943 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.943821000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.943821000, lastModified=2022-06-15 11:03:09.385980000, delta=1557841000 ns, racy<=2500000000 ns
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.943676000, lastModified=2022-06-15 11:03:10.942001000, delta=1675000 ns, racy<=2500000000 ns
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.943937000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.943937000, lastModified=2022-06-15 11:03:10.942001000, delta=1936000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.943821000, lastModified=2022-06-15 11:03:09.385980000, delta=1557841000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.944170000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.944170000, lastModified=2022-06-15 11:03:09.385980000, delta=1558190000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.943937000, lastModified=2022-06-15 11:03:10.942001000, delta=1936000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.944273000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.944273000, lastModified=2022-06-15 11:03:10.942001000, delta=2272000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.944339000, lastModified=2022-06-15 11:03:10.942001000, size=23, fileKey=(dev=10006c,ino=1586936712)
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.944737000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.944170000, lastModified=2022-06-15 11:03:09.385980000, delta=1558190000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.944 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.944828000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.944828000, lastModified=2022-06-15 11:03:09.385980000, delta=1558848000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.944932000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.944828000, lastModified=2022-06-15 11:03:09.385980000, delta=1558848000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.945025000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945025000, lastModified=2022-06-15 11:03:09.385980000, delta=1559045000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.944932000, lastModified=2022-06-15 11:03:10.942001000, delta=2931000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.945191000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.945191000, lastModified=2022-06-15 11:03:10.942001000, delta=3190000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945025000, lastModified=2022-06-15 11:03:09.385980000, delta=1559045000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.945409000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945409000, lastModified=2022-06-15 11:03:09.385980000, delta=1559429000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.945191000, lastModified=2022-06-15 11:03:10.942001000, delta=3190000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.945557000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.945557000, lastModified=2022-06-15 11:03:10.942001000, delta=3556000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945409000, lastModified=2022-06-15 11:03:09.385980000, delta=1559429000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.945723000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945723000, lastModified=2022-06-15 11:03:09.385980000, delta=1559743000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.945557000, lastModified=2022-06-15 11:03:10.942001000, delta=3556000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.945839000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.945839000, lastModified=2022-06-15 11:03:10.942001000, delta=3838000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945723000, lastModified=2022-06-15 11:03:09.385980000, delta=1559743000 ns, racy<=2500000000 ns
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.945 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.945959000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.945 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945959000, lastModified=2022-06-15 11:03:09.385980000, delta=1559979000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.945839000, lastModified=2022-06-15 11:03:10.942001000, delta=3838000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.946109000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.946109000, lastModified=2022-06-15 11:03:10.942001000, delta=4108000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.945959000, lastModified=2022-06-15 11:03:09.385980000, delta=1559979000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.946 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.946291000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.946291000, lastModified=2022-06-15 11:03:09.385980000, delta=1560311000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.946109000, lastModified=2022-06-15 11:03:10.942001000, delta=4108000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.946397000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.946397000, lastModified=2022-06-15 11:03:10.942001000, delta=4396000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.946291000, lastModified=2022-06-15 11:03:09.385980000, delta=1560311000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.946 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.946529000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.946529000, lastModified=2022-06-15 11:03:09.385980000, delta=1560549000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.946397000, lastModified=2022-06-15 11:03:10.942001000, delta=4396000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.946635000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.946635000, lastModified=2022-06-15 11:03:10.942001000, delta=4634000 ns, racy<=2500000000 ns
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.946 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.946773000, lastModified=2022-06-15 11:03:10.940001000, size=6, fileKey=(dev=10006c,ino=1596876515)
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.946773000, lastModified=2022-06-15 11:03:10.940001000, delta=6772000 ns, racy<=2550000 ns
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.947297000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990947297000 ns, racy<=2550000 ns
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.946773000, lastModified=2022-06-15 11:03:10.940001000, delta=6772000 ns, racy<=2550000 ns
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.947297000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990947297000 ns, racy<=2550000 ns
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.946529000, lastModified=2022-06-15 11:03:09.385980000, delta=1560549000 ns, racy<=2500000000 ns
11:03:10.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.947 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.947992000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.947992000, lastModified=2022-06-15 11:03:09.385980000, delta=1562012000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.946635000, lastModified=2022-06-15 11:03:10.942001000, delta=4634000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948185000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.948185000, lastModified=2022-06-15 11:03:10.942001000, delta=6184000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948250000, lastModified=2022-06-15 11:03:10.945001000, size=0, fileKey=(dev=10006c,ino=1586936714)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.947992000, lastModified=2022-06-15 11:03:09.385980000, delta=1562012000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.948 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948306000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.948306000, lastModified=2022-06-15 11:03:09.385980000, delta=1562326000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.948185000, lastModified=2022-06-15 11:03:10.942001000, delta=6184000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948406000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.948406000, lastModified=2022-06-15 11:03:10.942001000, delta=6405000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948497000, lastModified=2022-06-15 11:03:10.948001000, size=104, fileKey=(dev=10006c,ino=1586936714)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948550000, lastModified=2022-06-15 11:03:10.948001000, size=104, fileKey=(dev=10006c,ino=1586936714)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.948306000, lastModified=2022-06-15 11:03:09.385980000, delta=1562326000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.948 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948614000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.948614000, lastModified=2022-06-15 11:03:09.385980000, delta=1562634000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.948406000, lastModified=2022-06-15 11:03:10.942001000, delta=6405000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948742000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.948742000, lastModified=2022-06-15 11:03:10.942001000, delta=6741000 ns, racy<=2500000000 ns
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948871000, lastModified=2022-06-15 11:03:10.948001000, size=104, fileKey=(dev=10006c,ino=1586936714)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948907000, lastModified=2022-06-15 11:03:10.948001000, size=104, fileKey=(dev=10006c,ino=1586936714)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.948968000, lastModified=2022-06-15 11:03:10.948001000, size=0, fileKey=(dev=10006c,ino=1586936715)
11:03:10.948 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.948614000, lastModified=2022-06-15 11:03:09.385980000, delta=1562634000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949020000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949020000, lastModified=2022-06-15 11:03:09.385980000, delta=1563040000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.948742000, lastModified=2022-06-15 11:03:10.942001000, delta=6741000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949178000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949178000, lastModified=2022-06-15 11:03:10.942001000, delta=7177000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949253000, lastModified=2022-06-15 11:03:10.949001000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949020000, lastModified=2022-06-15 11:03:09.385980000, delta=1563040000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949417000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949417000, lastModified=2022-06-15 11:03:09.385980000, delta=1563437000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949178000, lastModified=2022-06-15 11:03:10.942001000, delta=7177000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949526000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949526000, lastModified=2022-06-15 11:03:10.942001000, delta=7525000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949417000, lastModified=2022-06-15 11:03:09.385980000, delta=1563437000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949610000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949610000, lastModified=2022-06-15 11:03:09.385980000, delta=1563630000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949526000, lastModified=2022-06-15 11:03:10.942001000, delta=7525000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949712000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949712000, lastModified=2022-06-15 11:03:10.942001000, delta=7711000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949610000, lastModified=2022-06-15 11:03:09.385980000, delta=1563630000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949809000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949809000, lastModified=2022-06-15 11:03:09.385980000, delta=1563829000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949712000, lastModified=2022-06-15 11:03:10.942001000, delta=7711000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949912000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949912000, lastModified=2022-06-15 11:03:10.942001000, delta=7911000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949809000, lastModified=2022-06-15 11:03:09.385980000, delta=1563829000 ns, racy<=2500000000 ns
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.949988000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949988000, lastModified=2022-06-15 11:03:09.385980000, delta=1564008000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.949912000, lastModified=2022-06-15 11:03:10.942001000, delta=7911000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.950194000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.950194000, lastModified=2022-06-15 11:03:10.942001000, delta=8193000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.950281000, lastModified=2022-06-15 11:03:10.942001000, size=23, fileKey=(dev=10006c,ino=1586936712)
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.949988000, lastModified=2022-06-15 11:03:09.385980000, delta=1564008000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.950481000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.950481000, lastModified=2022-06-15 11:03:09.385980000, delta=1564501000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.950194000, lastModified=2022-06-15 11:03:10.942001000, delta=8193000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.950589000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.950589000, lastModified=2022-06-15 11:03:10.942001000, delta=8588000 ns, racy<=2500000000 ns
11:03:10.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.950281000, lastModified=2022-06-15 11:03:10.942001000, delta=8280000 ns, racy<=2550000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.950481000, lastModified=2022-06-15 11:03:09.385980000, delta=1564501000 ns, racy<=2500000000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.951246000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.951246000, lastModified=2022-06-15 11:03:09.385980000, delta=1565266000 ns, racy<=2500000000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.950589000, lastModified=2022-06-15 11:03:10.942001000, delta=8588000 ns, racy<=2500000000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.951359000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.951359000, lastModified=2022-06-15 11:03:10.942001000, delta=9358000 ns, racy<=2500000000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.951540000, lastModified=2022-06-15 11:03:10.949001000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.951596000, lastModified=2022-06-15 11:03:10.949001000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.946773000, lastModified=2022-06-15 11:03:10.940001000, delta=6772000 ns, racy<=2550000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.947297000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990947297000 ns, racy<=2550000 ns
11:03:10.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.946773000, lastModified=2022-06-15 11:03:10.940001000, delta=6772000 ns, racy<=2550000 ns
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.947297000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990947297000 ns, racy<=2550000 ns
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.946773000, lastModified=2022-06-15 11:03:10.940001000, delta=6772000 ns, racy<=2550000 ns
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.947297000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990947297000 ns, racy<=2550000 ns
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.946773000, lastModified=2022-06-15 11:03:10.940001000, delta=6772000 ns, racy<=2550000 ns
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.947297000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990947297000 ns, racy<=2550000 ns
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.951246000, lastModified=2022-06-15 11:03:09.385980000, delta=1565266000 ns, racy<=2500000000 ns
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.952952000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.952952000, lastModified=2022-06-15 11:03:09.385980000, delta=1566972000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.951359000, lastModified=2022-06-15 11:03:10.942001000, delta=9358000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.953097000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.953097000, lastModified=2022-06-15 11:03:10.942001000, delta=11096000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.950281000, lastModified=2022-06-15 11:03:10.942001000, delta=8280000 ns, racy<=2550000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.952952000, lastModified=2022-06-15 11:03:09.385980000, delta=1566972000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.953314000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.953314000, lastModified=2022-06-15 11:03:09.385980000, delta=1567334000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.953097000, lastModified=2022-06-15 11:03:10.942001000, delta=11096000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.953414000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.953414000, lastModified=2022-06-15 11:03:10.942001000, delta=11413000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.953314000, lastModified=2022-06-15 11:03:09.385980000, delta=1567334000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.953608000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.953608000, lastModified=2022-06-15 11:03:09.385980000, delta=1567628000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.953414000, lastModified=2022-06-15 11:03:10.942001000, delta=11413000 ns, racy<=2500000000 ns
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.953755000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.953755000, lastModified=2022-06-15 11:03:10.942001000, delta=11754000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.953608000, lastModified=2022-06-15 11:03:09.385980000, delta=1567628000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.954533000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.954533000, lastModified=2022-06-15 11:03:09.385980000, delta=1568553000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.953755000, lastModified=2022-06-15 11:03:10.942001000, delta=11754000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.954702000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.954702000, lastModified=2022-06-15 11:03:10.942001000, delta=12701000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.954533000, lastModified=2022-06-15 11:03:09.385980000, delta=1568553000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.954 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.954860000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.954860000, lastModified=2022-06-15 11:03:09.385980000, delta=1568880000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.954702000, lastModified=2022-06-15 11:03:10.942001000, delta=12701000 ns, racy<=2500000000 ns
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.954990000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.954990000, lastModified=2022-06-15 11:03:10.942001000, delta=12989000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.954860000, lastModified=2022-06-15 11:03:09.385980000, delta=1568880000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.955198000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.955198000, lastModified=2022-06-15 11:03:09.385980000, delta=1569218000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.954990000, lastModified=2022-06-15 11:03:10.942001000, delta=12989000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.955333000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.955333000, lastModified=2022-06-15 11:03:10.942001000, delta=13332000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.955198000, lastModified=2022-06-15 11:03:09.385980000, delta=1569218000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.955490000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.955490000, lastModified=2022-06-15 11:03:09.385980000, delta=1569510000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.955333000, lastModified=2022-06-15 11:03:10.942001000, delta=13332000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.955684000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.955684000, lastModified=2022-06-15 11:03:10.942001000, delta=13683000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.955490000, lastModified=2022-06-15 11:03:09.385980000, delta=1569510000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.955 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.955827000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.955827000, lastModified=2022-06-15 11:03:09.385980000, delta=1569847000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.955684000, lastModified=2022-06-15 11:03:10.942001000, delta=13683000 ns, racy<=2500000000 ns
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.955963000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.955963000, lastModified=2022-06-15 11:03:10.942001000, delta=13962000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.955827000, lastModified=2022-06-15 11:03:09.385980000, delta=1569847000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.956138000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.956138000, lastModified=2022-06-15 11:03:09.385980000, delta=1570158000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.955963000, lastModified=2022-06-15 11:03:10.942001000, delta=13962000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.956322000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.956322000, lastModified=2022-06-15 11:03:10.942001000, delta=14321000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.956485000, lastModified=2022-06-15 11:03:10.954001000, size=41, fileKey=(dev=10006c,ino=1589112420)
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.956138000, lastModified=2022-06-15 11:03:09.385980000, delta=1570158000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.956734000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.956734000, lastModified=2022-06-15 11:03:09.385980000, delta=1570754000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.956322000, lastModified=2022-06-15 11:03:10.942001000, delta=14321000 ns, racy<=2500000000 ns
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.956891000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.956891000, lastModified=2022-06-15 11:03:10.942001000, delta=14890000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.956734000, lastModified=2022-06-15 11:03:09.385980000, delta=1570754000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.957220000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.957220000, lastModified=2022-06-15 11:03:09.385980000, delta=1571240000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.944273000, lastModified=2022-06-15 11:03:10.942001000, delta=2272000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.957404000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.957404000, lastModified=2022-06-15 11:03:10.942001000, delta=15403000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.957516000, lastModified=2022-06-15 11:03:10.954001000, size=41, fileKey=(dev=10006c,ino=1589112420)
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.957220000, lastModified=2022-06-15 11:03:09.385980000, delta=1571240000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.957605000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.957605000, lastModified=2022-06-15 11:03:09.385980000, delta=1571625000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.957404000, lastModified=2022-06-15 11:03:10.942001000, delta=15403000 ns, racy<=2500000000 ns
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.957732000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.957732000, lastModified=2022-06-15 11:03:10.942001000, delta=15731000 ns, racy<=2500000000 ns
11:03:10.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.957516000, lastModified=2022-06-15 11:03:10.954001000, delta=3515000 ns, racy<=2550000 ns
11:03:10.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:10.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.958843000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.957605000, lastModified=2022-06-15 11:03:09.385980000, delta=1571625000 ns, racy<=2500000000 ns
11:03:10.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.958960000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.958960000, lastModified=2022-06-15 11:03:09.385980000, delta=1572980000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959143000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.958960000, lastModified=2022-06-15 11:03:09.385980000, delta=1572980000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959220000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.959220000, lastModified=2022-06-15 11:03:09.385980000, delta=1573240000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.959143000, lastModified=2022-06-15 11:03:10.942001000, delta=17142000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959305000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.959305000, lastModified=2022-06-15 11:03:10.942001000, delta=17304000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959382000, lastModified=2022-06-15 11:03:10.949001000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.959220000, lastModified=2022-06-15 11:03:09.385980000, delta=1573240000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959528000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.959528000, lastModified=2022-06-15 11:03:09.385980000, delta=1573548000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.959305000, lastModified=2022-06-15 11:03:10.942001000, delta=17304000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959655000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.959655000, lastModified=2022-06-15 11:03:10.942001000, delta=17654000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959781000, lastModified=2022-06-15 11:03:10.949001000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959822000, lastModified=2022-06-15 11:03:10.949001000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.959528000, lastModified=2022-06-15 11:03:09.385980000, delta=1573548000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959871000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.959871000, lastModified=2022-06-15 11:03:09.385980000, delta=1573891000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.959655000, lastModified=2022-06-15 11:03:10.942001000, delta=17654000 ns, racy<=2500000000 ns
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.959966000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.959966000, lastModified=2022-06-15 11:03:10.942001000, delta=17965000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.959871000, lastModified=2022-06-15 11:03:09.385980000, delta=1573891000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.960092000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.960092000, lastModified=2022-06-15 11:03:09.385980000, delta=1574112000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.959966000, lastModified=2022-06-15 11:03:10.942001000, delta=17965000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.960188000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.960188000, lastModified=2022-06-15 11:03:10.942001000, delta=18187000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.960092000, lastModified=2022-06-15 11:03:09.385980000, delta=1574112000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.960470000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.960470000, lastModified=2022-06-15 11:03:09.385980000, delta=1574490000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.960188000, lastModified=2022-06-15 11:03:10.942001000, delta=18187000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.960571000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.960571000, lastModified=2022-06-15 11:03:10.942001000, delta=18570000 ns, racy<=2500000000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, size=6, fileKey=(dev=10006c,ino=1596876515)
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.960470000, lastModified=2022-06-15 11:03:09.385980000, delta=1574490000 ns, racy<=2500000000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.961032000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.961032000, lastModified=2022-06-15 11:03:09.385980000, delta=1575052000 ns, racy<=2500000000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.960571000, lastModified=2022-06-15 11:03:10.942001000, delta=18570000 ns, racy<=2500000000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.961208000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.961208000, lastModified=2022-06-15 11:03:10.942001000, delta=19207000 ns, racy<=2500000000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.961602000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990961602000 ns, racy<=2550000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.961602000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990961602000 ns, racy<=2550000 ns
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.962387000, lastModified=2022-06-15 11:03:10.959001000, size=0, fileKey=(dev=10006c,ino=1586936716)
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.961032000, lastModified=2022-06-15 11:03:09.385980000, delta=1575052000 ns, racy<=2500000000 ns
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.962 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.962467000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.962467000, lastModified=2022-06-15 11:03:09.385980000, delta=1576487000 ns, racy<=2500000000 ns
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.961208000, lastModified=2022-06-15 11:03:10.942001000, delta=19207000 ns, racy<=2500000000 ns
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.962680000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.962680000, lastModified=2022-06-15 11:03:10.942001000, delta=20679000 ns, racy<=2500000000 ns
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.962844000, lastModified=2022-06-15 11:03:10.962001000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:10.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.962967000, lastModified=2022-06-15 11:03:10.962001000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.962467000, lastModified=2022-06-15 11:03:09.385980000, delta=1576487000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.963234000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.963234000, lastModified=2022-06-15 11:03:09.385980000, delta=1577254000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.962680000, lastModified=2022-06-15 11:03:10.942001000, delta=20679000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.963445000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.963445000, lastModified=2022-06-15 11:03:10.942001000, delta=21444000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.963234000, lastModified=2022-06-15 11:03:09.385980000, delta=1577254000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.963608000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.963608000, lastModified=2022-06-15 11:03:09.385980000, delta=1577628000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.963445000, lastModified=2022-06-15 11:03:10.942001000, delta=21444000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.963802000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.963802000, lastModified=2022-06-15 11:03:10.942001000, delta=21801000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.963608000, lastModified=2022-06-15 11:03:09.385980000, delta=1577628000 ns, racy<=2500000000 ns
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.963948000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.963948000, lastModified=2022-06-15 11:03:09.385980000, delta=1577968000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.963802000, lastModified=2022-06-15 11:03:10.942001000, delta=21801000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.964199000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.964199000, lastModified=2022-06-15 11:03:10.942001000, delta=22198000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.963948000, lastModified=2022-06-15 11:03:09.385980000, delta=1577968000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.964361000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.964361000, lastModified=2022-06-15 11:03:09.385980000, delta=1578381000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.964199000, lastModified=2022-06-15 11:03:10.942001000, delta=22198000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.964562000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.964562000, lastModified=2022-06-15 11:03:10.942001000, delta=22561000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:10.964691000, lastModified=2022-06-15 11:03:10.942001000, size=23, fileKey=(dev=10006c,ino=1586936712)
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.964759000, lastModified=2022-06-15 11:03:10.954001000, size=41, fileKey=(dev=10006c,ino=1589112420)
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.964361000, lastModified=2022-06-15 11:03:09.385980000, delta=1578381000 ns, racy<=2500000000 ns
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.964920000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.964920000, lastModified=2022-06-15 11:03:09.385980000, delta=1578940000 ns, racy<=2500000000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.964562000, lastModified=2022-06-15 11:03:10.942001000, delta=22561000 ns, racy<=2500000000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.965216000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.965216000, lastModified=2022-06-15 11:03:10.942001000, delta=23215000 ns, racy<=2500000000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.964691000, lastModified=2022-06-15 11:03:10.942001000, delta=22690000 ns, racy<=2550000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.964759000, lastModified=2022-06-15 11:03:10.954001000, delta=10758000 ns, racy<=2550000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.964920000, lastModified=2022-06-15 11:03:09.385980000, delta=1578940000 ns, racy<=2500000000 ns
11:03:10.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.966025000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.966025000, lastModified=2022-06-15 11:03:09.385980000, delta=1580045000 ns, racy<=2500000000 ns
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.965216000, lastModified=2022-06-15 11:03:10.942001000, delta=23215000 ns, racy<=2500000000 ns
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.966304000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.966304000, lastModified=2022-06-15 11:03:10.942001000, delta=24303000 ns, racy<=2500000000 ns
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.966523000, lastModified=2022-06-15 11:03:10.962001000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.966596000, lastModified=2022-06-15 11:03:10.962001000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.961602000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990961602000 ns, racy<=2550000 ns
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.961602000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990961602000 ns, racy<=2550000 ns
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.961602000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990961602000 ns, racy<=2550000 ns
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.960780000, lastModified=2022-06-15 11:03:10.940001000, delta=20779000 ns, racy<=2550000 ns
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.961602000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990961602000 ns, racy<=2550000 ns
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.966025000, lastModified=2022-06-15 11:03:09.385980000, delta=1580045000 ns, racy<=2500000000 ns
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.967983000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.967983000, lastModified=2022-06-15 11:03:09.385980000, delta=1582003000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.966304000, lastModified=2022-06-15 11:03:10.942001000, delta=24303000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.968208000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.968208000, lastModified=2022-06-15 11:03:10.942001000, delta=26207000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:10.964691000, lastModified=2022-06-15 11:03:10.942001000, delta=22690000 ns, racy<=2550000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.964759000, lastModified=2022-06-15 11:03:10.954001000, delta=10758000 ns, racy<=2550000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.967983000, lastModified=2022-06-15 11:03:09.385980000, delta=1582003000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.968551000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.968551000, lastModified=2022-06-15 11:03:09.385980000, delta=1582571000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.968208000, lastModified=2022-06-15 11:03:10.942001000, delta=26207000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.968732000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.968732000, lastModified=2022-06-15 11:03:10.942001000, delta=26731000 ns, racy<=2500000000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.964759000, lastModified=2022-06-15 11:03:10.954001000, delta=10758000 ns, racy<=2550000 ns
11:03:10.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.968551000, lastModified=2022-06-15 11:03:09.385980000, delta=1582571000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.969053000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.969053000, lastModified=2022-06-15 11:03:09.385980000, delta=1583073000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.968732000, lastModified=2022-06-15 11:03:10.942001000, delta=26731000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.969291000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.969291000, lastModified=2022-06-15 11:03:10.942001000, delta=27290000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.969053000, lastModified=2022-06-15 11:03:09.385980000, delta=1583073000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.969487000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.969487000, lastModified=2022-06-15 11:03:09.385980000, delta=1583507000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.969291000, lastModified=2022-06-15 11:03:10.942001000, delta=27290000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.969693000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.969693000, lastModified=2022-06-15 11:03:10.942001000, delta=27692000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.969487000, lastModified=2022-06-15 11:03:09.385980000, delta=1583507000 ns, racy<=2500000000 ns
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.969 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.969890000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.969 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.969890000, lastModified=2022-06-15 11:03:09.385980000, delta=1583910000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.969693000, lastModified=2022-06-15 11:03:10.942001000, delta=27692000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.970106000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.970106000, lastModified=2022-06-15 11:03:10.942001000, delta=28105000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.969890000, lastModified=2022-06-15 11:03:09.385980000, delta=1583910000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.970282000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.970282000, lastModified=2022-06-15 11:03:09.385980000, delta=1584302000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.970106000, lastModified=2022-06-15 11:03:10.942001000, delta=28105000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.970489000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.970489000, lastModified=2022-06-15 11:03:10.942001000, delta=28488000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.970282000, lastModified=2022-06-15 11:03:09.385980000, delta=1584302000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.970655000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.970655000, lastModified=2022-06-15 11:03:09.385980000, delta=1584675000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.970489000, lastModified=2022-06-15 11:03:10.942001000, delta=28488000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.970846000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.970846000, lastModified=2022-06-15 11:03:10.942001000, delta=28845000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.970655000, lastModified=2022-06-15 11:03:09.385980000, delta=1584675000 ns, racy<=2500000000 ns
11:03:10.970 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.970 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.971008000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.971008000, lastModified=2022-06-15 11:03:09.385980000, delta=1585028000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.970846000, lastModified=2022-06-15 11:03:10.942001000, delta=28845000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.971262000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.971262000, lastModified=2022-06-15 11:03:10.942001000, delta=29261000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.971397000, lastModified=2022-06-15 11:03:10.969001000, size=41, fileKey=(dev=10006c,ino=1589112421)
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.971008000, lastModified=2022-06-15 11:03:09.385980000, delta=1585028000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.971 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.971586000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.971586000, lastModified=2022-06-15 11:03:09.385980000, delta=1585606000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.971262000, lastModified=2022-06-15 11:03:10.942001000, delta=29261000 ns, racy<=2500000000 ns
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.971803000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.971 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.971803000, lastModified=2022-06-15 11:03:10.942001000, delta=29802000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.971586000, lastModified=2022-06-15 11:03:09.385980000, delta=1585606000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.972087000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.972087000, lastModified=2022-06-15 11:03:09.385980000, delta=1586107000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.957732000, lastModified=2022-06-15 11:03:10.942001000, delta=15731000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.972267000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.972267000, lastModified=2022-06-15 11:03:10.942001000, delta=30266000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1589112420) to (dev=10006c,ino=1589112421)
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:10.972430000, lastModified=2022-06-15 11:03:10.969001000, size=41, fileKey=(dev=10006c,ino=1589112421)
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.972087000, lastModified=2022-06-15 11:03:09.385980000, delta=1586107000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.972 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.972570000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.972570000, lastModified=2022-06-15 11:03:09.385980000, delta=1586590000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.972267000, lastModified=2022-06-15 11:03:10.942001000, delta=30266000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.972747000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.972747000, lastModified=2022-06-15 11:03:10.942001000, delta=30746000 ns, racy<=2500000000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:10.972430000, lastModified=2022-06-15 11:03:10.969001000, delta=3429000 ns, racy<=2550000 ns
11:03:10.972 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.973572000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.972570000, lastModified=2022-06-15 11:03:09.385980000, delta=1586590000 ns, racy<=2500000000 ns
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.973 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.973751000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.973751000, lastModified=2022-06-15 11:03:09.385980000, delta=1587771000 ns, racy<=2500000000 ns
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.973909000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.973 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.973751000, lastModified=2022-06-15 11:03:09.385980000, delta=1587771000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.974031000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.974031000, lastModified=2022-06-15 11:03:09.385980000, delta=1588051000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.973909000, lastModified=2022-06-15 11:03:10.942001000, delta=31908000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.974231000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.974231000, lastModified=2022-06-15 11:03:10.942001000, delta=32230000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.974393000, lastModified=2022-06-15 11:03:10.962001000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.974031000, lastModified=2022-06-15 11:03:09.385980000, delta=1588051000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.974 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.974519000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.974519000, lastModified=2022-06-15 11:03:09.385980000, delta=1588539000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.974231000, lastModified=2022-06-15 11:03:10.942001000, delta=32230000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.974718000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.974718000, lastModified=2022-06-15 11:03:10.942001000, delta=32717000 ns, racy<=2500000000 ns
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.974920000, lastModified=2022-06-15 11:03:10.962001000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:10.974 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.974971000, lastModified=2022-06-15 11:03:10.962001000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.974519000, lastModified=2022-06-15 11:03:09.385980000, delta=1588539000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.975072000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.975072000, lastModified=2022-06-15 11:03:09.385980000, delta=1589092000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.974718000, lastModified=2022-06-15 11:03:10.942001000, delta=32717000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.975317000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.975317000, lastModified=2022-06-15 11:03:10.942001000, delta=33316000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.975072000, lastModified=2022-06-15 11:03:09.385980000, delta=1589092000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.975446000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.975446000, lastModified=2022-06-15 11:03:09.385980000, delta=1589466000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.975317000, lastModified=2022-06-15 11:03:10.942001000, delta=33316000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.975634000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.975634000, lastModified=2022-06-15 11:03:10.942001000, delta=33633000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.975446000, lastModified=2022-06-15 11:03:09.385980000, delta=1589466000 ns, racy<=2500000000 ns
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.975 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.975912000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.975 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.975912000, lastModified=2022-06-15 11:03:09.385980000, delta=1589932000 ns, racy<=2500000000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.975634000, lastModified=2022-06-15 11:03:10.942001000, delta=33633000 ns, racy<=2500000000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.976112000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.976112000, lastModified=2022-06-15 11:03:10.942001000, delta=34111000 ns, racy<=2500000000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, size=6, fileKey=(dev=10006c,ino=1596876515)
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.976580000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990976580000 ns, racy<=2550000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.976580000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990976580000 ns, racy<=2550000 ns
11:03:10.976 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.977336000, lastModified=2022-06-15 11:03:10.974001000, size=0, fileKey=(dev=10006c,ino=1586936715)
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.975912000, lastModified=2022-06-15 11:03:09.385980000, delta=1589932000 ns, racy<=2500000000 ns
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.977 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.977419000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.977419000, lastModified=2022-06-15 11:03:09.385980000, delta=1591439000 ns, racy<=2500000000 ns
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.976112000, lastModified=2022-06-15 11:03:10.942001000, delta=34111000 ns, racy<=2500000000 ns
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.977638000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.977638000, lastModified=2022-06-15 11:03:10.942001000, delta=35637000 ns, racy<=2500000000 ns
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:10.977792000, lastModified=2022-06-15 11:03:10.977001000, size=176, fileKey=(dev=10006c,ino=1586936715)
11:03:10.977 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:10.977889000, lastModified=2022-06-15 11:03:10.977001000, size=176, fileKey=(dev=10006c,ino=1586936715)
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.977419000, lastModified=2022-06-15 11:03:09.385980000, delta=1591439000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.978111000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978111000, lastModified=2022-06-15 11:03:09.385980000, delta=1592131000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.977638000, lastModified=2022-06-15 11:03:10.942001000, delta=35637000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.978336000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.978336000, lastModified=2022-06-15 11:03:10.942001000, delta=36335000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978111000, lastModified=2022-06-15 11:03:09.385980000, delta=1592131000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.978468000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978468000, lastModified=2022-06-15 11:03:09.385980000, delta=1592488000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.978336000, lastModified=2022-06-15 11:03:10.942001000, delta=36335000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.978640000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.978640000, lastModified=2022-06-15 11:03:10.942001000, delta=36639000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978468000, lastModified=2022-06-15 11:03:09.385980000, delta=1592488000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.978745000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978745000, lastModified=2022-06-15 11:03:09.385980000, delta=1592765000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.978640000, lastModified=2022-06-15 11:03:10.942001000, delta=36639000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.978871000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.978871000, lastModified=2022-06-15 11:03:10.942001000, delta=36870000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978745000, lastModified=2022-06-15 11:03:09.385980000, delta=1592765000 ns, racy<=2500000000 ns
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:10.978 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:10.978 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:10.978965000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:10.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978965000, lastModified=2022-06-15 11:03:09.385980000, delta=1592985000 ns, racy<=2500000000 ns
11:03:11.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.978871000, lastModified=2022-06-15 11:03:10.942001000, delta=36870000 ns, racy<=2500000000 ns
11:03:11.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.036 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.036884000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.036884000, lastModified=2022-06-15 11:03:10.942001000, delta=94883000 ns, racy<=2500000000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:11.037133000, lastModified=2022-06-15 11:03:10.942001000, size=23, fileKey=(dev=10006c,ino=1586936712)
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:11.037247000, lastModified=2022-06-15 11:03:10.969001000, size=41, fileKey=(dev=10006c,ino=1589112421)
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:10.978965000, lastModified=2022-06-15 11:03:09.385980000, delta=1592985000 ns, racy<=2500000000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.037 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.037405000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.037405000, lastModified=2022-06-15 11:03:09.385980000, delta=1651425000 ns, racy<=2500000000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.036884000, lastModified=2022-06-15 11:03:10.942001000, delta=94883000 ns, racy<=2500000000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.037607000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.037607000, lastModified=2022-06-15 11:03:10.942001000, delta=95606000 ns, racy<=2500000000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:11.037133000, lastModified=2022-06-15 11:03:10.942001000, delta=95132000 ns, racy<=2550000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.037247000, lastModified=2022-06-15 11:03:10.969001000, delta=68246000 ns, racy<=2550000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:11.037 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.037405000, lastModified=2022-06-15 11:03:09.385980000, delta=1651425000 ns, racy<=2500000000 ns
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.038 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.038328000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.038328000, lastModified=2022-06-15 11:03:09.385980000, delta=1652348000 ns, racy<=2500000000 ns
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.037607000, lastModified=2022-06-15 11:03:10.942001000, delta=95606000 ns, racy<=2500000000 ns
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.038552000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.038552000, lastModified=2022-06-15 11:03:10.942001000, delta=96551000 ns, racy<=2500000000 ns
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.038807000, lastModified=2022-06-15 11:03:10.977001000, size=176, fileKey=(dev=10006c,ino=1586936715)
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.038878000, lastModified=2022-06-15 11:03:10.977001000, size=176, fileKey=(dev=10006c,ino=1586936715)
11:03:11.038 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.976580000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990976580000 ns, racy<=2550000 ns
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.976580000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990976580000 ns, racy<=2550000 ns
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.976580000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990976580000 ns, racy<=2550000 ns
11:03:11.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:10.976309000, lastModified=2022-06-15 11:03:10.940001000, delta=36308000 ns, racy<=2550000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:10.976580000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290990976580000 ns, racy<=2550000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.038328000, lastModified=2022-06-15 11:03:09.385980000, delta=1652348000 ns, racy<=2500000000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.040 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.040395000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.040395000, lastModified=2022-06-15 11:03:09.385980000, delta=1654415000 ns, racy<=2500000000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.038552000, lastModified=2022-06-15 11:03:10.942001000, delta=96551000 ns, racy<=2500000000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.040632000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.040632000, lastModified=2022-06-15 11:03:10.942001000, delta=98631000 ns, racy<=2500000000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:11.037133000, lastModified=2022-06-15 11:03:10.942001000, delta=95132000 ns, racy<=2550000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.037247000, lastModified=2022-06-15 11:03:10.969001000, delta=68246000 ns, racy<=2550000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.040395000, lastModified=2022-06-15 11:03:09.385980000, delta=1654415000 ns, racy<=2500000000 ns
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.040 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.040990000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.040990000, lastModified=2022-06-15 11:03:09.385980000, delta=1655010000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.040632000, lastModified=2022-06-15 11:03:10.942001000, delta=98631000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.041289000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.041289000, lastModified=2022-06-15 11:03:10.942001000, delta=99288000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.037247000, lastModified=2022-06-15 11:03:10.969001000, delta=68246000 ns, racy<=2550000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.040990000, lastModified=2022-06-15 11:03:09.385980000, delta=1655010000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.041 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.041645000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.041645000, lastModified=2022-06-15 11:03:09.385980000, delta=1655665000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.041289000, lastModified=2022-06-15 11:03:10.942001000, delta=99288000 ns, racy<=2500000000 ns
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.041857000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.041 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.041857000, lastModified=2022-06-15 11:03:10.942001000, delta=99856000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.041645000, lastModified=2022-06-15 11:03:09.385980000, delta=1655665000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.042 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.042108000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.042108000, lastModified=2022-06-15 11:03:09.385980000, delta=1656128000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.041857000, lastModified=2022-06-15 11:03:10.942001000, delta=99856000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.042295000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.042295000, lastModified=2022-06-15 11:03:10.942001000, delta=100294000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.042108000, lastModified=2022-06-15 11:03:09.385980000, delta=1656128000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.042 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.042531000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.042531000, lastModified=2022-06-15 11:03:09.385980000, delta=1656551000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.042295000, lastModified=2022-06-15 11:03:10.942001000, delta=100294000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.042735000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.042735000, lastModified=2022-06-15 11:03:10.942001000, delta=100734000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.042531000, lastModified=2022-06-15 11:03:09.385980000, delta=1656551000 ns, racy<=2500000000 ns
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.042 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.042911000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.042 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.042911000, lastModified=2022-06-15 11:03:09.385980000, delta=1656931000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.042735000, lastModified=2022-06-15 11:03:10.942001000, delta=100734000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.043132000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.043132000, lastModified=2022-06-15 11:03:10.942001000, delta=101131000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.042911000, lastModified=2022-06-15 11:03:09.385980000, delta=1656931000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.043 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.043341000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.043341000, lastModified=2022-06-15 11:03:09.385980000, delta=1657361000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.043132000, lastModified=2022-06-15 11:03:10.942001000, delta=101131000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.043508000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.043508000, lastModified=2022-06-15 11:03:10.942001000, delta=101507000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.043341000, lastModified=2022-06-15 11:03:09.385980000, delta=1657361000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.043 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.043654000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.043654000, lastModified=2022-06-15 11:03:09.385980000, delta=1657674000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.043508000, lastModified=2022-06-15 11:03:10.942001000, delta=101507000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.043851000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.043851000, lastModified=2022-06-15 11:03:10.942001000, delta=101850000 ns, racy<=2500000000 ns
11:03:11.043 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:11.043958000, lastModified=2022-06-15 11:03:11.041002000, size=41, fileKey=(dev=10006c,ino=1589112420)
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.043654000, lastModified=2022-06-15 11:03:09.385980000, delta=1657674000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.044 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.044230000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.044230000, lastModified=2022-06-15 11:03:09.385980000, delta=1658250000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.043851000, lastModified=2022-06-15 11:03:10.942001000, delta=101850000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.044437000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.044437000, lastModified=2022-06-15 11:03:10.942001000, delta=102436000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.044230000, lastModified=2022-06-15 11:03:09.385980000, delta=1658250000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.044 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.044664000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.044664000, lastModified=2022-06-15 11:03:09.385980000, delta=1658684000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:10.972747000, lastModified=2022-06-15 11:03:10.942001000, delta=30746000 ns, racy<=2500000000 ns
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.044864000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.044 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.044864000, lastModified=2022-06-15 11:03:10.942001000, delta=102863000 ns, racy<=2500000000 ns
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1589112421) to (dev=10006c,ino=1589112420)
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:11.045114000, lastModified=2022-06-15 11:03:11.041002000, size=41, fileKey=(dev=10006c,ino=1589112420)
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.044664000, lastModified=2022-06-15 11:03:09.385980000, delta=1658684000 ns, racy<=2500000000 ns
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.045 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.045258000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.045258000, lastModified=2022-06-15 11:03:09.385980000, delta=1659278000 ns, racy<=2500000000 ns
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.044864000, lastModified=2022-06-15 11:03:10.942001000, delta=102863000 ns, racy<=2500000000 ns
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.045454000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.045454000, lastModified=2022-06-15 11:03:10.942001000, delta=103453000 ns, racy<=2500000000 ns
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.045114000, lastModified=2022-06-15 11:03:11.041002000, delta=4112000 ns, racy<=2550000 ns
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.045 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.045968000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.045258000, lastModified=2022-06-15 11:03:09.385980000, delta=1659278000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.046 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.046224000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.046224000, lastModified=2022-06-15 11:03:09.385980000, delta=1660244000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.046421000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.046224000, lastModified=2022-06-15 11:03:09.385980000, delta=1660244000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.046 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.046571000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.046571000, lastModified=2022-06-15 11:03:09.385980000, delta=1660591000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.046421000, lastModified=2022-06-15 11:03:10.942001000, delta=104420000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.046761000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.046761000, lastModified=2022-06-15 11:03:10.942001000, delta=104760000 ns, racy<=2500000000 ns
11:03:11.046 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.046916000, lastModified=2022-06-15 11:03:10.977001000, size=176, fileKey=(dev=10006c,ino=1586936715)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.046571000, lastModified=2022-06-15 11:03:09.385980000, delta=1660591000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.047 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.047102000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.047102000, lastModified=2022-06-15 11:03:09.385980000, delta=1661122000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.046761000, lastModified=2022-06-15 11:03:10.942001000, delta=104760000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.047325000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.047325000, lastModified=2022-06-15 11:03:10.942001000, delta=105324000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.047486000, lastModified=2022-06-15 11:03:10.977001000, size=176, fileKey=(dev=10006c,ino=1586936715)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.047541000, lastModified=2022-06-15 11:03:10.977001000, size=176, fileKey=(dev=10006c,ino=1586936715)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.047102000, lastModified=2022-06-15 11:03:09.385980000, delta=1661122000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.047 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.047613000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.047613000, lastModified=2022-06-15 11:03:09.385980000, delta=1661633000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.047325000, lastModified=2022-06-15 11:03:10.942001000, delta=105324000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.047765000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.047765000, lastModified=2022-06-15 11:03:10.942001000, delta=105764000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.047613000, lastModified=2022-06-15 11:03:09.385980000, delta=1661633000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.047 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.047906000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.047906000, lastModified=2022-06-15 11:03:09.385980000, delta=1661926000 ns, racy<=2500000000 ns
11:03:11.047 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.047765000, lastModified=2022-06-15 11:03:10.942001000, delta=105764000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.048083000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.048083000, lastModified=2022-06-15 11:03:10.942001000, delta=106082000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.047906000, lastModified=2022-06-15 11:03:09.385980000, delta=1661926000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.048 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.048342000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.048342000, lastModified=2022-06-15 11:03:09.385980000, delta=1662362000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.048083000, lastModified=2022-06-15 11:03:10.942001000, delta=106082000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.048538000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.048538000, lastModified=2022-06-15 11:03:10.942001000, delta=106537000 ns, racy<=2500000000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, size=6, fileKey=(dev=10006c,ino=1596876515)
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, delta=108757000 ns, racy<=2550000 ns
11:03:11.048 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:11.049072000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290991049072000 ns, racy<=2550000 ns
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, delta=108757000 ns, racy<=2550000 ns
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:11.049072000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290991049072000 ns, racy<=2550000 ns
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:11.049687000, lastModified=2022-06-15 11:03:11.047002000, size=0, fileKey=(dev=10006c,ino=1586936716)
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.048342000, lastModified=2022-06-15 11:03:09.385980000, delta=1662362000 ns, racy<=2500000000 ns
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.049 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.049769000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.049769000, lastModified=2022-06-15 11:03:09.385980000, delta=1663789000 ns, racy<=2500000000 ns
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.048538000, lastModified=2022-06-15 11:03:10.942001000, delta=106537000 ns, racy<=2500000000 ns
11:03:11.049 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.049995000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.049995000, lastModified=2022-06-15 11:03:10.942001000, delta=107994000 ns, racy<=2500000000 ns
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:11.050171000, lastModified=2022-06-15 11:03:11.050002000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.050270000, lastModified=2022-06-15 11:03:11.050002000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.049769000, lastModified=2022-06-15 11:03:09.385980000, delta=1663789000 ns, racy<=2500000000 ns
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.050370000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.050370000, lastModified=2022-06-15 11:03:09.385980000, delta=1664390000 ns, racy<=2500000000 ns
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.049995000, lastModified=2022-06-15 11:03:10.942001000, delta=107994000 ns, racy<=2500000000 ns
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.050563000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.050563000, lastModified=2022-06-15 11:03:10.942001000, delta=108562000 ns, racy<=2500000000 ns
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.050759000, lastModified=2022-06-15 11:03:11.050002000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.050829000, lastModified=2022-06-15 11:03:11.050002000, size=176, fileKey=(dev=10006c,ino=1586936716)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:11.050945000, lastModified=2022-06-15 11:03:11.050002000, size=0, fileKey=(dev=10006c,ino=1586936715)
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.050370000, lastModified=2022-06-15 11:03:09.385980000, delta=1664390000 ns, racy<=2500000000 ns
11:03:11.050 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.050 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.051009000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.051009000, lastModified=2022-06-15 11:03:09.385980000, delta=1665029000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.050563000, lastModified=2022-06-15 11:03:10.942001000, delta=108562000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.051278000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.051278000, lastModified=2022-06-15 11:03:10.942001000, delta=109277000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:11.051437000, lastModified=2022-06-15 11:03:11.051002000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.051509000, lastModified=2022-06-15 11:03:11.051002000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.051009000, lastModified=2022-06-15 11:03:09.385980000, delta=1665029000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.051 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.051653000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.051653000, lastModified=2022-06-15 11:03:09.385980000, delta=1665673000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.051278000, lastModified=2022-06-15 11:03:10.942001000, delta=109277000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.051866000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.051866000, lastModified=2022-06-15 11:03:10.942001000, delta=109865000 ns, racy<=2500000000 ns
11:03:11.051 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.051653000, lastModified=2022-06-15 11:03:09.385980000, delta=1665673000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.052037000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.052037000, lastModified=2022-06-15 11:03:09.385980000, delta=1666057000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.051866000, lastModified=2022-06-15 11:03:10.942001000, delta=109865000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.052243000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.052243000, lastModified=2022-06-15 11:03:10.942001000, delta=110242000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.052037000, lastModified=2022-06-15 11:03:09.385980000, delta=1666057000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.052440000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.052440000, lastModified=2022-06-15 11:03:09.385980000, delta=1666460000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.052243000, lastModified=2022-06-15 11:03:10.942001000, delta=110242000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.052643000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.052643000, lastModified=2022-06-15 11:03:10.942001000, delta=110642000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.052440000, lastModified=2022-06-15 11:03:09.385980000, delta=1666460000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.052 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.052809000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.052809000, lastModified=2022-06-15 11:03:09.385980000, delta=1666829000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.052643000, lastModified=2022-06-15 11:03:10.942001000, delta=110642000 ns, racy<=2500000000 ns
11:03:11.052 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.052999000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.052999000, lastModified=2022-06-15 11:03:10.942001000, delta=110998000 ns, racy<=2500000000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, create new FileSnapshot: lastRead=2022-06-15 11:03:11.053163000, lastModified=2022-06-15 11:03:10.942001000, size=23, fileKey=(dev=10006c,ino=1586936712)
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:11.053240000, lastModified=2022-06-15 11:03:11.041002000, size=41, fileKey=(dev=10006c,ino=1589112420)
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.052809000, lastModified=2022-06-15 11:03:09.385980000, delta=1666829000 ns, racy<=2500000000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.053389000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.053389000, lastModified=2022-06-15 11:03:09.385980000, delta=1667409000 ns, racy<=2500000000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.052999000, lastModified=2022-06-15 11:03:10.942001000, delta=110998000 ns, racy<=2500000000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.053594000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.053594000, lastModified=2022-06-15 11:03:10.942001000, delta=111593000 ns, racy<=2500000000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:11.053163000, lastModified=2022-06-15 11:03:10.942001000, delta=111162000 ns, racy<=2550000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.053240000, lastModified=2022-06-15 11:03:11.041002000, delta=12238000 ns, racy<=2550000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, delta=108757000 ns, racy<=2550000 ns
11:03:11.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.053389000, lastModified=2022-06-15 11:03:09.385980000, delta=1667409000 ns, racy<=2500000000 ns
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.054 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.054258000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.054258000, lastModified=2022-06-15 11:03:09.385980000, delta=1668278000 ns, racy<=2500000000 ns
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.053594000, lastModified=2022-06-15 11:03:10.942001000, delta=111593000 ns, racy<=2500000000 ns
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.054495000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.054495000, lastModified=2022-06-15 11:03:10.942001000, delta=112494000 ns, racy<=2500000000 ns
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.054714000, lastModified=2022-06-15 11:03:11.051002000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/index, create new FileSnapshot: lastRead=2022-06-15 11:03:11.054776000, lastModified=2022-06-15 11:03:11.051002000, size=104, fileKey=(dev=10006c,ino=1586936715)
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, delta=108757000 ns, racy<=2550000 ns
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:11.049072000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290991049072000 ns, racy<=2550000 ns
11:03:11.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, delta=108757000 ns, racy<=2550000 ns
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:11.049072000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290991049072000 ns, racy<=2550000 ns
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, delta=108757000 ns, racy<=2550000 ns
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:11.049072000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290991049072000 ns, racy<=2550000 ns
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.048758000, lastModified=2022-06-15 11:03:10.940001000, delta=108757000 ns, racy<=2550000 ns
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, isRacyClean=false, read=2022-06-15 11:03:11.049072000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290991049072000 ns, racy<=2550000 ns
11:03:11.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack/preserved, is unmodified
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.054258000, lastModified=2022-06-15 11:03:09.385980000, delta=1668278000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.056 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.056243000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.056243000, lastModified=2022-06-15 11:03:09.385980000, delta=1670263000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.054495000, lastModified=2022-06-15 11:03:10.942001000, delta=112494000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.056458000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.056458000, lastModified=2022-06-15 11:03:10.942001000, delta=114457000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, isRacyClean=false, read=2022-06-15 11:03:11.053163000, lastModified=2022-06-15 11:03:10.942001000, delta=111162000 ns, racy<=2550000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/HEAD, is unmodified
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.053240000, lastModified=2022-06-15 11:03:11.041002000, delta=12238000 ns, racy<=2550000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.056243000, lastModified=2022-06-15 11:03:09.385980000, delta=1670263000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.056 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.056807000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.056807000, lastModified=2022-06-15 11:03:09.385980000, delta=1670827000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.056 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.056458000, lastModified=2022-06-15 11:03:10.942001000, delta=114457000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.057020000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.057020000, lastModified=2022-06-15 11:03:10.942001000, delta=115019000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.053240000, lastModified=2022-06-15 11:03:11.041002000, delta=12238000 ns, racy<=2550000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.056807000, lastModified=2022-06-15 11:03:09.385980000, delta=1670827000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.057435000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.057435000, lastModified=2022-06-15 11:03:09.385980000, delta=1671455000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.057020000, lastModified=2022-06-15 11:03:10.942001000, delta=115019000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.057674000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.057674000, lastModified=2022-06-15 11:03:10.942001000, delta=115673000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.057435000, lastModified=2022-06-15 11:03:09.385980000, delta=1671455000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.057 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.057857000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.057857000, lastModified=2022-06-15 11:03:09.385980000, delta=1671877000 ns, racy<=2500000000 ns
11:03:11.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.057674000, lastModified=2022-06-15 11:03:10.942001000, delta=115673000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.058133000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.058133000, lastModified=2022-06-15 11:03:10.942001000, delta=116132000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.057857000, lastModified=2022-06-15 11:03:09.385980000, delta=1671877000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.058358000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.058358000, lastModified=2022-06-15 11:03:09.385980000, delta=1672378000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.058133000, lastModified=2022-06-15 11:03:10.942001000, delta=116132000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.058549000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.058549000, lastModified=2022-06-15 11:03:10.942001000, delta=116548000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.058358000, lastModified=2022-06-15 11:03:09.385980000, delta=1672378000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.058 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.058712000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.058712000, lastModified=2022-06-15 11:03:09.385980000, delta=1672732000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.058549000, lastModified=2022-06-15 11:03:10.942001000, delta=116548000 ns, racy<=2500000000 ns
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.058913000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.058913000, lastModified=2022-06-15 11:03:10.942001000, delta=116912000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.058712000, lastModified=2022-06-15 11:03:09.385980000, delta=1672732000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.059141000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.059141000, lastModified=2022-06-15 11:03:09.385980000, delta=1673161000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.058913000, lastModified=2022-06-15 11:03:10.942001000, delta=116912000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.059338000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.059338000, lastModified=2022-06-15 11:03:10.942001000, delta=117337000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.059141000, lastModified=2022-06-15 11:03:09.385980000, delta=1673161000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.059 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.059515000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.059515000, lastModified=2022-06-15 11:03:09.385980000, delta=1673535000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.059338000, lastModified=2022-06-15 11:03:10.942001000, delta=117337000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.059719000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.059719000, lastModified=2022-06-15 11:03:10.942001000, delta=117718000 ns, racy<=2500000000 ns
11:03:11.059 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2022-06-15 11:03:11.059854000, lastModified=2022-06-15 11:03:11.057002000, size=41, fileKey=(dev=10006c,ino=1589112421)
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.059515000, lastModified=2022-06-15 11:03:09.385980000, delta=1673535000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.060109000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.060109000, lastModified=2022-06-15 11:03:09.385980000, delta=1674129000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.059719000, lastModified=2022-06-15 11:03:10.942001000, delta=117718000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.060283000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.060283000, lastModified=2022-06-15 11:03:10.942001000, delta=118282000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.060109000, lastModified=2022-06-15 11:03:09.385980000, delta=1674129000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.060 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.060527000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.060527000, lastModified=2022-06-15 11:03:09.385980000, delta=1674547000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.045454000, lastModified=2022-06-15 11:03:10.942001000, delta=103453000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.060739000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.060739000, lastModified=2022-06-15 11:03:10.942001000, delta=118738000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, FileKey changed from (dev=10006c,ino=1589112420) to (dev=10006c,ino=1589112421)
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, create new FileSnapshot: lastRead=2022-06-15 11:03:11.060899000, lastModified=2022-06-15 11:03:11.057002000, size=41, fileKey=(dev=10006c,ino=1589112421)
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.060527000, lastModified=2022-06-15 11:03:09.385980000, delta=1674547000 ns, racy<=2500000000 ns
11:03:11.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.061021000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.061021000, lastModified=2022-06-15 11:03:09.385980000, delta=1675041000 ns, racy<=2500000000 ns
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.060739000, lastModified=2022-06-15 11:03:10.942001000, delta=118738000 ns, racy<=2500000000 ns
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.061271000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.061271000, lastModified=2022-06-15 11:03:10.942001000, delta=119270000 ns, racy<=2500000000 ns
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, isRacyClean=false, read=2022-06-15 11:03:11.060899000, lastModified=2022-06-15 11:03:11.057002000, delta=3897000 ns, racy<=2550000 ns
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/refs/heads/master, is unmodified
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, create new FileSnapshot: lastRead=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, size=6, fileKey=(dev=10006c,ino=1596876515)
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.061021000, lastModified=2022-06-15 11:03:09.385980000, delta=1675041000 ns, racy<=2500000000 ns
11:03:11.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.061 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.061989000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.061989000, lastModified=2022-06-15 11:03:09.385980000, delta=1676009000 ns, racy<=2500000000 ns
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.061271000, lastModified=2022-06-15 11:03:10.942001000, delta=119270000 ns, racy<=2500000000 ns
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.062284000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.062284000, lastModified=2022-06-15 11:03:10.942001000, delta=120283000 ns, racy<=2500000000 ns
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.062 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.061989000, lastModified=2022-06-15 11:03:09.385980000, delta=1676009000 ns, racy<=2500000000 ns
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.064 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.064434000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.064434000, lastModified=2022-06-15 11:03:09.385980000, delta=1678454000 ns, racy<=2500000000 ns
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.062284000, lastModified=2022-06-15 11:03:10.942001000, delta=120283000 ns, racy<=2500000000 ns
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.064681000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.064 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.064681000, lastModified=2022-06-15 11:03:10.942001000, delta=122680000 ns, racy<=2500000000 ns
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.064434000, lastModified=2022-06-15 11:03:09.385980000, delta=1678454000 ns, racy<=2500000000 ns
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.065 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.065280000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.065280000, lastModified=2022-06-15 11:03:09.385980000, delta=1679300000 ns, racy<=2500000000 ns
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.064681000, lastModified=2022-06-15 11:03:10.942001000, delta=122680000 ns, racy<=2500000000 ns
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.065522000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.065522000, lastModified=2022-06-15 11:03:10.942001000, delta=123521000 ns, racy<=2500000000 ns
11:03:11.065 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'two.txt' on revision 31c8bf3c194a76cb32029d454d520bbfd0efe0d5 of the Git repository at '/tmp/junit4641524882316403425'
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.065280000, lastModified=2022-06-15 11:03:09.385980000, delta=1679300000 ns, racy<=2500000000 ns
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.066 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.066164000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.066164000, lastModified=2022-06-15 11:03:09.385980000, delta=1680184000 ns, racy<=2500000000 ns
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.065522000, lastModified=2022-06-15 11:03:10.942001000, delta=123521000 ns, racy<=2500000000 ns
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.066390000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.066390000, lastModified=2022-06-15 11:03:10.942001000, delta=124389000 ns, racy<=2500000000 ns
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.066164000, lastModified=2022-06-15 11:03:09.385980000, delta=1680184000 ns, racy<=2500000000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.067 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.067234000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.067234000, lastModified=2022-06-15 11:03:09.385980000, delta=1681254000 ns, racy<=2500000000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.066390000, lastModified=2022-06-15 11:03:10.942001000, delta=124389000 ns, racy<=2500000000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.067469000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.067469000, lastModified=2022-06-15 11:03:10.942001000, delta=125468000 ns, racy<=2500000000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.067 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.067234000, lastModified=2022-06-15 11:03:09.385980000, delta=1681254000 ns, racy<=2500000000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.068 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.068340000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.068340000, lastModified=2022-06-15 11:03:09.385980000, delta=1682360000 ns, racy<=2500000000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.067469000, lastModified=2022-06-15 11:03:10.942001000, delta=125468000 ns, racy<=2500000000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.068589000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.068589000, lastModified=2022-06-15 11:03:10.942001000, delta=126588000 ns, racy<=2500000000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, isRacyClean=false, read=2022-06-15 11:03:11.061591000, lastModified=2022-06-15 11:03:10.940001000, delta=121590000 ns, racy<=2550000 ns
11:03:11.068 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/objects/pack, is unmodified
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.068340000, lastModified=2022-06-15 11:03:09.385980000, delta=1682360000 ns, racy<=2500000000 ns
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean
11:03:11.069 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config]
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.069329000, lastModified=2022-06-15 11:03:09.385980000, size=258, fileKey=(dev=804,ino=61466491)
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2022-06-15 11:03:11.069329000, lastModified=2022-06-15 11:03:09.385980000, delta=1683349000 ns, racy<=2500000000 ns
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2022-06-15 11:03:05.439386000, lastModified=1970-01-01 00:00:00.000000000, delta=1655290985439386000 ns, racy<=2500000000 ns
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.068589000, lastModified=2022-06-15 11:03:10.942001000, delta=126588000 ns, racy<=2500000000 ns
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, is racily clean
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, create new FileSnapshot: lastRead=2022-06-15 11:03:11.069523000, lastModified=2022-06-15 11:03:10.942001000, size=78, fileKey=(dev=10006c,ino=1586936713)
11:03:11.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit4641524882316403425/.git/config, isRacyClean=true, read=2022-06-15 11:03:11.069523000, lastModified=2022-06-15 11:03:10.942001000, delta=127522000 ns, racy<=2500000000 ns
11:03:11.069 [main] WARN org.eclipse.hawk.git.JGitRepository - Could not find path 'one.txt' on revision fc436ee1c81ae5486bc3f24c649d56b8afaffca6 of the Git repository at '/tmp/junit4641524882316403425'
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.911 s - in org.eclipse.hawk.git.JGitRepositoryTest
delta1ArgWithUpdatedFile(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 4.401 s
delta2ArgAfterFirstOfThree(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.202 s
gitHonorsCurrentBranch(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.218 s
currentRevisionTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.093 s
firstRevisionIsConstant(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.18 s
delta1ArgTwoChanges(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.129 s
currentRevisionOneCommit(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.085 s
delta1ArgWithTwoCommits(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.098 s
delta1ArgWithCurrent(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.09 s
delta2ArgAfterFirstOfTwo(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.103 s
delta1ArgWithNullRevision(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.021 s
currentRevisionWithoutCommits(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.072 s
importFile(org.eclipse.hawk.git.JGitRepositoryTest)  Time elapsed: 0.133 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.987 s - in org.eclipse.hawk.localfolder.LocalFileTest
laterVersion(org.eclipse.hawk.localfolder.LocalFileTest)  Time elapsed: 1.875 s
laterVersionWithDelta(org.eclipse.hawk.localfolder.LocalFileTest)  Time elapsed: 1.006 s
initialVersion(org.eclipse.hawk.localfolder.LocalFileTest)  Time elapsed: 0.002 s
Running org.eclipse.hawk.localfolder.LocalFolderTest
D8vaAzq46db/A27E35WGEjm1gA0=, d/9/VS1Xd8aa2MZC92sHjACgt7k=
ikehEHvQwBX6QmaHKntIxmkjKEU=, ClxC26F+Rcd/G66dRYytJf+yRIU=
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s - in org.eclipse.hawk.localfolder.LocalFolderTest
renameFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.265 s
addFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.103 s
copyFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.065 s
updateFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.147 s
empty(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.046 s
deleteFile(org.eclipse.hawk.localfolder.LocalFolderTest)  Time elapsed: 0.149 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.763 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 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 s
testMetaclassesInStandardFragment(org.eclipse.hawk.modelio.metamodel.parser.MetamodelDescriptorTest)  Time elapsed: 0 s
Running org.eclipse.hawk.modelio.exml.model.ModelioObjectTest
11:03:30.161 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.03)
11:03:30.165 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00)
11:03:30.165 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage)
11:03:30.165 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.1.00)
11:03:30.165 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00)
11:03:30.165 [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.673 s - in org.eclipse.hawk.modelio.exml.model.ModelioObjectTest
accessClassModelio34(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest)  Time elapsed: 0.367 s
accessClassModelio35(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest)  Time elapsed: 0.144 s
accessClassDiagram(org.eclipse.hawk.modelio.exml.model.ModelioObjectTest)  Time elapsed: 0.161 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
11:03:30.678 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.679 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.682 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.738 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.741 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.742 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.743 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.743 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.746 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.746 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.746 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.746 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.747 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.747 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.747 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.747 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.747 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.748 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.749 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.752 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.753 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.754 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.757 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.758 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.759 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.759 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.760 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.760 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.760 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.760 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.761 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.761 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.761 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.761 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.762 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.763 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.763 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.763 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.763 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.763 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.763 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.764 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.765 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.766 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.766 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.766 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.766 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.767 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.768 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.837 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.837 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.837 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.838 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.839 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.840 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.841 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.842 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.842 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.842 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.843 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.845 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.847 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.848 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.848 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.848 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.849 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.850 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.850 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.850 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.851 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.852 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.853 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.853 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.853 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.854 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.854 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.854 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.854 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.855 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.856 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.858 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.858 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.858 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.858 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.859 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.859 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.860 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.860 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.861 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.861 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.861 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.861 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.861 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.861 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.862 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.862 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.862 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.863 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.863 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.863 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.863 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.863 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.864 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.864 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.864 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.864 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.865 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.865 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.866 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.866 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.866 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.866 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.866 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.866 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.866 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.867 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.868 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.868 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.868 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.868 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.868 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.868 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.870 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.872 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.872 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.872 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.872 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.872 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.937 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.938 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.938 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.938 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.938 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.940 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.941 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.941 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.941 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.942 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.942 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.943 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.943 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.943 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.943 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.945 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.945 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.945 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.946 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.948 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.948 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.950 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.950 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.951 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.952 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.952 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.952 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.952 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.953 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.954 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.955 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.956 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.958 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.958 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.958 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.958 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.958 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.960 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.961 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.963 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.964 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.965 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.966 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.966 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.966 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.966 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.967 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.967 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:30.967 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:30.967 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.037 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.038 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.043 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.044 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.044 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.044 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.044 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.044 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.045 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.045 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.045 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.046 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.046 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.046 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.047 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.047 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.047 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.047 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.048 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.048 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.048 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.050 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.051 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.051 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.051 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.053 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.055 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.057 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.057 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.059 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.066 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.069 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.069 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.069 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.070 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.070 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.070 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.070 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.073 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.140 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.141 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.145 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.146 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.146 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.147 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.147 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.147 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.148 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.149 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.149 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.149 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.150 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.152 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.152 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.152 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.152 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.153 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.153 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.153 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.153 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.154 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.154 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.154 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.154 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.154 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.154 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.155 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.157 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.158 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.159 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.162 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.163 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.164 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.164 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.164 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.165 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.166 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.166 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.166 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.166 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.166 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.166 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.167 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.168 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.168 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.168 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.168 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.168 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.168 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.169 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.170 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.171 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.237 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.237 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.237 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.238 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.238 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.238 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.238 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.238 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.238 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.239 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.239 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.239 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.239 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.239 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.240 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.240 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.240 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.240 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.240 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.240 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.240 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.241 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.242 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.243 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.245 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.246 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.246 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.246 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.246 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.246 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.246 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.247 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.247 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.247 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.247 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.248 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.249 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.249 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.249 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.249 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.249 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.249 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.252 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.253 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.253 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.254 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.255 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.256 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.279 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.280 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.280 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.281 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.282 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.283 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.284 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.284 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.284 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.336 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.336 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.336 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.337 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.337 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.337 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.338 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.338 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.338 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.338 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.338 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.339 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.340 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.341 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.341 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.341 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.341 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.341 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.341 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.341 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.342 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.343 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.343 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.344 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.346 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.347 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.348 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.350 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.351 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.352 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.353 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.354 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.354 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.354 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.355 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.356 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.357 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.357 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.357 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.357 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.358 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.359 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.359 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.359 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.359 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.360 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.361 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.362 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.465 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.466 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.467 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.468 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.469 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.470 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.471 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.472 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.473 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.474 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.479 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.480 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.537 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.537 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.538 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.540 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.542 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.542 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.542 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.544 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.546 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.546 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.546 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.546 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.548 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.550 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.551 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.551 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.551 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.563 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.564 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.566 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:31.570 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.057 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.060 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.061 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.062 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.063 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.064 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.065 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:32.065 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:32.065 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'Note', skipping
11:03:32.067 [main] WARN org.eclipse.hawk.modelio.exml.model.ModelioModelResource - Could not find class 'TaggedValue', skipping
11:03:32.068 [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: 1.809 s - in org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest
ramc(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest)  Time elapsed: 1.517 s
bpmnCatchEvent(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest)  Time elapsed: 0.18 s
implicitContainment(org.eclipse.hawk.modelio.exml.model.ModelioModelResourceFactoryTest)  Time elapsed: 0.11 s
Running org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest
11:03:32.577 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/0.0.03)
11:03:32.577 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/0.1.00)
11:03:32.577 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/1.1.00)
11:03:32.577 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/1.0.00)
11:03:32.577 [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.601 s - in org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest
testPackageVersion1(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest)  Time elapsed: 0.211 s
testPackageVersion2(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest)  Time elapsed: 0.2 s
testPackageVersion3(org.eclipse.hawk.modelio.exml.model.ModelioMultiplePackageVersionsTest)  Time elapsed: 0.187 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: 0.78 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserTest
parseAnimal(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.097 s
parseClass35(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.099 s
parseClass(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.105 s
parseEmpty(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.169 s
parseElephant(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.105 s
parseNoObjects(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.103 s
parsePackage(org.eclipse.hawk.modelio.exml.parser.ExmlParserTest)  Time elapsed: 0.1 s
Running org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest
Parsed 354 fragments in 691ms
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 s - in org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest
jenkinsArchive(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest)  Time elapsed: 0.691 s
zoo(org.eclipse.hawk.modelio.exml.parser.ExmlParserSmokeTest)  Time elapsed: 0.23 s
Running org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest
dumpAndParse(org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceTest)  Time elapsed: 0.08 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.005 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.455 s - in org.eclipse.hawk.uml.UMLProfileParsingTest
modelsHonorProfileVersions(org.eclipse.hawk.uml.UMLProfileParsingTest)  Time elapsed: 1.301 s
profileVersioning(org.eclipse.hawk.uml.UMLProfileParsingTest)  Time elapsed: 0.067 s

Results:

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

Running org.eclipse.hawk.workspace.tests.WorkspaceTest
11:03:51.637 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 5 ms
11:03:51.641 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.654 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.681 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.689 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.744 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.745 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.755 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.755 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.758 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
11:03:51.764 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.768 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.771 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.840 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.848 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.870 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.870 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.872 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
11:03:51.881 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
11:03:51.941 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.949 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.951 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.959 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
11:03:51.959 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.961 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.968 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:51.970 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
11:03:52.037 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 0 ms
11:03:52.043 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
11:03:52.052 [main] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 1 ms
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.472 s - in org.eclipse.hawk.workspace.tests.WorkspaceTest
changeFile[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 1.002 s
importProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.069 s
closeProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.011 s
deleteProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.008 s
openProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.012 s
newProject[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.071 s
existingProjectIsListed[0](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.022 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.07 s
closeProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.01 s
deleteProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.009 s
openProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.012 s
newProject[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.071 s
existingProjectIsListed[1](org.eclipse.hawk.workspace.tests.WorkspaceTest)  Time elapsed: 0.009 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.2.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 94 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 370 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 336 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 243 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 6.2 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 64 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 377 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 69 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 60 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 37 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 268 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 89 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 47 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 83 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 181 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 717 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 154 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 1.3 MB/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 121 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 182 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 165 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 207 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 74 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 31 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 233 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 4.3 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 121 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 52 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 107 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 36 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 429 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 64 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 42 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 124 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 1.1 MB/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 176 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 1.9 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 270 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 2.2 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 475 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.1 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 1.2 MB/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 792 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.4 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 58 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 372 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-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-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 2.3 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-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 8.1 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 6.4 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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.7 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-settings/3.0/maven-settings-3.0.jar (47 kB at 496 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/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.7 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-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 347 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 154 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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 711 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-spi/1.7/aether-spi-1.7.jar (14 kB at 65 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 494 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 340 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 15 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/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 88 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-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 207 kB/s)
[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 366 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 155 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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 691 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 636 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 345 kB/s)
[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 521 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.6 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 47 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 283 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 95 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 676 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 177 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 103 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 347 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 2.4 MB/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 472 kB/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 251 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 243 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 253 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 111 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.9 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 944 kB/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 372 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 300 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 2.1 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 565 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.3 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.8 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 763 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 302 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 277 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 1.2 MB/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 128 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 358 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 41 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 293 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 81 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 124 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 54 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 1.1 MB/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 134 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 317 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 266 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 460 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 51 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 1.0 MB/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 67 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 43 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 36 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 157 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 124 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 303 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 238 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 1.0 MB/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 576 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 518 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 4.7 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 3.8 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 88 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 964 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 304 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 475 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 122 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 295 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 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 120 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 92 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 122 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 188 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 176 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 886 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 160 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 418 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 417 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 645 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 776 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 569 kB/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 12 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 33 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 369 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 247 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 72 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 9.2 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 4.5 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 354 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 70 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 92 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 7.1 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 12 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 222 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 54 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 690 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 5.7 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 4.0 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 590 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 775 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 49 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 761 kB/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 1.0 MB/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 694 kB/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 880 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 67 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 217 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.5 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 147 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 4.0 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 43 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 63 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 90 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 61 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 452 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/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/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/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 5.3 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/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/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/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 1.6 MB/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/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 277 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] 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 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 1.1 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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 454 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/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 90 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 752 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 352 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 326 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-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 85 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-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 90 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/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 89 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/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 58 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/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.0 MB/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/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 977 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/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 919 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 288 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 427 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.3 MB/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 178 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 132 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/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 544 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] 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 19 kB/s)
[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/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 1.4 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/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 1.1 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/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 635 kB/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/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 97 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/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 19 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 185 kB/s)
[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 469 kB/s)
[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 148 kB/s)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (signjars) @ eclipse-hawk-plain ---
[INFO] 
[INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.core >---------------
[INFO] Building Eclipse Hawk Core 2.2.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 353 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 984 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.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 404 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 927 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 524 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 1.5 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.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 10 MB/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 182 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 972 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 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 190 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 577 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 132 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 18 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 34 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 51 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 216 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 13 MB/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 7.5 MB/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 328 kB/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 95 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 385 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 1.9 MB/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 14 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 56 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 31 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 60 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 271 kB/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 32 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 200 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 880 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.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 143 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 91 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.4 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 334 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 593 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 530 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 193 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 617 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 408 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 1.4 MB/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 20 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 78 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.0 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 150 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 406 kB/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 26 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 48 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 26 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 1.4 MB/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 1.3 MB/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 134 kB/s)
[INFO] Downloading from cbi: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 1.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 2.7 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/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 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-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
[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 8.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 27 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 4.2 MB/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/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 9.6 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 254 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-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (19 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 11 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/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 kB at 285 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 1.9 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 1.2 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 6.2 MB/s)
[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 409 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 70 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 747 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 1.5 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 12 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 112 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 830 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 158 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 48 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 8.1 MB/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 180 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 1.4 MB/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 229 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 1.0 MB/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 186 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 1.4 MB/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 238 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 657 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 865 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 150 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 49 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 872 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 231 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 642 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.2 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 836 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 3.5 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 1.9 MB/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 3.1 MB/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 95 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/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/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/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-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-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-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/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 8.7 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/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 8.8 MB/s)
[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 1.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] 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/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 403 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/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 3.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 2.3 MB/s)
[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 8.1 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] 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-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-model/2.0.9/maven-model-2.0.9.jar (87 kB at 2.0 MB/s)
[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 822 kB/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] 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-project/2.0.9/maven-project-2.0.9.jar (122 kB at 2.8 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/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 549 kB/s)
[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 394 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-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/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 166 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-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 390 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-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 106 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 292 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 283 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 107 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 1.1 MB/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 1.4 MB/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 33 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 300 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 2.1 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 509 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 355 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/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 2.7 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 7.6 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 3.5 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 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 910 kB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/hawk_master/core/plugins/org.eclipse.hawk.core/target-plain/org.eclipse.hawk.core-2.2.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.2.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.15
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/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/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/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/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/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/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/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/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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------------< org.eclipse.hawk:org.eclipse.hawk.graph >---------------
[INFO] Building Eclipse Hawk Graph Abstractions 2.2.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.2.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.2.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.15
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...
4 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:803: 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:672: warning - @param argument "eObject" 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:757: 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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.epsilon >--------------
[INFO] Building Eclipse Hawk Epsilon Query Engine 2.2.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.0.0/org.eclipse.epsilon.eol.engine-2.0.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.0.0/org.eclipse.epsilon.eol.engine-2.0.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.0.0/org.eclipse.epsilon.eol.engine-2.0.0.pom (871 B at 22 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/epsilon-plain-parent/2.0.0/epsilon-plain-parent-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/epsilon-plain-parent/2.0.0/epsilon-plain-parent-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/epsilon-plain-parent/2.0.0/epsilon-plain-parent-2.0.0.pom (29 kB at 573 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.common/2.0.0/org.eclipse.epsilon.common-2.0.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.0.0/org.eclipse.epsilon.common-2.0.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.0.0/org.eclipse.epsilon.common-2.0.0.pom (813 B at 33 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/antlr/antlr/3.1.1/antlr-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.1.1/antlr-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.1.1/antlr-3.1.1.pom (937 B at 62 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (2.0 kB at 24 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 18 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.0.0/org.eclipse.epsilon.epl.engine-2.0.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.0.0/org.eclipse.epsilon.epl.engine-2.0.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.0.0/org.eclipse.epsilon.epl.engine-2.0.0.pom (1.1 kB at 33 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.0.0/org.eclipse.epsilon.erl.engine-2.0.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.0.0/org.eclipse.epsilon.erl.engine-2.0.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.0.0/org.eclipse.epsilon.erl.engine-2.0.0.pom (864 B at 20 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.0.0/org.eclipse.epsilon.eol.engine-2.0.0.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.common/2.0.0/org.eclipse.epsilon.common-2.0.0.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/antlr/antlr/3.1.1/antlr-3.1.1.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.0.0/org.eclipse.epsilon.epl.engine-2.0.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.0.0/org.eclipse.epsilon.erl.engine-2.0.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.0.0/org.eclipse.epsilon.eol.engine-2.0.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.0.0/org.eclipse.epsilon.common-2.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.1.1/antlr-3.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.eol.engine/2.0.0/org.eclipse.epsilon.eol.engine-2.0.0.jar (669 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.0.0/org.eclipse.epsilon.epl.engine-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.1.1/antlr-3.1.1.jar (1.5 MB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.0.0/org.eclipse.epsilon.erl.engine-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 5.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar (172 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.common/2.0.0/org.eclipse.epsilon.common-2.0.0.jar (123 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.epl.engine/2.0.0/org.eclipse.epsilon.epl.engine-2.0.0.jar (272 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/epsilon/org.eclipse.epsilon.erl.engine/2.0.0/org.eclipse.epsilon.erl.engine-2.0.0.jar (218 kB at 1.9 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 22 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.2.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.2.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.15
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/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/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...
4 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:400: 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:400: 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:400: 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:400: 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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.emf >----------------
[INFO] Building Eclipse Hawk EMF Model Parser 2.2.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 34 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 28 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 83 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 2.0 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 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar (376 kB at 3.0 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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.emfresource >------------
[INFO] Building Eclipse Hawk EMF Resource 2.2.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 291 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 327 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 146 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 40 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 164 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 78 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 961 kB/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 36 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 4.7 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/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 169 kB/s)
[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 263 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 68 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar (2.7 MB at 40 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/3.1/cglib-nodep-3.1.jar (331 kB at 3.6 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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.http >---------------
[INFO] Building Eclipse Hawk HTTP Connector 2.2.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 77 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 278 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 155 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 379 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 315 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 3.0 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 8.6 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 4.1 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 12 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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------------< org.eclipse.hawk:org.eclipse.hawk.jgit >---------------
[INFO] Building Eclipse Hawk JGit Connector 2.2.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 204 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 1.6 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 98 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 146 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 88 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 122 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 21 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 22 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 76 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/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/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/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/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar (329 kB at 5.7 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 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 859 kB/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 32 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 2.5 MB/s)
[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 157 kB/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 3.5 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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.localfolder >------------
[INFO] Building Eclipse Hawk Local Folder Connector 2.2.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 273 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 8.5 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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -----------< org.eclipse.hawk:org.eclipse.hawk.modelio.exml >-----------
[INFO] Building Eclipse Hawk Modelio EXML Parser 2.2.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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.orientdb >-------------
[INFO] Building Eclipse Hawk OrientDB Backend 2.2.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 157 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 1.7 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 511 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 321 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 281 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 357 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-core/2.2.8/orientdb-core-2.2.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.0.1/snappy-java-1.1.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.1/concurrentlinkedhashmap-lru-1.4.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/orientechnologies/orientdb-client/2.2.8/orientdb-client-2.2.8.jar (160 kB at 4.7 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 5.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar (112 kB at 1.3 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 26 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 371 kB/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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.hawk:org.eclipse.hawk.timeaware >-------------
[INFO] Building Eclipse Hawk Time-Aware Querying Core 2.2.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.2.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.2.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.15
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.2.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.2.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.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -------------< org.eclipse.hawk:org.eclipse.hawk.greycat >--------------
[INFO] Building Eclipse Hawk Greycat Backend 2.2.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 35 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 23 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 5.4 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 134 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.pom
[INFO] Downloaded from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/com/datathings/greycat-leveldb/18/greycat-leveldb-18.pom (2.3 kB at 7.2 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 452 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 246 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 778 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb/0.9/leveldb-0.9.pom (9.0 kB at 410 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 130 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 816 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/leveldb/leveldb-api/0.9/leveldb-api-0.9.pom (697 B at 44 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 113 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 116 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 7.0 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 94 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/18/greycat-18.jar (788 kB at 1.9 MB/s)
[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 15 kB/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.2 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 87 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 1.8 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 18 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 5.7 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 7.8 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 37 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.2.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.2.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.15
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.2.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.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/hawk_master/greycat/org.eclipse.hawk.greycat/target-plain/org.eclipse.hawk.greycat-2.2.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.2.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------< org.eclipse.hawk:org.eclipse.hawk.service.artemis >----------
[INFO] Building Eclipse Hawk Embedded Artemis Server 2.2.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 263 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 2.0 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 212 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 525 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/2.0.3.Final/jboss-logmanager-2.0.3.Final.pom (5.8 kB at 160 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 1.5 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 89 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 30 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 1.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 76 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 75 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 61 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 155 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 218 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 239 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 150 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 145 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 149 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 166 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 677 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-json_1.0_spec/1.0-alpha-1/geronimo-json_1.0_spec-1.0-alpha-1.pom (4.2 kB at 142 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 219 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 789 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.2/genesis-2.2.pom (16 kB at 547 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/johnzon/johnzon-core/0.9.5/johnzon-core-0.9.5.pom (1.4 kB at 42 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 930 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.24.Final/netty-transport-native-epoll-4.1.24.Final.pom (15 kB at 449 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.24.Final/netty-transport-native-unix-common-4.1.24.Final.pom (15 kB at 548 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.24.Final/netty-transport-native-kqueue-4.1.24.Final.pom (18 kB at 691 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.24.Final/netty-codec-http-4.1.24.Final.pom (1.9 kB at 39 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 68 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.0 kB at 42 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 132 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 69 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 69 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 48 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 56 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 33 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 102 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.15.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 38 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 69 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 102 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 64 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 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.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 46 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 115 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.osgi/3.17.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 133 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.equinox.common/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (920 B at 66 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 50 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 107 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.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 52 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 133 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.10.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 69 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.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 72 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 79 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 47 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 58 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.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 91 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 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.15.0/org.eclipse.equinox.common-3.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.0/org.eclipse.equinox.common-3.15.0.pom (1.7 kB at 115 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.pom (1.7 kB at 51 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 62 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 63 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 (978 B at 20 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 50 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 90 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.common/3.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 32 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 63 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 43 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 34 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 103 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 59 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 151 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 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.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 48 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 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.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 47 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 63 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 70 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 85 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 76 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (886 B at 35 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 43 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 74 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 36 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 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.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 42 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 44 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 130 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 44 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 50 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 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.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 75 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 42 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 33 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.registry/3.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 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.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 65 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 (815 B at 14 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 63 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 108 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 37 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.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 75 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.preferences/3.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 95 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 128 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 43 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 91 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 66 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 47 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 44 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 59 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 80 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.0/org.eclipse.equinox.preferences-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.preferences/3.10.0/org.eclipse.equinox.preferences-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.preferences/3.10.0/org.eclipse.equinox.preferences-3.10.0.pom (2.4 kB at 62 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/osgi/service/org.osgi.service.prefs/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/service/org.osgi.service.prefs/maven-metadata.xml
[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 (818 B at 23 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 178 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 196 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 102 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 36 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 63 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 53 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 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.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 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.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 83 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.core.contenttype/3.7.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 80 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 78 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 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.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 51 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 54 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 63 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 35 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 (746 B at 11 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 106 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 28 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 151 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 36 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 89 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 48 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 85 kB/s)
[INFO] Downloading from gitlab-greycat: https://gitlab.com/api/v4/projects/25688137/packages/maven/org/eclipse/platform/org.eclipse.equinox.app/1.4.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 56 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 46 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 112 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 50 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 52 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 33 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Hawk Parent 2.2.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Hawk Parent ................................ SUCCESS [ 11.097 s]
[INFO] Eclipse Hawk Core .................................. SUCCESS [ 18.540 s]
[INFO] Eclipse Hawk Graph Abstractions .................... SUCCESS [  8.870 s]
[INFO] Eclipse Hawk Epsilon Query Engine .................. SUCCESS [ 10.417 s]
[INFO] Eclipse Hawk EMF Model Parser ...................... SUCCESS [  7.658 s]
[INFO] Eclipse Hawk EMF Resource .......................... SUCCESS [  9.516 s]
[INFO] Eclipse Hawk HTTP Connector ........................ SUCCESS [  7.404 s]
[INFO] Eclipse Hawk JGit Connector ........................ SUCCESS [ 10.275 s]
[INFO] Eclipse Hawk Local Folder Connector ................ SUCCESS [  6.663 s]
[INFO] Eclipse Hawk Modelio EXML Parser ................... SUCCESS [  8.479 s]
[INFO] Eclipse Hawk OrientDB Backend ...................... SUCCESS [  9.238 s]
[INFO] Eclipse Hawk Time-Aware Querying Core .............. SUCCESS [  8.413 s]
[INFO] Eclipse Hawk Greycat Backend ....................... SUCCESS [ 12.452 s]
[INFO] Eclipse Hawk Embedded Artemis Server ............... FAILURE [ 22.899 s]
[INFO] Eclipse Hawk Thrift API ............................ SKIPPED
[INFO] Eclipse Hawk Remote EMF Model ...................... SKIPPED
[INFO] Eclipse Hawk SQLite Backend ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:32 min
[INFO] Finished at: 2022-06-15T11:06:55Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.eclipse.hawk.service.artemis: Could not resolve dependencies for project org.eclipse.hawk:org.eclipse.hawk.service.artemis:jar:2.2.0-SNAPSHOT: Failed to collect dependencies at org.eclipse.platform:org.eclipse.core.runtime:jar:3.17.100 -> org.eclipse.platform:org.eclipse.equinox.preferences:jar:3.10.0 -> org.osgi.service:org.osgi.service.prefs:jar:[1.1.0,1.2.0): No versions available for org.osgi.service:org.osgi.service.prefs:jar:[1.1.0,1.2.0) within specified range -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.hawk.service.artemis
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to OSSRH)
Stage "Deploy to OSSRH" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Downloads)
Stage "Downloads" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] slackSend
Slack Send Pipeline step running, values are - baseUrl: <empty>, teamDomain: hawk-developers, channel: #ci-notifications, color: #FF0000, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE